4edb46e9a8
Obtained from: ftp://ftp.ee.lbl.gov/tcpdump.tar.Z on 19-Aug-1996.
17 lines
265 B
C
17 lines
265 B
C
/*
|
|
* NETBIOS protocol formats
|
|
*
|
|
* @(#) $Header: netbios.h,v 1.1 94/06/09 11:47:15 mccanne Exp $
|
|
*/
|
|
|
|
struct p8022Hdr {
|
|
u_char dsap;
|
|
u_char ssap;
|
|
u_char flags;
|
|
};
|
|
|
|
#define p8022Size 3 /* min 802.2 header size */
|
|
|
|
#define UI 0x03 /* 802.2 flags */
|
|
|