summaryrefslogtreecommitdiffstats
path: root/contrib/tcpdump/netbios.h
blob: ebc80e1db300b9d77ce0dc916c1d2a995ab84edd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * 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 */

OpenPOWER on IntegriCloud