Actually hook powernow.4 into the build.
[dragonfly.git] / contrib / tcpdump / netbios.h
blobd3e2725fc6d1ed0020f366209ea23e392651873e
1 /*
2 * NETBIOS protocol formats
4 * @(#) $Header: /tcpdump/master/tcpdump/netbios.h,v 1.3 2002-12-11 07:13:55 guy Exp $
5 */
7 struct p8022Hdr {
8 u_char dsap;
9 u_char ssap;
10 u_char flags;
13 #define p8022Size 3 /* min 802.2 header size */
15 #define UI 0x03 /* 802.2 flags */