summaryrefslogtreecommitdiff
path: root/src/encryptedPacket.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/encryptedPacket.h')
-rw-r--r--src/encryptedPacket.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/encryptedPacket.h b/src/encryptedPacket.h
index ac67950..4f64022 100644
--- a/src/encryptedPacket.h
+++ b/src/encryptedPacket.h
@@ -53,6 +53,12 @@ public:
~EncryptedPacket() {};
/**
+ * Get the length of the header
+ * @return the length of the header
+ */
+ static u_int32_t getHeaderLength();
+
+ /**
* Get the sequence number
* @return seqence number
*/
@@ -100,7 +106,7 @@ public:
* Get the length of the payload
* @return the length of the payload
*/
- u_int32_t getPayloadLength() const;
+ u_int32_t getPayloadLength() const;
/**
* Set the length of the payload