aboutsummaryrefslogtreecommitdiff
path: root/pcap-sita.c
AgeCommit message (Expand)Author
2023-02-15Fix spaces before tabs in indentationFrancois-Xavier Le Bail
2022-07-04Fix some typosFrancois-Xavier Le Bail
2022-03-02SITA: Fix a typo in a variable nameFrancois-Xavier Le Bail
2020-10-09Fix some spelling. [skip ci]Denis Ovsienko
2020-07-01Handle the pcap_t+private data in a fashion that makes fewer assumptions.Guy Harris
2020-06-17SITA: Remove an unmatched ')'Francois-Xavier Le Bail
2020-03-27Use strdup to make mallocated copies of strings.Guy Harris
2019-11-08Let the common pcap code handle "setting the direction isn't supported".Guy Harris
2019-10-25Fix a typoFrancois-Xavier Le Bail
2019-08-09Remove some workarounds for old compilers.Guy Harris
2018-10-16Provide out own strlcpy() and strlcat() routines if necessary.Guy Harris
2018-09-12Squelch more narrowing warnings.Guy Harris
2017-11-15Add a routine to format error messages with an errno-based message at the end.Guy Harris
2017-10-03No need to generate version.c or pcap_version.h.Guy Harris
2017-09-06Push pcap_lib_version() into the pcap-XXX.c files.Guy Harris
2017-08-18Always include <config.h> rather than "config.h".Guy Harris
2017-06-01Make the checks and adjustment of the snapshot length module-dependent.Guy Harris
2017-05-16Allow a platform to add information to the version string.Guy Harris
2017-01-18Have a pcap_if_list_t structure for use by the findalldevs code.Guy Harris
2016-06-30pcap_create_interface() needs the interface name on Linux.Guy Harris
2016-06-30Don't have pcap_create_common() set opt.device.Guy Harris
2016-06-29Rename opt.source to opt.device.Guy Harris
2016-06-26Have pcap_platform_finddevs() do all the "find local interfaces" work.Guy Harris
2015-11-03Use pcap_snprintf() instead of snprintf().Guy Harris
2015-09-22More fixes for realloc() failures.Bill Parker
2015-08-09Make the buffer member of a pcap_t a void *.Guy Harris
2015-07-24Fix errors introduced by my previous change.Bill Parker
2015-03-08Delete trailing spaces/tabsFrancois-Xavier Le Bail
2014-01-03remove libpcap's own CVS keywordsDenis Ovsienko
2013-05-06Move platform-dependent pcap_t data out of the pcap_t structure.Guy Harris
2012-09-04Add sanity checking for malloc, etcBill Parker
2012-06-11Have non-interface modules take responsibility for identifying their devices.Guy Harris
2008-04-14Turn close_op into cleanup_op; the routine that handles it can also beguy
2008-04-04From Paolo Abeni and me: split pcap_open_live() into a "get a pcap_tguy
2008-01-06The SITA code in pcap-linux.c shares very little with the Linux code;guy
2007-10-20SITA ACN support, from Fulko Hew.guy