Drop ".i0", it is an undefined macro.
[netbsd-mini2440.git] / dist / tcpdump / atm.h
blob008e31ae1b34d6724dc6aada4561ba8a6ea64d47
1 /* $NetBSD$ */
3 /*
4 * Copyright (c) 2002 Guy Harris.
5 * All rights reserved.
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that: (1) source code
9 * distributions retain the above copyright notice and this paragraph
10 * in its entirety, and (2) distributions including binary code include
11 * the above copyright notice and this paragraph in its entirety in
12 * the documentation or other materials provided with the distribution.
13 * The name of Guy Harris may not be used to endorse or promote products
14 * derived from this software without specific prior written permission.
15 * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
16 * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
17 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
19 * @(#) Header: /tcpdump/master/tcpdump/atm.h,v 1.1.4.1 2005/06/20 07:45:05 hannes Exp
23 * Traffic types for ATM.
25 #define ATM_UNKNOWN 0 /* Unknown */
26 #define ATM_LANE 1 /* LANE */
27 #define ATM_LLC 2 /* LLC encapsulation */
30 * some OAM cell captures (most notably Juniper's)
31 * do not deliver a heading HEC byte
33 #define ATM_OAM_NOHEC 0
34 #define ATM_OAM_HEC 1