summaryrefslogtreecommitdiff
path: root/src/encrypted_packet.h
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2008-12-28 18:38:42 +0000
committerChristian Pointner <equinox@anytun.org>2008-12-28 18:38:42 +0000
commit0879909b08d2c9d95fcd544e5ad9b8598b856df4 (patch)
tree01c67e901804a054a6674223bdfd5d7cf231f50f /src/encrypted_packet.h
parentcleaned up main loop (still some building blocks missing) (diff)
added cipher (net tested yet)
Diffstat (limited to 'src/encrypted_packet.h')
-rw-r--r--src/encrypted_packet.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/encrypted_packet.h b/src/encrypted_packet.h
index 025d32b..a77e663 100644
--- a/src/encrypted_packet.h
+++ b/src/encrypted_packet.h
@@ -66,6 +66,7 @@ void encrypted_packet_set_length(encrypted_packet_t* packet, u_int32_t len);
u_int8_t* encrypted_packet_get_payload(encrypted_packet_t* packet);
u_int32_t encrypted_packet_get_payload_length(encrypted_packet_t* packet);
+void encrypted_packet_set_payload_length(encrypted_packet_t* packet, u_int32_t len);
seq_nr_t encrypted_packet_get_seq_nr(encrypted_packet_t* packet);
void encrypted_packet_set_seq_nr(encrypted_packet_t* packet, seq_nr_t seq_nr);