X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/8c2072835f93ddb66705d57b3538d48df250763e..0023eaa78f123676bfa9c5fba72ea4b8a59aaa70:/print-token.c diff --git a/print-token.c b/print-token.c index 0f783a39..6426cfe2 100644 --- a/print-token.c +++ b/print-token.c @@ -26,9 +26,7 @@ /* \summary: Token Ring printer */ -#ifdef HAVE_CONFIG_H #include -#endif #include "netdissect-stdinc.h" @@ -152,7 +150,7 @@ token_print(netdissect_options *ndo, const u_char *p, u_int length, u_int caplen u_int route_len = 0, hdr_len = TOKEN_HDRLEN; int seg; - ndo->ndo_protocol = "token"; + ndo->ndo_protocol = "token-ring"; trp = (const struct token_header *)p; if (caplen < TOKEN_HDRLEN) {