diff options
Diffstat (limited to 'src/encrypted_packet.c')
-rw-r--r-- | src/encrypted_packet.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/encrypted_packet.c b/src/encrypted_packet.c index fdbc288..0f76589 100644 --- a/src/encrypted_packet.c +++ b/src/encrypted_packet.c @@ -94,6 +94,11 @@ u_int32_t encrypted_packet_get_payload_length(encrypted_packet_t* packet) return packet->payload_length_; } +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) { if(!packet) |