summaryrefslogtreecommitdiff
path: root/pcap-dag.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* From Jesper Peterson:guy2003-10-021-12/+16
* From Jesper Peterson: for HDLC packet-over-SONET DAG captures, don'tguy2003-08-181-25/+51
* Updates from Jesper Peterson.guy2003-07-251-43/+81
* Add a "read" function pointer to the pcap_t structure, which handlesguy2003-07-251-4/+3
* Add a "set_datalink" function pointer to the pcap_t structure, whichhandlesguy2003-07-251-4/+5
* Add a "setfilter" function pointer to the pcap_t structure, whichguy2003-07-251-4/+4
* Add a "stats" function pointer to the pcap_t structure, which handlesguy2003-07-251-2/+5
* Add a "close" function pointer to the pcap_t structure, which handlesguy2003-07-251-7/+10
* From Jesper Peterson <jesper@endace.com>: support for capturing fromguy2003-07-231-0/+530