From: Denis Ovsienko Date: Sat, 10 Oct 2020 18:38:01 +0000 (+0100) Subject: Token Ring: Spell the protocol name. [skip ci] X-Git-Tag: tcpdump-4.99-bp~129 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/8c2072835f93ddb66705d57b3538d48df250763e Token Ring: Spell the protocol name. [skip ci] --- diff --git a/print-token.c b/print-token.c index 38f56eae..0f783a39 100644 --- a/print-token.c +++ b/print-token.c @@ -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); }