]> The Tcpdump Group git mirrors - tcpdump/commit
Include pcap-missing.h, to get the declaration of pcap_datalink_val_to_name().
authorGuy Harris <[email protected]>
Sun, 29 Jul 2018 22:08:16 +0000 (15:08 -0700)
committerGuy Harris <[email protected]>
Sun, 29 Jul 2018 22:08:16 +0000 (15:08 -0700)
commitb314392dfe5345edfdd8de07c78a4ea2ae636fd9
treedd58344e6718b51921b9de4eeb1f1b34842a4399
parentca47c45b8eab2e205165e175411a5e71e18101fc
Include pcap-missing.h, to get the declaration of pcap_datalink_val_to_name().

If we're building with an old version of libpcap that doesn't include
pcap_datalink_val_to_name(), we incorporate our own version, but we need
to have it declared before we use it.
print.c