summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Pick up changes from NetBSD:libpcap_0_9rel6libpcap-0.9.6guy2007-06-1116-79/+96
* Allocate DLT_ for 802.15.4 without any header munging, for Mikkoguy2007-06-052-4/+39
* Tests for the transport-layer protocol differ based on whether theguy2007-05-301-4/+6
* Header for 802.16 MAC Common Part Sublayer plus a radiotap radio header;guy2007-05-042-2/+16
* Prep for 0.9.6 releaseken2007-04-231-1/+38
* It's LINKTYPE_PPI, not SAVEFILE_PPI.guy2007-04-191-5/+3
* Reserved a DLT_ and SAVEFILE_ value for PPI (Per Packet Info)gianluca2007-04-192-2/+21
* Define DLT_LOOP as 12 on OpenBSD, for compatibility with its definition.guy2007-04-051-5/+7
* Linktype for IEEE 802.15.4, with address fields padded as done by Linuxguy2007-04-032-8/+40
* Work around a bug in some older versions of libpcap, where the snapshotguy2007-04-011-1/+23
* From Jung-uk Kim: add support for new FreeBSD BIOCSDIRECTION ioctl.guy2007-03-262-4/+18
* On NetBSD, include <sys/param.h>; we need it to declareguy2007-03-111-2/+7
* Fixed a bug in pcap_open_live(). The return value of PacketSetHwFilter wasgianluca2007-02-191-5/+20
* From Florent Drouin: a Link Status Signal Unit is called an LSSU, not anguy2007-02-084-11/+12
* From Stephen Donnelly: change to handle some name changes in the DAGguy2007-02-082-3/+33
* From Florent Drouin: clean up resources when an open fails.guy2007-02-011-35/+56
* For wltN devices, open the corresponding enN device, so that, forguy2006-12-301-5/+27
* On Mac OS X, assume any device whose name begins with "wlt" can beguy2006-12-291-1/+18
* From Florent Drouin: add support for filtering on MTP2 frame types.guy2006-12-215-12/+78
* Add a LINKTYPE_ value corresponding to DLT_IEEE802_16_MAC_CPS.guy2006-11-271-1/+10
* DLT for IEEE 802.16 (WiMAX) MAC Common Part Sublayer; requested by Mariaguy2006-11-271-1/+7
* backout last commit - wrong treehannes2006-10-241-2/+1
* adding a proper prototype for gen_slarp()hannes2006-10-241-1/+2
* DLT_ value added for the Bluetooth HCI UART transport layer for Paologuy2006-10-134-11/+62
* Squelch another valgrind complaint.guy2006-10-121-3/+8
* Clarify that the structure that pcap_stats() fills in is pointed to byguy2006-10-121-6/+7
* In "add_or_find_if()", first check whether we already have an entry inguy2006-10-101-23/+27
* No, that's not the right fix for the Linux kernel interface; the rightguy2006-10-041-7/+0
* Add a link-layer type for USB.guy2006-10-031-2/+6
* Squelch a valgrind warning.guy2006-09-281-1/+2
* From Stephen Donnelly: add support for new DAG ERF types.guy2006-09-251-2/+34
* Clean up indentation.guy2006-09-251-18/+19
* From Stephen Donnelly:guy2006-09-254-6/+23
* updated versionlibpcap_0_9rel5libpcap-0.9.5mcr2006-09-191-1/+1
* Update for 0.9.5ken2006-09-191-1/+26
* Check in the current version.guy2006-09-181-6/+6
* Indicate *which* ioctl failed.guy2006-09-181-7/+7
* Add off_ll to off_nl in cases where that's required and that we missedguy2006-09-131-26/+55
* Propagate from the main branch:guy2006-09-131-5/+3
* Propagate from the main branch:guy2006-09-131-2/+3
* Make off_linktype, off_nl, and off_nl_nosnap *not* include off_ll.guy2006-09-131-13/+35
* Added support for DLT_IEEE802_11 and DLT_IEEE802_11_RADIO link layers in windowsgianluca2006-08-091-1/+9
* Added a new DLT and LINKTYPE value for ARINC 653 Interpartitiongianluca2006-07-273-7/+25
* Fixed a typo in a DLT value: it should start with DLT_ and not LINKTYPE_gianluca2006-07-251-2/+2
* Redefined DLT_CAN20B and LINKTYPE_CAN20B as #190 (as this is thegianluca2006-07-193-5/+29
* C89 says that the result of shifting an N-bit value by >= N bits isguy2006-05-281-2/+9
* [From Hannes] add support for DLT_JUNIPER_VP.gianluca2006-05-202-2/+43
* From Ollie Wild: if we're bound to an interface, discard incomingguy2006-04-072-1/+18
* From Stephen Donnelly:guy2006-04-075-518/+1188
* putmsg() returns 0 or -1, not the number of bytes written.guy2006-04-041-1/+9