X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/13c623cda77c2215c1641c53edf6e2de1786f36b..c23f7b7dcf9c014cf531d75c22cc254c7ca35e55:/print-gre.c diff --git a/print-gre.c b/print-gre.c index e5a9cbdb..4accdfe0 100644 --- a/print-gre.c +++ b/print-gre.c @@ -24,7 +24,7 @@ #ifndef lint static const char rcsid[] = - "@(#) $Header: /tcpdump/master/tcpdump/print-gre.c,v 1.12 2001-03-13 01:03:17 fenner Exp $"; + "@(#) $Header: /tcpdump/master/tcpdump/print-gre.c,v 1.13 2001-06-15 22:17:31 fenner Exp $"; #endif #ifdef HAVE_CONFIG_H @@ -88,6 +88,7 @@ gre_print(const u_char *bp, u_int length) TCHECK(gre->proto); flags = EXTRACT_16BITS(&gre->flags); proto = EXTRACT_16BITS(&gre->proto); + (void)printf("gre "); if (flags) { /* Decode the flags */