mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Diff reduction against tcpdump revision 949a22064d3534eddeb8aa2b9c36a50e45fe16fa.
This commit is contained in:
parent
9417953e08
commit
356c1037fa
1 changed files with 1 additions and 2 deletions
|
|
@ -224,7 +224,6 @@ extern void ntp_print(const u_char *, u_int);
|
|||
extern u_int null_if_print(const struct pcap_pkthdr *, const u_char *);
|
||||
extern void ospf_print(const u_char *, u_int, const u_char *);
|
||||
extern void olsr_print (const u_char *, u_int, int);
|
||||
extern void otv_print(const u_char *, u_int);
|
||||
extern void pimv1_print(const u_char *, u_int);
|
||||
extern void cisco_autorp_print(const u_char *, u_int);
|
||||
extern void rsvp_print(const u_char *, u_int);
|
||||
|
|
@ -324,7 +323,7 @@ extern u_int bt_if_print(const struct pcap_pkthdr *, const u_char *);
|
|||
extern u_int usb_linux_48_byte_print(const struct pcap_pkthdr *, const u_char *);
|
||||
extern u_int usb_linux_64_byte_print(const struct pcap_pkthdr *, const u_char *);
|
||||
extern void vxlan_print(const u_char *, u_int);
|
||||
|
||||
extern void otv_print(const u_char *, u_int);
|
||||
|
||||
|
||||
#ifdef INET6
|
||||
|
|
|
|||
Loading…
Reference in a new issue