summaryrefslogtreecommitdiff
path: root/src/plain_packet.h
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2008-12-28 22:34:14 +0000
committerChristian Pointner <equinox@anytun.org>2008-12-28 22:34:14 +0000
commit682b26674e11191f2469f6b37fd92f7176a9a588 (patch)
tree4986a5e84b9b9de42061d69e1ca1fd7d314a6fef /src/plain_packet.h
parentfixed build ;) (diff)
processing of device packets works now (null cipher and no auth algo)
Diffstat (limited to 'src/plain_packet.h')
-rw-r--r--src/plain_packet.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plain_packet.h b/src/plain_packet.h
index ed967b6..723fe5a 100644
--- a/src/plain_packet.h
+++ b/src/plain_packet.h
@@ -41,6 +41,7 @@
#define PAYLOAD_TYPE_TUN 0x0000
#define PAYLOAD_TYPE_TUN4 0x0800
#define PAYLOAD_TYPE_TUN6 0x86DD
+#define PAYLOAD_TYPE_UNKNOWN 0xFFFF
struct plain_packet_struct {
u_int32_t payload_length_;