]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Get rid of duplicate DLT_JUNIPER_PPPOE entry.
authorguy <guy>
Thu, 19 May 2005 00:57:27 +0000 (00:57 +0000)
committerguy <guy>
Thu, 19 May 2005 00:57:27 +0000 (00:57 +0000)
tcpdump.c

index 009839e2d61bc90f971102e9e8563227785bfcd8..10102bd171d053a6663086c98fdab74653870c74 100644 (file)
--- a/tcpdump.c
+++ b/tcpdump.c
@@ -30,7 +30,7 @@ static const char copyright[] _U_ =
     "@(#) Copyright (c) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 2000\n\
 The Regents of the University of California.  All rights reserved.\n";
 static const char rcsid[] _U_ =
     "@(#) Copyright (c) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 2000\n\
 The Regents of the University of California.  All rights reserved.\n";
 static const char rcsid[] _U_ =
-    "@(#) $Header: /tcpdump/master/tcpdump/tcpdump.c,v 1.253.2.3 2005-05-12 07:23:04 hannes Exp $ (LBL)";
+    "@(#) $Header: /tcpdump/master/tcpdump/tcpdump.c,v 1.253.2.4 2005-05-19 00:57:27 guy Exp $ (LBL)";
 #endif
 
 /*
 #endif
 
 /*
@@ -238,9 +238,6 @@ static struct printer printers[] = {
 #ifdef DLT_JUNIPER_PPPOE
        { juniper_pppoe_print,  DLT_JUNIPER_PPPOE },
 #endif
 #ifdef DLT_JUNIPER_PPPOE
        { juniper_pppoe_print,  DLT_JUNIPER_PPPOE },
 #endif
-#ifdef DLT_JUNIPER_PPPOE
-       { juniper_pppoe_print,  DLT_JUNIPER_PPPOE },
-#endif
 #ifdef DLT_JUNIPER_PPPOE_ATM
        { juniper_pppoe_atm_print, DLT_JUNIPER_PPPOE_ATM },
 #endif
 #ifdef DLT_JUNIPER_PPPOE_ATM
        { juniper_pppoe_atm_print, DLT_JUNIPER_PPPOE_ATM },
 #endif