]> The Tcpdump Group git mirrors - tcpdump/commitdiff
per suggestion from [email protected]: resolve the PPP_COMP proto-id
authorhannes <hannes>
Mon, 5 Jul 2004 10:59:14 +0000 (10:59 +0000)
committerhannes <hannes>
Mon, 5 Jul 2004 10:59:14 +0000 (10:59 +0000)
print-ppp.c

index 98ea924d364bc67cfd12aaf71e0d2139f34f6b07..495914db1c21580b5843d40b953269610932e778 100644 (file)
@@ -31,7 +31,7 @@
 
 #ifndef lint
 static const char rcsid[] _U_ =
-    "@(#) $Header: /tcpdump/master/tcpdump/print-ppp.c,v 1.96 2004-07-02 20:17:47 hannes Exp $ (LBL)";
+    "@(#) $Header: /tcpdump/master/tcpdump/print-ppp.c,v 1.97 2004-07-05 10:59:14 hannes Exp $ (LBL)";
 #endif
 
 #ifdef HAVE_CONFIG_H
@@ -79,6 +79,7 @@ struct tok ppptype2str[] = {
        { PPP_VINES,      "VINES" },
        { PPP_MPLS_UCAST, "MPLS" },
        { PPP_MPLS_MCAST, "MPLS" },
+        { PPP_COMP,       "Compressed"},
 
        { PPP_HELLO,      "HELLO" },
        { PPP_LUXCOM,     "LUXCOM" },