summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Check /sys/class/net/{device}/wireless first when checking for Wi-Fi devices.libpcap_1.2libpcap-1.2Guy 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
* Fix the swapping of isochronous descriptors.Guy Harris2015-01-271-26/+37
* Get rid of trailing tab.Guy Harris2015-01-271-1/+1
* tp_mac and tp_snaplen are unsigned; print them with %u, not %d.Guy Harris2015-01-081-1/+1
* Rename some LINKTYPE_ values to make it clearer what they are.Guy Harris2012-04-121-9/+6
* Don't fail if netfilter isn't enabled in the kernel.Jiri Slaby2012-02-291-2/+2
* Add new link-layer type for NFC Forum LLCP.Guy Harris2012-02-282-2/+22
* Add LINKTYPE_NG40/DLT_NG40.Guy Harris2012-02-012-4/+20
* Add DLT_MPEG_2_TS/LINKTYPE_MPEG_2_TS for MPEG-2 transport streams.Guy Harris2012-02-012-2/+16
* bumped version in case we another point releaseMichael Richardson2012-01-011-1/+1
* Set version to 1.2.1 for releaselibpcap_1_2rel1libpcap-1.2.1Michael Richardson2012-01-011-1/+1
* If config.status changes, rebuild pcap-config.Guy Harris2011-12-231-1/+1
* Include the pcap(3PCAP) additions as 1.2.1 changes.Guy Harris2011-12-211-0/+1
* Formatting fixes.Guy Harris2011-12-211-0/+2
* Give a lot more detail, including most APIs.Guy Harris2011-12-211-36/+531
* Note that file version numbers are file-type-dependent.Guy Harris2011-12-211-4/+6
* Note the cleanup of handling of new DLT_/LINKTYPE_ values.Guy Harris2011-12-171-0/+1
* Simplify the handling of new DLT_/LINKTYPE_ values.Guy Harris2011-12-173-566/+129
* One more change.Guy Harris2011-12-091-0/+1
* On Lion, don't build for PPC.Guy Harris2011-12-092-0/+20
* Add changes in 1.2.1.Guy Harris2011-12-091-0/+23
* Make this 1.2.1-PRE-GIT for now, in preparation for a release.Guy Harris2011-12-091-1/+1
* Get rid of an unneeded variable.Guy Harris2011-12-081-4/+0
* Arrange to have pcap_close_all() earlier.Guy Harris2011-12-081-12/+12
* For mac80211 devices we need to clean up monitor mode on exit.Guy Harris2011-12-081-0/+12
* Fix routine name in header.Guy Harris2011-12-081-1/+1
* Put declarations of pcap-netfilter-linux.c in pcap-netfilter-linux.h.Guy Harris2011-12-084-2/+39
* Squelch uninitialized-variable warning.Guy Harris2011-12-081-1/+1
* Fix monitor mode handling with non-mac80211 drivers.Guy Harris2011-12-051-169/+274
* Treat Debian GNU/kFreeBSD, and GNU Hurd, as "GNU toolchain" platforms.Guy Harris2011-12-052-2/+2
* linux/ethtool.h requires linux/types.h.Guy Harris2011-12-033-122/+59
* recvmsg() returns an ssize_t; put its return value into an ssize_t.Guy Harris2011-11-301-22/+26
* Don't drive on if fopen() or opendir() returns NULL.Guy Harris2011-11-301-4/+28
* Pass the right packet data pointer to bpf_filter().Guy Harris2011-11-301-1/+1
* Fix the code generated for "ip protochain".Guy Harris2011-11-301-17/+8
* Add support for CARP.George Neville-Neil2011-11-194-1/+24
* When checking for VLAN tags, check for QinQ tags as well.Guy Harris2011-11-192-1/+8
* Add a link-layer header type for RFC 4391 IP-over-Infiniband.Guy Harris2011-11-193-0/+18
* Change name of Hilscher link types to say NETANALYER.Guy Harris2011-09-154-33/+36
* Fix processing of Ethernet source and destination for Hilscher encaps.Guy Harris2011-09-151-1/+4
* Add link-layer types for Hilscher Ethernet-capture devices.Guy Harris2011-09-144-1/+79
* Expand comments.Guy Harris2011-09-011-3/+5
* Support capturing raw NFLOG headers on netfilter devices.Jakub Zawadzki2011-08-305-22/+75
* Fix typoes, fix tabs (tabs are 8 spaces on UN*Xes - such as Linux).Guy Harris2011-08-141-5/+5
* Update README to reflect current reality.Guy Harris2011-08-141-7/+8
* Don't assume any of the ETHTOOL_ offloading values are defined.Guy Harris2011-08-141-0/+6
* Have pcap_activate() fail on an already-activated pcap_t.Guy Harris2011-07-261-29/+38