]> The Tcpdump Group git mirrors - tcpdump/commitdiff
no boundary checking necessary anymore;
authorhannes <hannes>
Sat, 14 Sep 2002 23:06:10 +0000 (23:06 +0000)
committerhannes <hannes>
Sat, 14 Sep 2002 23:06:10 +0000 (23:06 +0000)
print-ppp.c

index 0459d10cd8cb93e9fbb400e003228cfae0df036d..dd9db9f862e51359ead6cebcdffad64959c3ee59 100644 (file)
@@ -31,7 +31,7 @@
 
 #ifndef lint
 static const char rcsid[] =
-    "@(#) $Header: /tcpdump/master/tcpdump/print-ppp.c,v 1.72 2002-09-14 13:25:36 hannes Exp $ (LBL)";
+    "@(#) $Header: /tcpdump/master/tcpdump/print-ppp.c,v 1.73 2002-09-14 23:06:10 hannes Exp $ (LBL)";
 #endif
 
 #ifdef HAVE_CONFIG_H
@@ -120,8 +120,6 @@ struct tok ppptype2str[] = {
 #define CPCODES_RESET_REQ      14      /* Reset-Request (CCP only) RFC1962 */
 #define CPCODES_RESET_REP      15      /* Reset-Reply (CCP only) */
 
-#define CPCODES_MAX    CPCODES_RESET_REP
-
 struct tok cpcodes[] = {
        {CPCODES_VEXT,      "Vendor-Extension"}, /* RFC2153 */
        {CPCODES_CONF_REQ,  "Conf-Request"},