summaryrefslogtreecommitdiff
path: root/src/plainPacket.h
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2009-01-18 18:00:46 +0000
committerChristian Pointner <equinox@anytun.org>2009-01-18 18:00:46 +0000
commit55d97625b8f658a4c6cacb3dd74fcc53937f1f7a (patch)
tree280c6318b29f3781be900475b7a853db318d321d /src/plainPacket.h
parentadded more sophisticated configure script (diff)
doing replay protection before learning remote host
added some length checks for incoming packets
Diffstat (limited to 'src/plainPacket.h')
-rw-r--r--src/plainPacket.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/plainPacket.h b/src/plainPacket.h
index a66f3fc..5919c32 100644
--- a/src/plainPacket.h
+++ b/src/plainPacket.h
@@ -64,6 +64,12 @@ public:
~PlainPacket() {};
/**
+ * Get the length of the header
+ * @return the length of the header
+ */
+ static u_int32_t getHeaderLength();
+
+ /**
* Get the payload type
* @return the id of the payload type
*/
@@ -79,7 +85,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