X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/6d6270c6b45def7bffa1c87aba1b5ffb8b53e92e..464c44fbd1394ac006d8d99f16e80ead423c1c47:/tcpdump.c diff --git a/tcpdump.c b/tcpdump.c index 30fdce8b..43fad291 100644 --- a/tcpdump.c +++ b/tcpdump.c @@ -30,7 +30,7 @@ static const char copyright[] = "@(#) 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[] = - "@(#) $Header: /tcpdump/master/tcpdump/tcpdump.c,v 1.178 2002-07-11 08:09:47 guy Exp $ (LBL)"; + "@(#) $Header: /tcpdump/master/tcpdump/tcpdump.c,v 1.179 2002-07-11 09:17:25 guy Exp $ (LBL)"; #endif /* @@ -167,6 +167,9 @@ static struct printer printers[] = { #endif #ifdef DLT_FRELAY { fr_if_print, DLT_FRELAY }, +#endif +#ifdef DLT_SUNATM + { sunatm_if_print, DLT_SUNATM }, #endif { NULL, 0 }, };