aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-01-10Merge branch 'master' of git://bpf.tcpdump.org/libpcapHEADmasterPatrick McHardy17-230/+675
2010-12-28Interface IDs are 0-origin.Guy Harris1-1/+1
2010-11-30Fix alignment of Love's name.Guy Harris1-1/+1
2010-11-30Use spaces for all entries. Fix Luis MartinGarcia's name.Luis MartinGarcia1-138/+138
2010-11-30Use config.status to generate pcap-config.Mike Frysinger2-17/+20
2010-11-30In test programs, just as in pcap-usb-linux.c, if we haveGuy Harris2-0/+6
2010-11-25Check whether we have <linux/compiler.h>.Guy Harris4-4/+229
2010-11-25Include <linux/compiler.h> before including <linux/usbdevice_fs.h>.Guy Harris1-0/+5
2010-11-15Add DLT_DBUS, for raw D-Bus messages.Guy Harris2-0/+39
2010-11-14Libnl 2.x returns its own error codes, not errnos; handle that.Guy Harris1-42/+34
2010-11-13Add support for libnl 2.x, adapted from a newer version of the iw command.Guy Harris4-25/+184
2010-10-15Another fix for the compilation of WinPcap under MINGW32/MINGW64.Gianluca Varenni1-1/+1
2010-10-15Fixes to compile WinPcap under MINGW32 and MINGW64.Gianluca Varenni6-7/+23
2010-10-15Import pcap-dect-linuxPatrick McHardy11-11/+415
2010-09-21Treat either EPERM or EACCES as "no soup for you".Guy Harris2-5/+8
2010-09-21Return PCAP_ERROR_PROMISC_PERM_DENIED if you have permission to open theGuy Harris5-57/+105
2010-09-01Fix a problem that shows up with a max packet count passed to pcap_dispatch().Guy Harris1-4/+23
2010-08-23Give the names, as well as the #defines, for time stamp types.Guy Harris1-7/+13
2010-08-23Fixes from Scott Mcmillan.Guy Harris3-4/+4
2010-08-23Clean up handling of the "net" symlink made by the configure script.Guy Harris2-1/+2
2010-08-22If the specified time stamp type isn't supported, treat that as a warning.Guy Harris5-72/+164
2010-08-22Add support for setting the time stamp type for a capture.Guy Harris10-103/+596
2010-08-22Give Scott McMillan credit for the initial time stamp patch.Guy Harris1-0/+1
2010-08-22Add support for setting the time stamp type for a capture.Guy Harris5-0/+349
2010-08-22Consistently use "link-layer header type".Guy Harris5-17/+17
2010-08-22Add some additional SEE ALSO references.Guy Harris4-6/+9
2010-08-22Combine documentation for allocate and free routines.Guy Harris5-92/+25
2010-08-20Fix handling of close of zerocopy BPF; based on a patch from Christian Peron.Guy Harris1-76/+62
2010-08-06Fix previous checkin.Guy Harris1-8/+7
2010-08-06Mention the 802.15.4 changes.Guy Harris1-1/+2
2010-08-06Use DLT_IEEE802_15_4_NOFCS for 802.15.4 interfaces.Jon Smirl1-0/+7
2010-08-06New DLT_IEEE802_15_4_NOFCS for 802.15.4 without FCS.Guy Harris4-3/+34
2010-07-20List the fixes we've checked in so far.Guy Harris1-0/+29
2010-07-20Oops - should convert the LINKTYPE_ value in pcap-ng InterfaceGuy Harris1-1/+1
2010-07-03Add support for "wlan ra" and "wlan ta".Guy Harris5-3/+133
2010-07-03More "don't crash if "wlan addr{1,2,3,4}" are used without 802.11 headers".Guy Harris1-3/+19
2010-07-03Don't crash if "wlan addr{1,2,3,4}" are used without 802.11 headers.Guy Harris1-0/+64
2010-06-04Do filtering on USB and Bluetooth capturing.Guy Harris2-30/+36
2010-05-29On FreeBSD/SPARC64, use -fPIC - it's apparently necessary.Guy Harris2-2/+36
2010-05-29Check for valid port numbers (fit in a 16-bit unsigned field).Guy Harris1-0/+19
2010-05-28Reject attempts to put savefiles into non-blocking mode.Guy Harris1-3/+9
2010-05-18Check for "no such device" for the "get the media types" ioctl in *BSD.Guy Harris1-5/+16
2010-05-18Improve error messages from bpf_open(), and let it do the error handling.Guy Harris1-17/+50
2010-05-18Return more specific errors from pcap_can_set_rfmon(); fix documentation.Guy Harris2-6/+31
2010-05-18Clean up indentation.Guy Harris1-41/+40
2010-04-28Update description fetching code for FreeBSD, fix code for OpenBSD.Guy Harris1-11/+39
2010-04-27Ignore /sys/net/dev files if we get ENODEV for them, not just ENXIO.andy-12-1/+2
2010-04-21Fix check for a constant 0 argument to BPF_DIV.Guy Harris1-1/+1
2010-04-16Use the right version of ar when cross-building.Alon Bar-Lev3-3/+103
2010-04-16Free any filter set on a savefile when the savefile is closed.nvercamm2-0/+2