repo.or.cz
/
dragonfly.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
drm/linux: Rework ioremap functions
[dragonfly.git]
/
contrib
/
tcpdump
/
netbios.h
blob
d3e2725fc6d1ed0020f366209ea23e392651873e
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