aboutsummaryrefslogtreecommitdiff
path: root/pcap-septel.c
AgeCommit message (Expand)Author
2022-08-27Fix some typosFrancois-Xavier Le Bail
2022-07-04Fix some typosFrancois-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
2019-08-31Don't use ctype.h macros.Guy Harris
2019-08-09Remove some workarounds for old compilers.Guy Harris
2019-01-06Update a comment.Guy Harris
2018-12-23Just use install_bpf_program as the setfilter operation.Guy Harris
2018-10-16Provide out own strlcpy() and strlcat() routines if necessary.Guy Harris
2018-09-12Squelch more narrowing warnings.Guy Harris
2018-08-31Clean up the declaration of the packet-filtering routines.Guy Harris
2018-04-29Add more interface flags to pcap_findalldevs().Guy Harris
2018-01-20Use the right name for calls to wait for events.Guy Harris
2017-11-19Don't set errbuf if install_bpf_program() has returned -1.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-10-01Clean up non-blocking mode.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-02-25Support setting non-blocking mode before activating.Guy Harris
2017-01-18Have a pcap_if_list_t structure for use by the findalldevs code.Guy Harris
2016-12-17Clean up findalldevs code.Guy Harris
2016-06-30Clean up {DAG, Septel, Myricom SNF}-only builds.Guy Harris
2016-06-30make more pcap_create_common() fixesDenis Ovsienko
2015-11-03Use pcap_snprintf() instead of snprintf().Guy Harris
2015-03-08Delete trailing spaces/tabsFrancois-Xavier Le Bail
2014-01-10Return the value of pcap_add_if() from septel_findalldevs().Guy Harris
2014-01-03remove libpcap's own CVS keywordsDenis Ovsienko
2013-08-07Rename the "private" member of a pcap_t to avoid C++ issues.Guy Harris
2013-05-06Move platform-dependent pcap_t data out of the pcap_t structure.Guy Harris
2012-06-11Constify some variables.Guy Harris
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
2005-06-21The data link layer isn't settable, so get rid ofguy
2005-06-20From Gilbert Hoyek <gil_hoyek@hotmail.com>: support for capturing SS7guy