aboutsummaryrefslogtreecommitdiffstats
path: root/pcap.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-17On Win32, have pcap_setbuff, pcap_setmode, and pcap_setmintocopy ops, soguy1-1/+50
2007-10-05Add DLT_AX25_KISS, for AX.25 with a KISS header, as per discussions inguy1-1/+2
2007-09-29Based on work from Florent Drouin, split the 32-bit link-layer typeguy1-1/+7
2007-09-19New DLT for Bluetooth H:4 with pseudo-header giving direction.guy1-17/+30
2007-09-12From OpenBSD: use calloc() to avoid malloc(n * m) overflows.guy1-2/+2
2007-09-10allocate DLT_JUNIPER_ST as per request from Hannes Gredler <hannes@juniper.net>hannes1-1/+2
2007-06-22Update the WinPcap version number.guy1-2/+2
2007-06-22From Stephen Donnelly of Endace:guy1-1/+2
2007-06-11Pick up changes from NetBSD:guy1-4/+4
2006-12-20From Paolo Abeni: add support for the binary USB sniffing interface inguy1-1/+2
2006-10-13DLT_ value added for the Bluetooth HCI UART transport layer for Paologuy1-2/+4
2006-09-25Clean up indentation.guy1-18/+19
2006-07-27Added a new DLT and LINKTYPE value for ARINC 653 Interpartitiongianluca1-1/+2
2006-07-19Redefined DLT_CAN20B and LINKTYPE_CAN20B as #190 (as this is thegianluca1-1/+3
2006-05-18add support for DLT_JUNIPER_VPhannes1-1/+2
2006-01-22From Daniele Orlandi <daniele@orlandi.com>: add support for capturingguy1-1/+2
2005-12-13add DLT/LINKTYPE for carrying FRF.16 Multi-link Frame Relayhannes1-1/+2
2005-08-12allocate 4 new DLTs on behalf of Juniper Networks, Inc. forhannes1-1/+5
2005-07-20add basic support for DLT_JUNIPER_MFRhannes1-1/+2
2005-07-07OK, we'll be putting out 0.9.2 soon, so add the API changes back inguy1-2/+2
2005-07-050.9's already been released, so, for better or worse, we're stuck withguy1-2/+2
2005-07-05Rename "direction_t" to "pcap_direction_t", and rename "D_IN" andguy1-2/+2
2005-05-27RFC 1483 handles more than just IP and more than just SNAP.guy1-2/+2
2005-05-19add basic support for DLT_JUNIPER_{GGSN,ES,MONITOR,SERVICES}hannes1-1/+5
2005-05-03From Pawel Pokrywka: add support for requesting that only receivedguy1-1/+18
2005-02-08Add DLT_ values requested by Gregor Maier <gregor@endace.com> of Endaceguy1-1/+3
2005-02-08The DLT_LINUX_PPP_WITHDIRECTION is also used for pppd on some BSDs, soguy1-2/+2
2005-01-31Rename DLT_PPP_WITHDIRECTION to DLT_LINUX_PPP_WITHDIRECTION, as it's aguy1-2/+2
2005-01-27remove duplicate Juniper ML-PPP DLT namehannes1-3/+2
2005-01-25add support for DLT_JUNIPER_{MLFR,MLPPP)hannes1-1/+3
2005-01-12add support for Juniper PIC Peer DLT_hannes1-1/+2
2005-01-12add gencode support for Juniper ML/LS PIC DLT_hannes1-1/+2
2004-12-19Mark some arguments as unused (pointers to those functions are assignedguy1-5/+6
2004-12-18From Gisle Vanem: MS-DOS support.guy1-8/+42
2004-12-17Use "version.h" if autoconf is being used (as that assumes aguy1-19/+28
2004-12-17On Win32, don't close "p->fd" in "pcap_close_common()", as there is noguy1-1/+3
2004-12-17From Gisle Vanem: add some new link-layer types to the "dlt_choices[]"guy1-1/+7
2004-10-19add support for DLT_JUNIPER_ATM1 (137) and DLT_JUNIPER_ATM2 (135)hannes1-1/+3
2004-10-19Add a "pcap_close_common()" routine which can be used as the closeguy1-1/+10
2004-03-24 patch from Gisle Vanem for Symantec/Raptor tcpdump.mcr1-2/+3
2004-03-23Add support for sending packets; includes contributions from Markguy1-1/+25
2004-03-17Add support for Apple's IP-over-IEEE 1394 encapsulation.guy1-1/+2
2004-01-29DLT_IEEE802_11_RADIO is used for the BSD radio header; add a newguy1-2/+3
2003-12-18For devices that we have some reason to believe are real live Ethernetguy1-1/+18
2003-11-21Add a "pcap_get_selectable_fd()" API to get an FD on which you can do aguy1-1/+9
2003-11-20Add "getnonblock" and "setnonblock" operations, and set the functionguy1-59/+28
2003-11-20From Koryn Grant <koryn@endace.com> - DAG support enhancements and fixes:guy1-1/+15
2003-11-18Add "pcap_datalink_val_to_description()", which returns, for a DLT_guy1-31/+44
2003-11-18From Jean Tourrilhes <jean2@sourceforge.net>: IrDA capture support forguy1-1/+2
2003-11-15Add _U_ to "rcsid[]" definitions, to eliminate "unused variable"guy1-2/+2