]> The Tcpdump Group git mirrors - libpcap/commit
Handle pcap_open_live(), and other routines, using NULL to mean "any".
authorGuy Harris <[email protected]>
Thu, 11 Apr 2019 19:29:43 +0000 (12:29 -0700)
committerGuy Harris <[email protected]>
Thu, 11 Apr 2019 19:29:43 +0000 (12:29 -0700)
commit8795ed44290a462bcd1129a4b85fccb5d2094d76
tree44622f73107bc4e7f601d278acf28fd4f90ff1e1
parent03d01176af446fc69dcefbb4459c2c7c5c408a54
Handle pcap_open_live(), and other routines, using NULL to mean "any".

Check for it in pcap_open_live() and pcap_open() before trying to
dereference it.
pcap-new.c
pcap.c