When initializing a capture filter, assign a pointer to an empty string
[obnox/wireshark/wip.git] / packet-tns.h
1 /* packet-tns.h */
2 /* $Id: packet-tns.h,v 1.1 1999/11/29 19:43:26 nneul Exp $ */
3
4 #ifndef PACKET_TNS_H
5 #define PACKET_TNS_H
6
7 /* Packet Types */
8 #define TNS_TYPE_CONNECT 1
9 #define TNS_TYPE_ACCEPT 2
10 #define TNS_TYPE_DATA 6
11 #define TNS_TYPE_RESEND 11
12
13 #endif