summaryrefslogtreecommitdiff
path: root/pcap-npf.c
Commit message (Expand)AuthorAgeFilesLines
* Fix tpo.Guy Harris2018-06-051-1/+1
* Expand "non-promisc" packet filter to include edge casesDaniel Miller2018-05-071-1/+11
* Use OID_GEN_LINK_STATE rather than OID_GEN_MEDIA_CONNECT_STATUS_EX.Guy Harris2018-05-021-14/+17
* Squelch "case not handled in switch" warnings.Guy Harris2018-05-011-0/+6
* Build fixes.Guy Harris2018-04-301-2/+1
* Try using OID_GEN_HARDWARE_STATUS to determine "up" and "running".Guy Harris2018-04-301-2/+47
* Pass the "get additional flags" function to the findalldevs helpers.Guy Harris2018-04-301-1/+1
* get_if_flags() need to be global.Guy Harris2018-04-301-1/+1
* Handle AirPcap devices in get_if_flags().Gisle Vanem2018-04-301-0/+25
* get_if_flags() in pcap-npf.c doesn't need to be global.Guy Harris2018-04-301-1/+1
* Rename routines - this isn't generic Windows, it's Windows-with-NPF.Guy Harris2018-04-301-49/+49
* Don't try to distinguish "unsupported OID" from "hard error".Guy Harris2018-04-291-42/+15
* Call get_if_flags().Guy Harris2018-04-291-6/+8
* Just define NDIS_STATUS_NOT_SUPPORTED directly.Guy Harris2018-04-291-3/+1
* Don't trust PacketOpenAdapter() not to modify its argument.Guy Harris2018-04-291-1/+8
* Include <ntstatus.h> to get STATUS_NOT_SUPPORTED.Guy Harris2018-04-291-0/+2
* Fix Windows build issues.Guy Harris2018-04-291-3/+18
* Add more interface flags to pcap_findalldevs().Guy Harris2018-04-291-40/+233
* Use for (;;) rather than while (1).Guy Harris2018-03-201-1/+1
* Don't use old-style non-prototype function definitions.Guy Harris2018-03-201-6/+3
* Don't set errbuf if install_bpf_program() has returned -1.Guy Harris2017-11-191-4/+0
* Add a routine to format error messages with an errno-based message at the end.Guy Harris2017-11-151-3/+4
* Now you have to include config.h, so you get PCAP_VERSION_STRING.Guy Harris2017-10-031-0/+4
* No need to generate version.c or pcap_version.h.Guy Harris2017-10-031-2/+0
* Call the flag to enable remote capture ENABLE_REMOTE.Guy Harris2017-10-031-4/+4
* Make it possible to build on Windows without packet.dll.Guy Harris2017-09-071-0/+1824