diff options
Diffstat (limited to 'mactelnet.h')
-rw-r--r-- | mactelnet.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mactelnet.h b/mactelnet.h index 6176fa4..2a62353 100644 --- a/mactelnet.h +++ b/mactelnet.h @@ -19,6 +19,9 @@ #ifndef _MACTELNET_H #define _MACTELNET_H 1 +#define MT_HEADER_LEN 22 +#define MT_CPHEADER_LEN 9 + /* Packet type */ #define MT_PTYPE_SESSIONSTART 0 #define MT_PTYPE_DATA 1 |