]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Apple IPoIEEE1394: Remove trailing "_if" from protocol name
authorFrancois-Xavier Le Bail <[email protected]>
Wed, 5 Feb 2020 09:54:42 +0000 (10:54 +0100)
committerFrancois-Xavier Le Bail <[email protected]>
Wed, 5 Feb 2020 10:01:28 +0000 (11:01 +0100)
print-ap1394.c

index 1f421bd88ee1012c36bf954c41c474b80f42769f..8cc22fe83215ee8b2ec69c804bb706d2b23b7295 100644 (file)
@@ -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);