diff options
author | Håkon Nessjøen <haakon.nessjoen@gmail.com> | 2010-10-02 20:28:15 +0200 |
---|---|---|
committer | Håkon Nessjøen <haakon.nessjoen@gmail.com> | 2010-10-02 20:28:15 +0200 |
commit | 2643ff20775e36ddd37c806fc7f943c2c0919f2b (patch) | |
tree | b299828e6e5067a3158c8c54ee5924619c6f8dd5 /mactelnet.h | |
parent | 39c77a5676f77061ba0a8a116f29e35664808a60 (diff) | |
download | MAC-Telnet-2643ff20775e36ddd37c806fc7f943c2c0919f2b.tar.gz MAC-Telnet-2643ff20775e36ddd37c806fc7f943c2c0919f2b.zip |
Cleanup and comment main.c
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 |