From: Francois-Xavier Le Bail Date: Sun, 2 Aug 2020 09:38:44 +0000 (+0200) Subject: IEEE 802.15.4: Remove trailing "_if" from a protocol name X-Git-Tag: tcpdump-4.99-bp~298 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/cfbae609a18fa6d61d09a8b263ceaf389f510e9b IEEE 802.15.4: Remove trailing "_if" from a protocol name --- diff --git a/print-802_15_4.c b/print-802_15_4.c index c7d6c3f4..33887c30 100644 --- a/print-802_15_4.c +++ b/print-802_15_4.c @@ -2497,7 +2497,7 @@ ieee802_15_4_if_print(netdissect_options *ndo, const struct pcap_pkthdr *h, const u_char *p) { u_int caplen = h->caplen; - ndo->ndo_protocol = "802.15.4_if"; + ndo->ndo_protocol = "802.15.4"; ndo->ndo_ll_hdr_len += ieee802_15_4_print(ndo, p, caplen); }