]> The Tcpdump Group git mirrors - tcpdump/blob - netbios.h
Fix the pointer tests in the non-ndoified TTEST2() macro as well.
[tcpdump] / netbios.h
1 /*
2 * NETBIOS protocol formats
3 *
4 * @(#) $Header: /tcpdump/master/tcpdump/netbios.h,v 1.3 2002-12-11 07:13:55 guy Exp $
5 */
6
7 struct p8022Hdr {
8 u_char dsap;
9 u_char ssap;
10 u_char flags;
11 };
12
13 #define p8022Size 3 /* min 802.2 header size */
14
15 #define UI 0x03 /* 802.2 flags */
16