]> The Tcpdump Group git mirrors - libpcap/commit
get_if_flags() in pcap-npf.c doesn't need to be global.
authorGuy Harris <[email protected]>
Mon, 30 Apr 2018 07:37:41 +0000 (00:37 -0700)
committerGuy Harris <[email protected]>
Mon, 30 Apr 2018 07:37:41 +0000 (00:37 -0700)
commit95bd30319a119f1111a09ca92404b45cbf5d2a93
treee545035b5eeaffbee950a89f73f3bf4adebbf69f
parentbb1a2c4c8163b5b96f408f995065aec63ce7e0d6
get_if_flags() in pcap-npf.c doesn't need to be global.

It only needs to be global if one of the routines in pcap.c that calls
it is called, and that's not the case with NPF.
pcap-npf.c