From: guy Date: Thu, 19 May 2005 00:57:27 +0000 (+0000) Subject: Get rid of duplicate DLT_JUNIPER_PPPOE entry. X-Git-Tag: tcpdump-3.9.1~48 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/ad9b6404d14bc4eda7fb0173409d4ecc3cb45cc0?ds=inline Get rid of duplicate DLT_JUNIPER_PPPOE entry. --- diff --git a/tcpdump.c b/tcpdump.c index 009839e2..10102bd1 100644 --- 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_ = - "@(#) $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 /* @@ -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_ATM { juniper_pppoe_atm_print, DLT_JUNIPER_PPPOE_ATM }, #endif