NetBSD-5.0.2/dist/tcpdump/netbios.h

Compare this file to the similar file:
Show the results in this format:

/*	$NetBSD: netbios.h,v 1.2 2007/07/24 11:53:40 drochner Exp $	*/

/*
 * NETBIOS protocol formats
 *
 * @(#) Header: /tcpdump/master/tcpdump/netbios.h,v 1.3 2002/12/11 07:13:55 guy 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 */