summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Check /sys/class/net/{device}/wireless first when checking for Wi-Fi devices.libpcap_1.1libpcap-1.1Guy Harris2015-02-251-19/+55
* Fix previous change.Guy Harris2015-02-251-6/+10
* Check for Wi-Fi interfaces and don't offer DOCSIS on them.Guy Harris2015-02-251-10/+21
* Work around annoying Android problem.Guy Harris2015-02-251-4/+24
* tp_mac and tp_snaplen are unsigned; print them with %u, not %d.Guy Harris2015-01-081-1/+1
* Point people at the tcpdump.org site link-layer header types page.Guy Harris2011-03-251-1/+7
* Don't set errbuf to an error message if pcap_findalldevs() returns 0.Guy Harris2011-03-241-2/+3
* Note that pcap_findalldevs() can succeed but return no devices.Guy Harris2011-03-231-9/+20
* Another missing contributor.Guy Harris2011-03-231-0/+1
* Add missing contributors, update others.Guy Harris2011-03-231-2/+6
* Fix the calculation of the frame size in memory-mapped captures.Julien Moutinho2011-03-221-3/+48
* Regenerate configure script with Stephen Donnelly's changes.Guy Harris2011-03-222-137/+83
* Add a link-layer header type for STANAG 5066 D_PDUs.Guy Harris2011-03-142-0/+16
* Close handles on error.Henri Doreau2011-03-131-0/+2
* Just point to the tcpdump.org Web page for descriptions of link-layerGuy Harris2011-03-121-236/+2
* Fix man page typoes.Miroslav Lichvar2011-03-083-4/+4
* Add a link-layer type for a variant of 3GPP TS 27.010.Guy Harris2011-03-082-0/+16
* LINKTYPE_ARCNET doesn't have standard ARCNET headers, it has headers asGuy Harris2011-03-071-2/+2
* Pick up the rest of the aforementioned changes by Hannes.Guy Harris2011-03-011-0/+7
* Add a link-layer type for DVB-CI.Guy Harris2011-03-013-0/+48
* Clarify the lifetime of the packet header and data when reading packets.Guy Harris2011-02-042-3/+25
* Use p->oneshot_callback for pcap_next_ex(), as with pcap_next().Guy Harris2011-02-041-2/+3
* Ignore os-proto.h - it might be a symlink to os/os-XXX.h for some XXX.Guy Harris2011-02-011-0/+1
* We don't need input() in our scanner, so don't define it with Flex.Guy Harris2011-02-011-0/+1
* Fix configure-script discovery of VLAN acceleration support.Jesper Dangaard Brouer2011-02-012-2/+4
* Don't declare bpf_filter() in pcap/pcap.h in NetBSD.Guy Harris2011-01-241-1/+3
* Back out the previous change for now.Guy Harris2011-01-241-7/+6
* Don't declare bpf_filter() in <pcap/pcap.h>.Guy Harris2011-01-241-2/+9
* Fix OpenBSD build.Guy Harris2011-01-231-2/+1
* <time.h> is what should be included for clock_gettime() and CLOCK_MONOTONIC.Garrett Cooper2011-01-221-1/+1
* Protect against including AIX 5.x's <net/bpf.h> having been included.Guy Harris2011-01-161-3/+5
* Add a comment explaining why we're not using $< in the pcap-config rule.Guy Harris2011-01-161-0/+11
* Assorted header changes.Guy Harris2011-01-164-30/+32
* Some Makes, e.g. AIX Make, can't handle "--file=$@.tmp:$<".Guy Harris2011-01-151-1/+1
* Fix build error on HP-UX.Guy Harris2011-01-151-7/+9
* Interface IDs are 0-origin.Guy Harris2010-12-281-1/+1
* Fix alignment of Love's name.Guy Harris2010-11-301-1/+1
* Use spaces for all entries. Fix Luis MartinGarcia's name.Luis MartinGarcia2010-11-301-138/+138
* Use config.status to generate pcap-config.Mike Frysinger2010-11-302-17/+20
* In test programs, just as in pcap-usb-linux.c, if we haveGuy Harris2010-11-302-0/+6
* Check whether we have <linux/compiler.h>.Guy Harris2010-11-254-4/+229
* Include <linux/compiler.h> before including <linux/usbdevice_fs.h>.Guy Harris2010-11-251-0/+5
* Add DLT_DBUS, for raw D-Bus messages.Guy Harris2010-11-152-0/+39
* Libnl 2.x returns its own error codes, not errnos; handle that.Guy Harris2010-11-141-42/+34
* Add support for libnl 2.x, adapted from a newer version of the iw command.Guy Harris2010-11-134-25/+184
* Another fix for the compilation of WinPcap under MINGW32/MINGW64.Gianluca Varenni2010-10-151-1/+1
* Fixes to make WinPcap oompile under MINGW32 and MINGW32.Gianluca Varenni2010-10-153-3/+8
* Fixes to make WinPcap oompile under MINGW32 and MINGW32.Gianluca Varenni2010-10-151-1/+10
* Fixes to make WinPcap compile under MINGW32 and MINGW32.Gianluca Varenni2010-10-151-1/+1
* Fixes to make WinPcap oompile under MINGW32 and MINGW32.Gianluca Varenni2010-10-151-2/+4