mirror of
https://github.com/the-tcpdump-group/tcpdump.git
synced 2024-11-23 18:14:29 +08:00
Apple IPoIEEE1394: Remove trailing "_if" from protocol name
This commit is contained in:
parent
b3a96c363c
commit
1c31ade1fa
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user