]> The Tcpdump Group git mirrors - tcpdump/commitdiff
IEEE 802.15.4: Remove trailing "_if" from a protocol name
authorFrancois-Xavier Le Bail <[email protected]>
Sun, 2 Aug 2020 09:38:44 +0000 (11:38 +0200)
committerFrancois-Xavier Le Bail <[email protected]>
Sun, 2 Aug 2020 09:38:44 +0000 (11:38 +0200)
print-802_15_4.c

index c7d6c3f498417918a141bb5b86d5cb8b69f86cdb..33887c30f3a441045d58b542b8976834a388ea32 100644 (file)
@@ -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);
 }