117680Spst/*
217680Spst * NETBIOS protocol formats
317680Spst *
4190207Srpaulo * @(#) $Header: /tcpdump/master/tcpdump/netbios.h,v 1.3 2002-12-11 07:13:55 guy Exp $
517680Spst */
617680Spst
717680Spststruct p8022Hdr {
817680Spst    u_char	dsap;
917680Spst    u_char	ssap;
1017680Spst    u_char	flags;
1117680Spst};
1217680Spst
1317680Spst#define	p8022Size	3		/* min 802.2 header size */
1417680Spst
1517680Spst#define UI		0x03		/* 802.2 flags */
1617680Spst
17