]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Token Ring: Spell the protocol name. [skip ci]
authorDenis Ovsienko <[email protected]>
Sat, 10 Oct 2020 18:38:01 +0000 (19:38 +0100)
committerDenis Ovsienko <[email protected]>
Sat, 10 Oct 2020 18:57:56 +0000 (19:57 +0100)
print-token.c

index 38f56eae894c7553e3a71295bbd4d81c1ed23b13..0f783a397a484f21c344cf5e192cf7f54d2c85b4 100644 (file)
@@ -245,6 +245,6 @@ token_print(netdissect_options *ndo, const u_char *p, u_int length, u_int caplen
 void
 token_if_print(netdissect_options *ndo, const struct pcap_pkthdr *h, const u_char *p)
 {
-       ndo->ndo_protocol = "token";
+       ndo->ndo_protocol = "token-ring";
        ndo->ndo_ll_hdr_len += token_print(ndo, p, h->len, h->caplen);
 }