xref: /openbsd/usr.sbin/tcpdump/netbios.h (revision 404b540a)
1 /*	$OpenBSD: netbios.h,v 1.4 2007/10/07 16:41:05 deraadt Exp $	*/
2 
3 /*
4  * NETBIOS protocol formats
5  *
6  * @(#) $Id: netbios.h,v 1.4 2007/10/07 16:41:05 deraadt Exp $
7  */
8 
9 struct p8022Hdr {
10     u_char	dsap;
11     u_char	ssap;
12     u_char	flags;
13 };
14 
15 #define	p8022Size	3		/* min 802.2 header size */
16 
17 #define UI		0x03		/* 802.2 flags */
18 
19