summaryrefslogtreecommitdiff
path: root/pcap.c
Commit message (Expand)AuthorAgeFilesLines
* Remove test code.Guy Harris2020-07-031-14/+0
* Spell _WIN32 correctly.Guy Harris2020-07-031-1/+1
* OK, see if *this* fixes the link error.Guy Harris2020-07-031-0/+14
* Revert "Quick test to make sure compilers warn about de-constification."Guy Harris2020-07-021-13/+0
* Quick test to make sure compilers warn about de-constification.Guy Harris2020-07-021-0/+13
* Handle the pcap_t+private data in a fashion that makes fewer assumptions.Guy Harris2020-07-011-29/+16
* Update a comment.Guy Harris2020-06-051-2/+5
* Add a missing parentheseFrancois-Xavier Le Bail2020-06-031-1/+1
* Don't introduce pcap_handle() unless a need for it is demonstrated.Guy Harris2020-05-311-6/+0
* Fix typo.Guy Harris2020-05-301-1/+1
* Include "diag-control.h", as we're now using diagnostic suppression macros.Guy Harris2020-05-301-0/+2
* Add pcap_handle(), and deprecate pcap_fileno(), on Windows.Guy Harris2020-05-301-6/+24
* Support AirPcap devices with a pcap module.Guy Harris2020-05-071-2/+76
* Add support for UTF-8 strings on Windows.Guy Harris2020-04-111-20/+183
* add linktype for ATSC ALP link protocolNick Kelsey2020-03-201-1/+1
* add linktype for ATSC ALP link protocolNick Kelsey2020-03-201-0/+1
* Standardize how we refer to "Linux Classical IP over ATM".Guy Harris2020-03-111-1/+1
* Use calloc to replace malloc&memset pair.Nan Xiao2020-02-251-2/+1
* Remove trailing spaces/tabsFrancois-Xavier Le Bail2020-02-031-1/+1
* On Linux, return error on interface going away, not just going down.Guy Harris2020-01-291-1/+1
* Make "{un}synced with the system clock" a property of more time stamp types.Guy Harris2019-11-161-0/+1
* Do the check for a valid direction value in pcap_setdirection().Guy Harris2019-11-091-2/+20
* More pcap_setdirection() cleanups.Guy Harris2019-11-081-1/+1
* Squelch more warnings in MinGW builds.Guy Harris2019-11-051-1/+2
* Squelch some warnings that popped up on MinGW.Guy Harris2019-11-051-14/+16
* Don't speak of Linux usbmon as generic USB sniffing support.Guy Harris2019-10-311-3/+3
* Fix a typo in pcap.c.Nan Xiao2019-10-261-1/+1
* Don't sort interfaces by unit number.Guy Harris2019-10-221-27/+21
* Make sure pcap_close_all() doesn't loop infinitely.Guy Harris2019-10-031-1/+21
* Always return a list of supported time-stamp types.Guy Harris2019-09-081-2/+11
* Don't use ctype.h macros.Guy Harris2019-08-311-2/+1
* Remove some workarounds for old compilers.Guy Harris2019-08-091-44/+44
* Make the 7 used when rounding up a size unsigned.Guy Harris2019-07-251-1/+1
* Add LINKTYPE_Z_WAVE_SERIAL and LINKTYPE_USB_2_0.Guy Harris2019-07-231-0/+4
* Update a few more references to WinPcap to mention Npcap as well.Guy Harris2019-06-241-1/+1
* Check for an empty description by checking if the first character is NUL.Guy Harris2019-05-311-1/+1
* Add DLT_ELEE and LINKTYPE_ELEE.Guy Harris2019-05-171-0/+1
* PacketOpenAdapter() uses the same heuristic.Guy Harris2019-04-271-2/+2
* Explain the rationale for the attempt to detect UTF-16LE strings.Guy Harris2019-04-271-4/+21
* Fix indentation.Guy Harris2019-04-181-6/+6
* Merge pull request #814 from fenner/dlt-namesGuy Harris2019-04-151-0/+15
|\
| * Report the DLT description in error messagesBill Fenner2019-04-151-0/+15
* | Add support for (Ethertype) DSA data link typesVivien Didelot2019-04-151-0/+2
|/
* Handle pcap_open_live(), and other routines, using NULL to mean "any".Guy Harris2019-04-111-1/+11
* Rename DLT_IPMB to DLT_IPMB_KONTRON.Guy Harris2019-03-221-1/+2
* Note in a comment that we allow IPv4 addresses in IP-Literals.Guy Harris2019-03-061-1/+6
* Clean up whitespaceFrancois-Xavier Le Bail2019-03-021-1/+1
* Plug memory leak.Guy Harris2019-02-141-1/+2
* Use asprintf(), and provide a version for systems that lack it.Guy Harris2019-02-091-13/+6
* Fix another typo.Guy Harris2019-02-071-1/+1