summaryrefslogtreecommitdiff
path: root/pcap-sita.c
Commit message (Expand)AuthorAgeFilesLines
* Fix spaces before tabs in indentationFrancois-Xavier Le Bail2023-02-151-1/+1
* Fix some typosFrancois-Xavier Le Bail2022-07-041-1/+1
* SITA: Fix a typo in a variable nameFrancois-Xavier Le Bail2022-03-021-1/+1
* Fix some spelling. [skip ci]Denis Ovsienko2020-10-091-4/+4
* Handle the pcap_t+private data in a fashion that makes fewer assumptions.Guy Harris2020-07-011-1/+9
* SITA: Remove an unmatched ')'Francois-Xavier Le Bail2020-06-171-1/+1
* Use strdup to make mallocated copies of strings.Guy Harris2020-03-271-13/+6
* Let the common pcap code handle "setting the direction isn't supported".Guy Harris2019-11-081-7/+1
* Fix a typoFrancois-Xavier Le Bail2019-10-251-1/+1
* Remove some workarounds for old compilers.Guy Harris2019-08-091-5/+5
* Provide out own strlcpy() and strlcat() routines if necessary.Guy Harris2018-10-161-1/+1
* Squelch more narrowing warnings.Guy Harris2018-09-121-1/+1
* Add a routine to format error messages with an errno-based message at the end.Guy Harris2017-11-151-12/+29
* No need to generate version.c or pcap_version.h.Guy Harris2017-10-031-2/+0
* Push pcap_lib_version() into the pcap-XXX.c files.Guy Harris2017-09-061-3/+5
* Always include <config.h> rather than "config.h".Guy Harris2017-08-181-1/+1
* Make the checks and adjustment of the snapshot length module-dependent.Guy Harris2017-06-011-0/+12
* Allow a platform to add information to the version string.Guy Harris2017-05-161-0/+9
* Have a pcap_if_list_t structure for use by the findalldevs code.Guy Harris2017-01-181-4/+4
* pcap_create_interface() needs the interface name on Linux.Guy Harris2016-06-301-1/+1
* Don't have pcap_create_common() set opt.device.Guy Harris2016-06-301-2/+2
* Rename opt.source to opt.device.Guy Harris2016-06-291-1/+1
* Have pcap_platform_finddevs() do all the "find local interfaces" work.Guy Harris2016-06-261-1/+24
* Use pcap_snprintf() instead of snprintf().Guy Harris2015-11-031-16/+16
* More fixes for realloc() failures.Bill Parker2015-09-221-4/+11
* Make the buffer member of a pcap_t a void *.Guy Harris2015-08-091-1/+1
* Fix errors introduced by my previous change.Bill Parker2015-07-241-2/+2
* Delete trailing spaces/tabsFrancois-Xavier Le Bail2015-03-081-4/+4
* remove libpcap's own CVS keywordsDenis Ovsienko2014-01-031-2/+0
* Move platform-dependent pcap_t data out of the pcap_t structure.Guy Harris2013-05-061-38/+48
* Add sanity checking for malloc, etcBill Parker2012-09-041-8/+39
* Have non-interface modules take responsibility for identifying their devices.Guy Harris2012-06-111-2/+2
* Turn close_op into cleanup_op; the routine that handles it can also beguy2008-04-141-3/+4
* From Paolo Abeni and me: split pcap_open_live() into a "get a pcap_tguy2008-04-041-23/+26
* The SITA code in pcap-linux.c shares very little with the Linux code;guy2008-01-061-28/+99
* SITA ACN support, from Fulko Hew.guy2007-10-201-0/+905