summaryrefslogtreecommitdiff
path: root/pcap-septel.c
Commit message (Expand)AuthorAgeFilesLines
* Fix some typosFrancois-Xavier Le Bail2022-08-011-1/+1
* Fix some typosFrancois-Xavier Le Bail2022-07-041-1/+1
* Fix some spelling. [skip ci]Denis Ovsienko2020-10-091-1/+1
* Handle the pcap_t+private data in a fashion that makes fewer assumptions.Guy Harris2020-07-011-1/+1
* Don't use ctype.h macros.Guy Harris2019-08-311-1/+0
* Remove some workarounds for old compilers.Guy Harris2019-08-091-1/+1
* Update a comment.Guy Harris2019-01-061-9/+0
* Just use install_bpf_program as the setfilter operation.Guy Harris2018-12-231-24/+1
* 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
* Clean up the declaration of the packet-filtering routines.Guy Harris2018-08-311-1/+1
* Add more interface flags to pcap_findalldevs().Guy Harris2018-04-291-0/+3
* Use the right name for calls to wait for events.Guy Harris2018-01-201-1/+1
* Don't set errbuf if install_bpf_program() has returned -1.Guy Harris2017-11-191-4/+1
* Add a routine to format error messages with an errno-based message at the end.Guy Harris2017-11-151-2/+2
* No need to generate version.c or pcap_version.h.Guy Harris2017-10-031-2/+0
* Clean up non-blocking mode.Guy Harris2017-10-011-3/+24
* 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/+11
* Allow a platform to add information to the version string.Guy Harris2017-05-161-0/+9
* Support setting non-blocking mode before activating.Guy Harris2017-02-251-3/+4
* Have a pcap_if_list_t structure for use by the findalldevs code.Guy Harris2017-01-181-3/+2
* Clean up findalldevs code.Guy Harris2016-12-171-2/+3
* Clean up {DAG, Septel, Myricom SNF}-only builds.Guy Harris2016-06-301-0/+28
* make more pcap_create_common() fixesDenis Ovsienko2016-06-301-1/+1
* Use pcap_snprintf() instead of snprintf().Guy Harris2015-11-031-1/+1
* Delete trailing spaces/tabsFrancois-Xavier Le Bail2015-03-081-4/+4
* Return the value of pcap_add_if() from septel_findalldevs().Guy Harris2014-01-101-7/+2
* remove libpcap's own CVS keywordsDenis Ovsienko2014-01-031-5/+0
* Rename the "private" member of a pcap_t to avoid C++ issues.Guy Harris2013-08-071-2/+2
* Move platform-dependent pcap_t data out of the pcap_t structure.Guy Harris2013-05-061-8/+16
* Constify some variables.Guy Harris2012-06-111-1/+1
* Have non-interface modules take responsibility for identifying their devices.Guy Harris2012-06-111-11/+16
* Turn close_op into cleanup_op; the routine that handles it can also beguy2008-04-141-8/+1
* From Paolo Abeni and me: split pcap_open_live() into a "get a pcap_tguy2008-04-041-27/+17
* The data link layer isn't settable, so get rid ofguy2005-06-211-127/+116
* From Gilbert Hoyek <gil_hoyek@hotmail.com>: support for capturing SS7guy2005-06-201-0/+318