Token Ring: Update the protocol name

(Follow-up to 8c2072835f)
This commit is contained in:
Francois-Xavier Le Bail 2020-10-17 10:58:23 +02:00
parent cc1a199eb2
commit 4658f3e097

View 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) {