aboutsummaryrefslogtreecommitdiffstats
path: root/pcap.c
AgeCommit message (Expand)AuthorFilesLines
2010-08-22If the specified time stamp type isn't supported, treat that as a warning.Guy Harris1-4/+4
2010-08-22Add support for setting the time stamp type for a capture.Guy Harris1-85/+233
2010-08-06New DLT_IEEE802_15_4_NOFCS for 802.15.4 without FCS.Guy Harris1-1/+2
2010-01-26Include headers that should cause u_int64_t to be defined.Guy Harris1-0/+8
2010-01-04Add DLT_IPV4 and DLT_IPV6.Guy Harris1-0/+2
2009-12-29Un-split a line.Guy Harris1-2/+1
2009-10-11Add DLT_CAN_SOCKETCAN, for capturing on the Controller Area Network withGuy Harris1-0/+7
2009-09-21If an activate routine fails, it needs to clean up the pcap_t, closeGuy Harris1-34/+59
2009-08-11No, that's not an issue - it'll be a strdup() in any case, and safe toGuy Harris1-8/+6
2009-08-11When using pcap_create_common() in pcap_fopen_offline(), leaveGuy Harris1-6/+8
2009-08-11From Dustin Spicuzza: if the activate routine doesn't supply an errorGuy Harris1-1/+11
2009-07-30The pcap_activate() man page says:Guy Harris1-2/+6
2009-07-16When doing Linux mmapped capture:Guy Harris1-89/+84
2008-12-23Update CHANGES for USB fixes.guy1-2/+2
2008-12-23From Jon Smirl:guy1-1/+2
2008-12-21New DLT_MPLS link-layer type, for MPLS packets with an MPLS label as theguy1-1/+2
2008-12-14Generically refer to the top-of-tree version as 1.x.y.guy1-2/+2
2008-09-22Link-layer type for 802.15.4 with PHY-level preamble, SFD, and frameguy1-1/+2
2008-07-01When activating a device, return PCAP_ERROR_IFACE_NOT_UP if the deviceguy1-1/+4
2008-05-26Add pcap_free_datalinks() - on Windows, something allocated in Vegas^Waguy1-1/+18
2008-05-13Pick up pcap_offline_filter() from WinPcap.guy1-1/+19
2008-04-14Turn close_op into cleanup_op; the routine that handles it can also beguy1-13/+23
2008-04-09Rename pcap_errtostr() to pcap_statustostr(), and have it handleguy1-15/+21
2008-04-09Add some PCAP_WARNING return values for "success, but you might want toguy1-5/+5
2008-04-09Add an error for "you don't have permission to open that device", asguy1-6/+19
2008-04-06Have a separate pcap_errtostr() routine to turn PCAP_ERROR_ values toguy1-29/+29
2008-04-04From Paolo Abeni and me: split pcap_open_live() into a "get a pcap_tguy1-9/+318
2007-11-06[from Gisle Vanem]gianluca1-2/+2
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