]> The Tcpdump Group git mirrors - tcpdump/blobdiff - atm.h
Add changes in 4.2.1.
[tcpdump] / atm.h
diff --git a/atm.h b/atm.h
index a4611c0f24e1fd6b448ee4d4d23dd10b57546791..65ac5c17e5142e05602b4397fea546c2b7f21224 100644 (file)
--- a/atm.h
+++ b/atm.h
@@ -14,7 +14,7 @@
  * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
  * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  *
- * @(#) $Header: /tcpdump/master/tcpdump/atm.h,v 1.1 2002-07-11 09:17:22 guy Exp $
+ * @(#) $Header: /tcpdump/master/tcpdump/atm.h,v 1.3 2006-02-08 01:43:00 hannes Exp $
  */
 
 /*
 #define ATM_UNKNOWN    0       /* Unknown */
 #define ATM_LANE       1       /* LANE */
 #define ATM_LLC                2       /* LLC encapsulation */
+
+/*
+ * some OAM cell captures (most notably Juniper's)
+ * do not deliver a heading HEC byte
+ */
+#define ATM_OAM_NOHEC   0
+#define ATM_OAM_HEC     1
+#define ATM_HDR_LEN_NOHEC 4