summaryrefslogtreecommitdiff
path: root/pcap.c
Commit message (Expand)AuthorAgeFilesLines
* Make "{un}synced with the system clock" a property of more time stamp types.Guy Harris2019-11-171-0/+1
* Do the check for a valid direction value in pcap_setdirection().Guy Harris2019-11-171-2/+20
* More pcap_setdirection() cleanups.Guy Harris2019-11-091-1/+1
* Squelch more warnings in MinGW builds.Guy Harris2019-11-091-1/+2
* Squelch some warnings that popped up on MinGW.Guy Harris2019-11-091-14/+16
* Fix a typo in pcap.c.Nan Xiao2019-10-311-1/+1
* Make sure pcap_close_all() doesn't loop infinitely.Guy Harris2019-10-081-1/+21
* Always return a list of supported time-stamp types.Guy Harris2019-09-241-2/+11
* Make the 7 used when rounding up a size unsigned.Guy Harris2019-08-201-1/+1
* Update a few more references to WinPcap to mention Npcap as well.Guy Harris2019-08-201-1/+1
* Check for an empty description by checking if the first character is NUL.Guy Harris2019-06-201-1/+1
* 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
* Report the DLT description in error messagesBill Fenner2019-06-201-0/+15
* Handle pcap_open_live(), and other routines, using NULL to mean "any".Guy Harris2019-04-191-0/+10
* Rename DLT_IPMB to DLT_IPMB_KONTRON.Guy Harris2019-04-191-1/+2
* Note in a comment that we allow IPv4 addresses in IP-Literals.Guy Harris2019-03-091-1/+6
* Clean up whitespaceFrancois-Xavier Le Bail2019-03-091-1/+1
* Fix type mismatch.Guy Harris2019-03-061-1/+1
* Plug memory leak.Guy Harris2019-02-151-1/+2
* Use asprintf(), and provide a version for systems that lack it.Guy Harris2019-02-141-13/+6
* Fix another typo.Guy Harris2019-02-141-1/+1
* Fix typoes.Guy Harris2019-02-141-2/+2
* Define individual "not initialized" routines for various operations.Guy Harris2019-02-141-53/+142
* Put pcap_win32_err_to_str() into fmtutils.c, and use it for all Win32 errors.Guy Harris2019-01-091-29/+0
* Address the warnings from -Wformat-truncation.Denis Ovsienko2018-10-311-4/+4
* DLT_LINUX_SLL2 support.Guy Harris2018-10-311-1/+2
* Provide out own strlcpy() and strlcat() routines if necessary.Guy Harris2018-10-171-28/+28
* Force FormatMessageA().Guy Harris2018-07-201-1/+1
* Align pcap_t private data on an 8-byte boundary.Guy Harris2018-07-141-3/+12
* Have separate flags for "optimizer debug" and "print DOT graph".Guy Harris2018-05-031-22/+0
* pcap-int.h declares pcap_debug, so we don't have to.Guy Harris2018-05-021-2/+0
* Shuffle the find_or_add_dev() arguments.Guy Harris2018-04-301-2/+2
* Pass the "get additional flags" function to the findalldevs helpers.Guy Harris2018-04-301-6/+7
* Don't try to distinguish "unsupported OID" from "hard error".Guy Harris2018-04-291-3/+0
* Add more interface flags to pcap_findalldevs().Guy Harris2018-04-291-2/+39
* Do bounds checking on references to the bids array.Guy Harris2018-04-251-2/+2
* Add more for DISPLAYPORT_AUX.Guy Harris2018-04-251-0/+1
* Fix MSVC build.Guy Harris2018-04-021-1/+1
* Squelch some "no declaration before definition" warnings.Guy Harris2018-04-021-0/+5
* Fix the -Wunused-parameter warnings that have obvious fixesJoerg Mayer2018-03-281-1/+3
* One more function pointer for dead pcap_t's.Guy Harris2018-03-221-0/+9
* Set more function pointers for "dead" pcap_t's.Guy Harris2018-03-221-149/+230
* Don't use old-style non-prototype function definitions.Guy Harris2018-03-201-6/+3
* Don't do the selectable FD or required select timeout stuff on MS-DOS.Guy Harris2018-01-231-2/+4
* Free the port string before returning.Guy Harris2018-01-211-0/+3
* Add a new API to handle some non-select()able devices.Guy Harris2018-01-191-0/+7
* Update to reflect the name change for Apple's UNIX-for-Macs.Guy Harris2018-01-081-1/+1
* Add LINKTYPE_ETHERNET_MPACKET/DLT_ETHERNET_MPACKET.Guy Harris2017-12-031-0/+2
* Add a routine to format error messages with an errno-based message at the end.Guy Harris2017-11-151-55/+55