| Commit message (Expand) | Author | Age | Files | Lines |
* | SITA: Remove an unmatched ')' | Francois-Xavier Le Bail | 2020-06-17 | 1 | -1/+1 |
* | Remove some trailing tabs | Francois-Xavier Le Bail | 2020-06-17 | 4 | -7/+6 |
* | Add two missing files in Makefile.in (EXTRA_DIST) | Francois-Xavier Le Bail | 2020-06-16 | 1 | -0/+2 |
* | Remove undocumented and rather old "ether proto" protocols | Francois-Xavier Le Bail | 2020-06-12 | 1 | -8/+0 |
* | Fix a comment. | Guy Harris | 2020-06-11 | 1 | -1/+1 |
* | doc: say what pcap_next_ex() does, clarify issues with other routines. | Guy Harris | 2020-06-07 | 1 | -2/+12 |
* | Update a comment. | Guy Harris | 2020-06-05 | 1 | -2/+5 |
* | appveyor: clean up. | Guy Harris | 2020-06-05 | 1 | -6/+2 |
* | appveryor: put in a space between -G and -A. | Guy Harris | 2020-06-05 | 1 | -1/+1 |
* | appveyor: give VS 2019 a different cmake command. | Guy Harris | 2020-06-05 | 1 | -18/+13 |
* | appveyor: OK, maybe building for 32-bit x86 isn't supported for VS 2019. | Guy Harris | 2020-06-05 | 1 | -5/+1 |
* | appveyor: try the top-level directories. | Guy Harris | 2020-06-04 | 1 | -2/+2 |
* | appveyor: OK, try both places. | Guy Harris | 2020-06-04 | 1 | -1/+2 |
* | appveyor: see if it's in C:\Program Files. | Guy Harris | 2020-06-04 | 1 | -1/+1 |
* | appveyor: and a few more directory levels. | Guy Harris | 2020-06-04 | 1 | -1/+1 |
* | appveyor: back up a few directory levels. | Guy Harris | 2020-06-04 | 1 | -1/+1 |
* | appveyor: use backslashes in the path. | Guy Harris | 2020-06-04 | 1 | -1/+1 |
* | appveyor: go up a few more levels. | Guy Harris | 2020-06-04 | 1 | -1/+1 |
* | appveyor: OK, go up one level when looking for msbuild. | Guy Harris | 2020-06-04 | 1 | -1/+1 |
* | appveyor: some debugging stuff. | Guy Harris | 2020-06-04 | 1 | -0/+3 |
* | appveyor: fix architecture selectio for VS 2019. | Guy Harris | 2020-06-04 | 1 | -2/+18 |
* | appveyor: build with VS 2019 as well. | Guy Harris | 2020-06-04 | 1 | -0/+19 |
* | Remove some pcap_strerror() calls. | Guy Harris | 2020-06-04 | 2 | -7/+7 |
* | Add a missing parenthese | Francois-Xavier Le Bail | 2020-06-03 | 1 | -1/+1 |
* | linux: test whether reading from the event FD succeeds. | Guy Harris | 2020-06-02 | 1 | -1/+38 |
* | threadsignaltest: add an option to disable the wakeup. | Guy Harris | 2020-06-02 | 1 | -19/+35 |
* | usb-linux: use EXTRACT_LE_U_2() to extract a 2-byte little-endian number. | Guy Harris | 2020-06-02 | 1 | -1/+3 |
* | Don't introduce pcap_handle() unless a need for it is demonstrated. | Guy Harris | 2020-05-31 | 2 | -11/+5 |
* | For now, we can't use -Werror. | Guy Harris | 2020-05-31 | 1 | -1/+1 |
* | Build with -Werror on Travis. | Guy Harris | 2020-05-31 | 1 | -1/+1 |
* | With .devel, have MSVC treat all warnings as errors. | Guy Harris | 2020-05-31 | 1 | -0/+5 |
* | SSL: attempt to squelch a narrowing warning. | Guy Harris | 2020-05-30 | 1 | -1/+1 |
* | Fix typo. | Guy Harris | 2020-05-30 | 1 | -1/+1 |
* | Expand a comment. | Guy Harris | 2020-05-30 | 1 | -1/+1 |
* | Include "diag-control.h", as we're now using diagnostic suppression macros. | Guy Harris | 2020-05-30 | 1 | -0/+2 |
* | Add pcap_handle(), and deprecate pcap_fileno(), on Windows. | Guy Harris | 2020-05-30 | 3 | -7/+38 |
* | npf, airpcap: fill in ps_capt iff _WIN32 is defined. | Guy Harris | 2020-05-30 | 2 | -2/+11 |
* | airpcap: don't check for -1 being returned from device_is_airpcap(). | Guy Harris | 2020-05-30 | 1 | -4/+0 |
* | airpcap: have our own breakloop routine. | Guy Harris | 2020-05-30 | 1 | -0/+19 |
* | airpcap: set the initial DLT_ based on the current link type. | Guy Harris | 2020-05-30 | 1 | -2/+45 |
* | airpcap: remove some code copied-and-pasted from another file. | Guy Harris | 2020-05-29 | 1 | -6/+0 |
* | Fix more AirPcap API calls. | Guy Harris | 2020-05-29 | 1 | -2/+2 |
* | airpcap: make all AirPcap calls through function pointers. | Guy Harris | 2020-05-29 | 1 | -4/+8 |
* | optimizer: add a sanity check to make sure the program isn't empty. | Guy Harris | 2020-05-29 | 1 | -0/+6 |
* | pcap-filter man: Sort the 'ether proto' protocols by names | Francois-Xavier Le Bail | 2020-05-29 | 1 | -3/+3 |
* | linux: try AF_NETLINK first, then AF_UNIX, then AF_INET. | Guy Harris | 2020-05-24 | 1 | -58/+58 |
* | Sort the Ethernet protocols database by names | Francois-Xavier Le Bail | 2020-05-24 | 1 | -13/+13 |
* | Fix an error message | Francois-Xavier Le Bail | 2020-05-24 | 1 | -1/+1 |
* | Fix typos in some comments | Francois-Xavier Le Bail | 2020-05-24 | 3 | -4/+4 |
* | dpdk: get rid of an unused variable. | Guy Harris | 2020-05-23 | 1 | -1/+0 |