summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2020-08-02 11:38:44 +0200
committerFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2020-08-02 11:38:44 +0200
commitcfbae609a18fa6d61d09a8b263ceaf389f510e9b (patch)
treea1c2179441aebfd29ae3eec3735c6bec92b5f5a8
parent4eb7a801c3f95306935525d49542652ee8c24f40 (diff)
downloadtcpdump-cfbae609a18fa6d61d09a8b263ceaf389f510e9b.tar.gz
IEEE 802.15.4: Remove trailing "_if" from a protocol name
-rw-r--r--print-802_15_4.c2
1 files changed, 1 insertions, 1 deletions
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);
}