From 4658f3e097db4b07b95b770257fe854d692038b3 Mon Sep 17 00:00:00 2001 From: Francois-Xavier Le Bail Date: Sat, 17 Oct 2020 10:58:23 +0200 Subject: Token Ring: Update the protocol name (Follow-up to 8c2072835f93ddb66705d57b3538d48df250763e) --- print-token.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'print-token.c') diff --git a/print-token.c b/print-token.c index 0f783a39..bcb72584 100644 --- a/print-token.c +++ b/print-token.c @@ -152,7 +152,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) { -- cgit v1.2.1