]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Token Ring: Update the protocol name
authorFrancois-Xavier Le Bail <[email protected]>
Sat, 17 Oct 2020 08:58:23 +0000 (10:58 +0200)
committerFrancois-Xavier Le Bail <[email protected]>
Sat, 17 Oct 2020 08:59:21 +0000 (10:59 +0200)
(Follow-up to 8c2072835f93ddb66705d57b3538d48df250763e)

print-token.c

index 0f783a397a484f21c344cf5e192cf7f54d2c85b4..bcb72584c294cbe09f47c8d3a47691e3c5920c28 100644 (file)
@@ -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) {