summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* linux: throw in a temporary hack to squelch MSAN warnings.libpcap-1.9Guy Harris2020-05-071-0/+11
* Remove an unused variableFrancois-Xavier Le Bail2020-05-041-1/+0
* Define _GNU_SOURCE on most platforms.Guy Harris2020-04-261-2/+6
* Fix compiler warnings on MSYS2/CygwinOrgad Shaneh2020-04-261-1/+1
* Remove duplicate wordsFrancois-Xavier Le Bail2020-04-232-4/+4
* Check for invalid IPv4 addresses.Guy Harris2020-04-132-2/+16
* More cleanups.Guy Harris2019-11-301-79/+97
* Make the code a bit more like the master branch.Guy Harris2019-11-301-15/+22
* Rename the activate routines to indicate what type of socket they handle.Guy Harris2019-11-291-10/+10
* Plug another memory leak.Guy Harris2019-11-281-1/+5
* Plug a memory leak.Guy Harris2019-11-281-3/+2
* Fix a typoFrancois-Xavier Le Bail2019-11-281-1/+1
* Fix a typolxy2019-11-281-1/+1
* Remind people that if pcap_activate() fails, the pcap_t is still around.Guy Harris2019-11-282-0/+11
* Fix the SOCK_PACKET handling.Guy Harris2019-11-211-8/+17
* Clean up the "set socket protocol only after packet ring configured" backport.Guy Harris2019-11-211-1/+6
* Revert "Put code to open PF_PACKET sockets into a common routine."Guy Harris2019-11-211-108/+42
* Put code to open PF_PACKET sockets into a common routine.Guy Harris2019-11-211-42/+108
* Set socket protocol only after packet ring configuredMark Marshall2019-11-201-24/+39
* If iface_bind() fails, that's a hard error.Guy Harris2019-11-201-15/+14
* Fix typo in pcap/pcap.h.Nan Xiao2019-11-201-1/+1
* Make "{un}synced with the system clock" a property of more time stamp types.Guy Harris2019-11-173-13/+36
* Use correct function name in outputting error information.Nan Xiao2019-11-173-3/+3
* Fix typo in sf-pcap.c.Nan Xiao2019-11-171-1/+1
* Fix typo in pcap/pcap.h.Nan Xiao2019-11-171-1/+1
* Do the check for a valid direction value in pcap_setdirection().Guy Harris2019-11-175-54/+50
* Let the common pcap code handle "setting the direction isn't supported".Guy Harris2019-11-091-7/+1
* We don't check the direction, so don't support setting it.Guy Harris2019-11-091-8/+1
* More pcap_setdirection() cleanups.Guy Harris2019-11-095-9/+55
* Cleaning spacesFrancois-Xavier Le Bail2019-11-096-16/+16
* Cleaning spacesFrancois-Xavier Le Bail2019-11-095-16/+16
* Clean up direction setting.Guy Harris2019-11-091-20/+107
* Have a less nerdy error message for "output only isn't supported here".Guy Harris2019-11-091-1/+1
* Add OpenBSD support for pcap_setdirection().Guy Harris2019-11-091-0/+26
* Yes, we want to define _WIN32_WINNT as 0x0600; do so.Guy Harris2019-11-091-3/+3
* Temporarily turn off the definition of _WIN32_WINNT as 0x0600.Guy Harris2019-11-091-3/+3
* Squelch more warnings.Guy Harris2019-11-091-2/+7
* Squelch another warning.Guy Harris2019-11-091-1/+2
* Squelch another warning.Guy Harris2019-11-091-0/+6
* Fix another warning.Guy Harris2019-11-091-5/+4
* Note that we do *NOT* support the old msvcrt.dll.Guy Harris2019-11-091-0/+4
* Squelch another warning.Guy Harris2019-11-091-7/+7
* Make sure BUILDING_PCAP is getting defined.Guy Harris2019-11-091-0/+4
* Squelch more warnings in MinGW builds.Guy Harris2019-11-093-8/+23
* Squelch some warnings that popped up on MinGW.Guy Harris2019-11-093-24/+32
* Fix installation if we have MinGW but don't have ln.Guy Harris2019-11-091-54/+62
* Put the MinGW bin directory in the path, not the root directory.Guy Harris2019-11-091-4/+3
* And one more down.Guy Harris2019-11-091-1/+1
* OK, one directory level down.Guy Harris2019-11-091-1/+1
* OK, force AppVeyor to show a listing of the top-level MinGW directory.Guy Harris2019-11-091-6/+7