X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/893aed34faba816da0212148efe82e1ca92c263f..7e285a3f675a08ee8895c629a02e2de920b56e83:/print-gre.c diff --git a/print-gre.c b/print-gre.c index 30bb6c21..732903f8 100644 --- a/print-gre.c +++ b/print-gre.c @@ -239,7 +239,7 @@ gre_print_0(netdissect_options *ndo, const u_char *bp, u_int length) * use it for keep-alives; see, for example, * https://www.cisco.com/c/en/us/support/docs/ip/generic-routing-encapsulation-gre/118370-technote-gre-00.html#anc1 */ - printf("keep-alive"); + ND_PRINT("keep-alive"); break; case GRE_WCCP: /* @@ -283,7 +283,7 @@ gre_print_0(netdissect_options *ndo, const u_char *bp, u_int length) bp += sizeof(*wccp); len -= sizeof(*wccp); - printf(": "); + ND_PRINT(": "); } /* FALLTHROUGH */ case ETHERTYPE_IP: