]> The Tcpdump Group git mirrors - tcpdump/blobdiff - ppp.h
Makefile.in: don't remove configure and config.h.in in make distclean.
[tcpdump] / ppp.h
diff --git a/ppp.h b/ppp.h
index 9d53423f3b7c4c253d5080606bc54585871958d8..830fad9d8ece71337c1d5e633039bc1b3d9a2bcf 100644 (file)
--- a/ppp.h
+++ b/ppp.h
@@ -19,8 +19,8 @@
 #define PPP_ADDRESS    0xff    /* The address byte value */
 #define PPP_CONTROL    0x03    /* The control byte value */
 
-#define PPP_WITHDIRECTION_IN  0x00 /* non-standard for DLT_PPP_WITHDIRECTION */
-#define PPP_WITHDIRECTION_OUT 0x01 /* non-standard for DLT_PPP_WITHDIRECTION */
+#define PPP_PPPD_IN  0x00 /* non-standard for DLT_PPP_PPPD */
+#define PPP_PPPD_OUT 0x01 /* non-standard for DLT_PPP_PPPD */
 
 /* Protocol numbers */
 #define PPP_IP         0x0021  /* Raw IP */
@@ -34,9 +34,9 @@
 #define PPP_BRPDU      0x0031  /* Bridging PDU */
 #define PPP_STII       0x0033  /* Stream Protocol (ST-II) */
 #define PPP_VINES      0x0035  /* Banyan Vines */
-#define PPP_ML          0x003d  /* Multi-Link PPP */
+#define PPP_ML         0x003d  /* Multi-Link PPP */
 #define PPP_IPV6       0x0057  /* IPv6 */
-#define        PPP_COMP        0x00fd  /* Compressed Datagram */
+#define PPP_COMP       0x00fd  /* Compressed Datagram */
 
 #define PPP_HELLO      0x0201  /* 802.1d Hello Packets */
 #define PPP_LUXCOM     0x0231  /* Luxcom */