summaryrefslogtreecommitdiff
path: root/print-ap1394.c
diff options
context:
space:
mode:
authorFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2020-02-05 10:54:42 +0100
committerFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2020-02-05 11:01:28 +0100
commit1c31ade1faff8fb61b8f3f8c6e3572e7cb58cc48 (patch)
treee4841bf4867756ae964c01cbc8c7932d775ca3cd /print-ap1394.c
parentb3a96c363cde7b681418d04444598b1537228e2c (diff)
downloadtcpdump-1c31ade1faff8fb61b8f3f8c6e3572e7cb58cc48.tar.gz
Apple IPoIEEE1394: Remove trailing "_if" from protocol name
Diffstat (limited to 'print-ap1394.c')
-rw-r--r--print-ap1394.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/print-ap1394.c b/print-ap1394.c
index 1f421bd8..8cc22fe8 100644
--- a/print-ap1394.c
+++ b/print-ap1394.c
@@ -94,7 +94,7 @@ ap1394_if_print(netdissect_options *ndo, const struct pcap_pkthdr *h, const u_ch
u_short ether_type;
struct lladdr_info src, dst;
- ndo->ndo_protocol = "ap1394_if";
+ ndo->ndo_protocol = "ap1394";
if (caplen < FIREWIRE_HDRLEN) {
ndo->ndo_ll_header_length += caplen;
nd_print_trunc(ndo);