summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Makefile.in: Add release candidates buildFrancois-Xavier Le Bail2019-10-011-0/+6
* Makefile.in: Run 'autoreconf -f' when buiding releaseFrancois-Xavier Le Bail2019-10-011-1/+2
* bump versionlibpcap-1.9.1Michael Richardson2019-09-301-15/+27
* added CVE-2018-16301 to CHANGESMichael Richardson2019-09-301-0/+1
* Clean up comment formatting.Guy Harris2019-09-301-0/+1
* Remove more trailing white space.Guy Harris2019-09-301-1/+1
* Get rid of extra blank lines.Guy Harris2019-09-301-2/+0
* Get rid of trailing white space.Guy Harris2019-09-301-1/+1
* Fix some format warnings.Guy Harris2019-09-301-5/+5
* updated version and CHANGES for 1.9.1Michael Richardson2019-09-302-1/+3
* do sanity checks on PHB header length before allocating memory. There was no ...Michael Richardson2019-09-301-16/+10
* Limit the size of a filter program.Guy Harris2019-09-301-0/+24
* Calculate the reply payload length in a local variable.Guy Harris2019-09-301-6/+9
* In the open request, reject capture sources that are URLs.Guy Harris2019-09-301-2/+72
* On UN*X, don't tell the client why authentication failed.Guy Harris2019-09-301-7/+44
* Don't crash if crypt() fails.Guy Harris2019-09-301-1/+8
* Preserve references to metadata when adjusting the program.Bill Fenner2019-09-301-0/+8
* Initialize buffer used for nlh and nfgPawel Brzezinski2019-09-261-0/+1
* Add more changes.Guy Harris2019-09-251-0/+64
* Always return a list of supported time-stamp types.Guy Harris2019-09-243-5/+22
* With a timeout of zero, specify a maximum-size retire timeout.Guy Harris2019-09-241-1/+20
* Fix missing underscore in pcap man page.Ondřej Hošek2019-09-241-1/+1
* Just point to the big "kludge" comment in gen_vlan().Guy Harris2019-09-241-23/+2
* CMake: install libraries to ${CMAKE_INSTALL_FULL_LIBDIR}Matwey V. Kornilov2019-09-241-1/+1
* Use -fPIC for 64-bit SPARC on Linux, as well as on FreeBSD and OpenBSD.Guy Harris2019-09-242-2/+2
* Clean up the code to parse /proc/net/dev.Guy Harris2019-08-201-17/+62
* Expand a comment to explain why we clamp the snaphot length.Guy Harris2019-08-201-1/+6
* Boost the maximum snaplen for LINKTYPE_USBPCAP/DLT_USBPCAP.Guy Harris2019-08-201-5/+17
* Make sure the *adjusted* snapshot length is the same for all IDBs.Guy Harris2019-08-204-26/+42
* Test hdr.snaplen to see whether it fits in an int.Guy Harris2019-08-202-6/+7
* Make the 7 used when rounding up a size unsigned.Guy Harris2019-08-201-1/+1
* Report PCAP_ERROR_NO_SUCH_DEVICE for a non-existent device.Guy Harris2019-08-201-7/+21
* Return an appropriate error message for ERROR_GEN_FAILURE when capturing.Guy Harris2019-08-201-1/+28
* Change the error message for ENXIO/EIO to match reality.Guy Harris2019-08-201-4/+6
* Treat both ENXIO and EIO as "device went away".Guy Harris2019-08-201-1/+2
* Have a pcap_fmt_errmsg_for_win32_err() routine and use it.Guy Harris2019-08-208-166/+147
* Report a warning for unkown link-layer header types on Windows.Guy Harris2019-08-201-2/+18
* Use "ab+" rather than "rb+" for the pcap_dump_open_append() open mode.Guy Harris2019-08-201-12/+39
* Update a few more references to WinPcap to mention Npcap as well.Guy Harris2019-08-203-11/+11
* Removing null check before freePhilippe Antoine2019-06-201-12/+6
* No free in opt_init, rather in opt_cleanupPhilippe Antoine2019-06-201-30/+0
* Fixes bould free in opt_cleanupPhilippe Antoine2019-06-201-6/+27
* Read the magic number into a byte array.Guy Harris2019-06-205-21/+27
* Fixed the fread call in the savefile.c fileTymoteusz Blazejczyk2019-06-201-1/+1
* Add support for NdisMediumWirelessWan.Guy Harris2019-06-201-0/+6
* Check for an empty description by checking if the first character is NUL.Guy Harris2019-06-201-1/+1
* Squelch compiler warnings.Guy Harris2019-06-201-1/+2
* PacketOpenAdapter() uses the same heuristic.Guy Harris2019-06-201-2/+2
* Explain the rationale for the attempt to detect UTF-16LE strings.Guy Harris2019-06-201-4/+21
* There is no SOCK_DEBUG_MESSAGE() macro, so don't call it.Guy Harris2019-06-201-8/+5