summaryrefslogtreecommitdiff
path: root/print-token.c
diff options
context:
space:
mode:
authorFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2020-10-17 10:58:23 +0200
committerFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2020-10-17 10:59:21 +0200
commit4658f3e097db4b07b95b770257fe854d692038b3 (patch)
treedb03c98a5390a220c6be0957bb82541353e52142 /print-token.c
parentcc1a199eb22d5aceb537ceacf047e1b7fbe92c54 (diff)
downloadtcpdump-4658f3e097db4b07b95b770257fe854d692038b3.tar.gz
Token Ring: Update the protocol name
(Follow-up to 8c2072835f93ddb66705d57b3538d48df250763e)
Diffstat (limited to 'print-token.c')
-rw-r--r--print-token.c2
1 files changed, 1 insertions, 1 deletions
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) {