summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix previous change.libpcap-1.6Guy Harris2015-02-261-1/+0
* Handle non-x86 K64/U32 combinations.Guy Harris2015-02-261-14/+74
* Make prepare_tpacket_socket() a bit more of a straightforward gauntlet.Guy Harris2015-02-261-24/+48
* remove duplicate includes, align h1_64Brent Cook2015-02-261-3/+1
* whitespaceBrent Cook2015-02-261-5/+5
* remove superfluous debug message, clarify commentBrent Cook2015-02-261-4/+5
* linux 64-bit kernel + 32-bit TPACKET V1 userspace workaroundBrent Cook2015-02-261-0/+114
* Check /sys/class/net/{device}/wireless first when checking for Wi-Fi devices.Guy 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
* 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
* Fix scaling of time stamps.Guy Harris2014-12-011-8/+21
* Update for the Solaris BPF zone handling fix.Guy Harris2014-09-051-0/+4
* Update pcap-bpf.cJHA2014-09-051-9/+30
* Update version now that 1.6.2 has been released.Guy Harris2014-09-051-1/+1
* This is libpcap; tcpdump is next door.Guy Harris2014-09-051-3/+3
* bumped version to 1.6.2libpcap-1.6.2Michael Richardson2014-09-021-1/+1
* Add some additional changes since 1.6.1.Guy Harris2014-08-121-1/+5
* The if_tsresol option is 1 byte long, so only copy the first byte.Guy Harris2014-08-091-1/+1
* For memory-mapped pcap_t's, set non-blocking mode on the FD first.Guy Harris2014-08-061-1/+8
* Set nonblock for fd with mmap'ed readHiroaki KAWAI2014-08-061-1/+1
* In case there's ever a 1.6.2 (or somebody builds from Git).Guy Harris2014-07-281-1/+1
* Note the most recent change.Guy Harris2014-07-281-0/+5
* Don't crash on filters testing a non-existent link-layer type field.Guy Harris2014-07-281-19/+30
* bumped versionlibpcap-1.6.1Michael Richardson2014-07-191-1/+1
* added some --enable additions to deal with situations where cross/multiarch f...Michael Richardson2014-07-191-0/+5
* Fix addition of UP and RUNNING to the "any" device.Guy Harris2014-07-091-1/+1
* Only treat *trailing* digits as an instance number.Guy Harris2014-07-091-6/+9
* Add the UP and RUNNING flags to the "any" device.Guy Harris2014-07-082-15/+12
* Return the right figure of merit for the "any" device.Guy Harris2014-07-081-1/+5
* Don't fail if --enable-can wasn't specified and we can't support CAN sniffing.Guy Harris2014-07-082-2/+2
* Fail if the user asks for --enable-{sniffing type} and we can't provide it.Guy Harris2014-07-082-33/+122
* Check whether we have -lusb-1.0 and it has libusb_init().Guy Harris2014-07-072-4/+38
* Don't build the USB probing code if we don't have <linux/usbdevice_fs.h>.Guy Harris2014-07-061-0/+7
* updated VERSION filelibpcap-1.6.0-bpMichael Richardson2014-07-021-1/+1
* changes for 1.6.0 release prepMichael Richardson2014-07-021-16/+24
* Expand a comment (extra information taken from tcpdump's equivalent comment).Guy Harris2014-06-251-1/+3
* Boost the maximum snapshot length to 262144, for USBPcap.Guy Harris2014-06-251-4/+14
* Don't treat 65535 as the maximum snapshot length.Guy Harris2014-06-254-19/+32
* Add LINKTYPE_IPMI_HPM_2/DLT_IPMI_HPM_2.Guy Harris2014-06-092-2/+14
* Add support for filters testing for 802.2 LLC frame types.Guy Harris2014-05-195-8/+319
* For historical reasons, note BSD/OS's use of some values.Guy Harris2014-05-181-5/+11
* Ask that people inform us of additions to BPF.Guy Harris2014-05-181-2/+7
* Support mod and XOR operators.Guy Harris2014-05-187-12/+76
* Check whether the compiled filter passes validation.Guy Harris2014-05-181-0/+21
* Add entries for unused instruction encodings.Guy Harris2014-05-181-0/+53
* Travis: add OSX supportFrancois-Xavier Le Bail2014-05-161-2/+14
* Suggest using pthread serialization calls on UN*X.Guy Harris2014-05-101-0/+5