summaryrefslogtreecommitdiff
path: root/pcap-dag.c
Commit message (Expand)AuthorAgeFilesLines
...
* Use pcap_close() if pcap_create_handle() fails.Guy Harris2015-05-041-3/+1
* Delete trailing spaces/tabsFrancois-Xavier Le Bail2015-03-081-48/+48
* Remove advertising of tstamp_type sinc we don't support setting this.sfd2014-09-081-20/+0
* Added descrpitions to pcap_add_if() for DAG devices using dag_device_name() f...sfd2014-09-011-2/+8
* dag-pcap was not correctly handling ERF records with extension headers.sfd2014-08-261-3/+11
* Update contact detailssfd2014-07-291-4/+4
* Add dag support for pcap_*_tstamp_type() and pcap_*_tstamp_precision()sfd2014-07-291-3/+54
* remove libpcap's own CVS keywordsDenis Ovsienko2014-01-031-5/+0
* Add a PACKET_COUNT_IS_UNLIMITED() to test for a packet count <= 0.Guy Harris2013-12-141-1/+1
* Add stream support to dag_create()sfd2013-08-161-6/+25
* Rename the "private" member of a pcap_t to avoid C++ issues.Guy Harris2013-08-071-6/+6
* Add an API to set "immediate mode".Guy Harris2013-05-081-5/+12
* Fencepost error.sfd2013-05-061-1/+1
* Move platform-dependent pcap_t data out of the pcap_t structure.Guy Harris2013-05-061-56/+84
* And un-constify some others.Guy Harris2012-06-111-1/+2
* Constify some variables.Guy Harris2012-06-111-1/+1
* Have non-interface modules take responsibility for identifying their devices.Guy Harris2012-06-111-13/+39
* Improve dag_platform_finddevs range and efficiency.Stephen Donnelly2009-10-131-3/+8
* handle->md.stat should be zeroed out when we initially allocated theGuy Harris2009-09-071-0/+1
* Updating Endace DAG ERF support.Stephen Donnelly2009-05-041-2/+17
* Turn close_op into cleanup_op; the routine that handles it can also beguy2008-04-141-7/+12
* From Stephen Donnelly: fix some compile errors from the conversion toguy2008-04-081-8/+8
* From Paolo Abeni and me: split pcap_open_live() into a "get a pcap_tguy2008-04-041-69/+51
* Explicitly check for a positive "cnt" argument, as at least some otherguy2008-02-021-2/+2
* Fix a typo; this fixes bug 1854436.guy2008-01-061-2/+2
* From Stephen Donnelly:guy2007-11-091-29/+39
* From Stephen Donnelly:guy2007-11-051-62/+84
* From Stephen Donnelly:guy2007-10-301-96/+138
* From Stephen Donnelly:guy2007-10-041-38/+69
* Based on work from Florent Drouin, split the 32-bit link-layer typeguy2007-09-291-14/+35
* From Stephen Donnelly of Endace:guy2007-06-221-1/+41
* From Florent Drouin: clean up resources when an open fails.guy2007-02-011-35/+56
* From Paolo Abeni:guy2007-01-291-15/+2
* From Stephen Donnelly: add support for new DAG ERF types.guy2006-09-251-2/+34
* From Stephen Donnelly:guy2006-04-071-72/+113
* Stephen Donnely says MTP3 and SCCP don't belong in the list of DLT_guy2005-07-101-4/+2
* From Stephen Donnelly: updates to the DAG support, to support theirguy2005-07-071-234/+359
* From Pawel Pokrywka: add support for requesting that only receivedguy2005-05-031-1/+2
* "install_bpf_program()" already sets "p->errbuf" to an error string ifguy2005-04-031-5/+2
* From Koryn Grant:guy2005-01-211-5/+14
* From Koryn Grant:guy2004-11-101-21/+6
* Add support for sending packets; includes contributions from Markguy2004-03-231-1/+10
* From Jesper Peterson: fix a couple of endianness problems.guy2004-01-301-6/+6
* From Jesper Peterson:guy2004-01-051-407/+438
* For devices that we have some reason to believe are real live Ethernetguy2003-12-181-14/+35
* Add a "pcap_get_selectable_fd()" API to get an FD on which you can do aguy2003-11-211-1/+6
* Add "getnonblock" and "setnonblock" operations, and set the functionguy2003-11-201-1/+24
* From Koryn Grant <koryn@endace.com> - DAG support enhancements and fixes:guy2003-11-201-155/+220
* Add _U_ to "rcsid[]" definitions, to eliminate "unused variable"guy2003-11-151-2/+2
* Add a "pcap_breakloop()" API to break out of the loop inguy2003-11-041-3/+16