summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Treat either EPERM or EACCES as "no soup for you".Guy Harris2010-09-212-5/+8
* Return PCAP_ERROR_PROMISC_PERM_DENIED if you have permission to open theGuy Harris2010-09-215-57/+105
* Fix a problem that shows up with a max packet count passed to pcap_dispatch().Guy Harris2010-09-011-4/+23
* Give the names, as well as the #defines, for time stamp types.Guy Harris2010-08-231-7/+13
* Fixes from Scott Mcmillan.Guy Harris2010-08-233-4/+4
* Clean up handling of the "net" symlink made by the configure script.Guy Harris2010-08-232-1/+2
* If the specified time stamp type isn't supported, treat that as a warning.Guy Harris2010-08-225-72/+164
* Add support for setting the time stamp type for a capture.Guy Harris2010-08-2210-103/+596
* Give Scott McMillan credit for the initial time stamp patch.Guy Harris2010-08-221-0/+1
* Add support for setting the time stamp type for a capture.Guy Harris2010-08-225-0/+349
* Consistently use "link-layer header type".Guy Harris2010-08-225-17/+17
* Add some additional SEE ALSO references.Guy Harris2010-08-224-6/+9
* Combine documentation for allocate and free routines.Guy Harris2010-08-225-92/+25
* Fix handling of close of zerocopy BPF; based on a patch from Christian Peron.Guy Harris2010-08-201-76/+62
* Fix previous checkin.Guy Harris2010-08-061-8/+7
* Mention the 802.15.4 changes.Guy Harris2010-08-061-1/+2
* Use DLT_IEEE802_15_4_NOFCS for 802.15.4 interfaces.Jon Smirl2010-08-061-0/+7
* New DLT_IEEE802_15_4_NOFCS for 802.15.4 without FCS.Guy Harris2010-08-064-3/+34
* List the fixes we've checked in so far.Guy Harris2010-07-201-0/+29
* Oops - should convert the LINKTYPE_ value in pcap-ng InterfaceGuy Harris2010-07-201-1/+1
* Add support for "wlan ra" and "wlan ta".Guy Harris2010-07-035-3/+133
* More "don't crash if "wlan addr{1,2,3,4}" are used without 802.11 headers".Guy Harris2010-07-031-3/+19
* Don't crash if "wlan addr{1,2,3,4}" are used without 802.11 headers.Guy Harris2010-07-031-0/+64
* Do filtering on USB and Bluetooth capturing.Guy Harris2010-06-042-30/+36
* On FreeBSD/SPARC64, use -fPIC - it's apparently necessary.Guy Harris2010-05-292-2/+36
* Check for valid port numbers (fit in a 16-bit unsigned field).Guy Harris2010-05-291-0/+19
* Reject attempts to put savefiles into non-blocking mode.Guy Harris2010-05-281-3/+9
* Check for "no such device" for the "get the media types" ioctl in *BSD.Guy Harris2010-05-181-5/+16
* Improve error messages from bpf_open(), and let it do the error handling.Guy Harris2010-05-181-17/+50
* Return more specific errors from pcap_can_set_rfmon(); fix documentation.Guy Harris2010-05-182-6/+31
* Clean up indentation.Guy Harris2010-05-181-41/+40
* Update description fetching code for FreeBSD, fix code for OpenBSD.Guy Harris2010-04-281-11/+39
* Ignore /sys/net/dev files if we get ENODEV for them, not just ENXIO.andy-12010-04-272-1/+2
* Fix check for a constant 0 argument to BPF_DIV.Guy Harris2010-04-211-1/+1
* Use the right version of ar when cross-building.Alon Bar-Lev2010-04-163-3/+103
* Free any filter set on a savefile when the savefile is closed.nvercamm2010-04-162-0/+2
* Include the CFLAGS setting when configure was run in the compiler flags.Alon Bar-Lev2010-04-131-11/+12
* updated versionMichael Richardson2010-04-071-1/+1
* updated versionMichael Richardson2010-04-071-1/+1
* Merge branch 'libpcap_1.1' of git+ssh://bpf.tcpdump.org/tcpdump/master/git/li...Michael Richardson2010-04-071-1/+1
|\
| * For version 1.1.1.Guy Harris2010-04-061-1/+1
* | updated versionMichael Richardson2010-04-071-1/+1
* | updated versionlibpcap_1_1rel1libpcap-1.1.1Michael Richardson2010-04-071-1/+1
|/
* Make the date on the change notes for 1.1.0 match the release date.Guy Harris2010-04-031-1/+1
* Update version (and make it indicate that this isn't a release yet).Guy Harris2010-04-011-1/+1
* Add the current set of 1.1.1 changes from 1.1.0.Guy Harris2010-04-011-2/+8
* Update CHANGES to reflect more of the changes in 1.1.0.Guy Harris2010-04-011-15/+37
* Merge branch 'libpcap_1.1' of git+ssh://bpf.tcpdump.org/tcpdump/master/git/li...Guy Harris2010-04-012-2/+6
|\
| * Add a #include required on RHEL5.Chris Maynard2010-04-012-2/+6
* | Pass LDFLAGS to the command that builds shr.o on AIX.Alon Bar-Lev2010-03-312-2/+3
|/