Apple IPoIEEE1394: Remove trailing "_if" from protocol name

This commit is contained in:
Francois-Xavier Le Bail 2020-02-05 10:54:42 +01:00
parent b3a96c363c
commit 1c31ade1fa

View 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);