summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into libpcap_1_4rel0libpcap_1_4rel0libpcap-1.4.0Michael Richardson2013-03-254-1/+92
|\
| * Merge remote-tracking branch 'github/master'Michael Richardson2013-03-251-1/+1
| |\
| | * Merge pull request #24 from MichalLabedzki/masterMichael Richardson2013-03-251-1/+2
| | |\
| | | * Bluetooth: Fix interface initializationMichal Labedzki2013-03-251-1/+2
| | |/
| * | Cope with Bluetooth API breakage in some Linux 3.x(?) kernel.Guy Harris2013-03-254-0/+91
| |/
* | Merge remote-tracking branch 'origin/master' into libpcap_1_4rel0Michael Richardson2013-03-2410-69/+229
|\ \ | |/
| * Note Mike Kershaw's fixes to handle libnl3.Guy Harris2013-03-181-1/+2
| * Regenerate configuration file.Guy Harris2013-03-182-25/+146
| * Merge branch 'master' of git://github.com/dragorn/libpcapGuy Harris2013-03-182-20/+47
| |\
| | * Compile pcap by attributes not lib versions Add libnl3 include dirMike Kershaw / Dragorn2013-03-052-4/+5
| | * Switch from version to attribute for libnlMike Kershaw / Dragorn2013-03-051-0/+4
| | * Add libnl-3 detection to configureMike Kershaw / Dragorn2013-03-051-16/+38
| * | Point people to GitHub rather than Sourceforge for bug reports/patches/etc.Guy Harris2013-03-155-23/+34
| |/
* | updated version to 1.4.0Michael Richardson2013-02-201-1/+1
|/
* Merge branch 'master' of git+ssh://bpf.tcpdump.org/tcpdump/master/git/libpcapMichael Richardson2013-02-203-44/+21
|\
| * updated CHANGES for 1.4 releaseMichael Richardson2013-02-191-4/+1
| * Remove AUTHORS section - it's in pcap(3PCAP).Guy Harris2012-12-131-21/+0
| * Rewrite the section on qualifiers a bit.Guy Harris2012-12-111-0/+3
| * Add close quotes on some strings.Guy Harris2012-12-111-7/+7
| * Remove the "last LBL release" stuff.Guy Harris2012-12-111-6/+0
| * Put in the URL for the last LBL distribution, just as we have for tcpdump.Guy Harris2012-12-111-0/+6
| * Today is Tuesday.Guy Harris2012-12-111-2/+2
| * Update change list.Guy Harris2012-12-111-2/+5
| * Merge branch 'master' of git+ssh://bpf.tcpdump.org/tcpdump/master/git/libpcapGuy Harris2012-12-112-30/+27
| |\
| * | Fix up boldfacing.Guy Harris2012-12-111-12/+7
* | | added compile test skeletonMichael Richardson2013-02-051-0/+11
| |/ |/|
* | Merge branch 'master' of git+ssh://bpf.tcpdump.org/tcpdump/master/git/libpcapMichael Richardson2012-12-102-2/+2
|\ \ | |/
| * OpenBSD requires -fPIC on 64-bit SPARC as well.Guy Harris2012-12-102-2/+2
* | Merge pull request #18 from ani-sinha/masterMichael Richardson2012-12-101-2/+14
|\ \
| * | Linux kernel 3.0 uses TP_STATUS_VLAN_VALID flag in packetAni Sinha2012-12-101-2/+14
|/ /
* | Merge pull request #17 from andres-perera/masterMichael Richardson2012-12-092-28/+13
|\ \ | |/ |/|
| * Correct comment on label representation.Andres Perera2012-12-092-28/+13
|/
* 2.6.0 didn't have "subsystem" links; use "ifindex" instead.Guy Harris2012-12-031-4/+14
* Note the recent /sys/class/net fix.Guy Harris2012-12-021-0/+2
* Include <sys/stat.h> as we use lstat().Guy Harris2012-12-011-0/+1
* Don't assume that device entries in /sys/class/net aren't directories.Guy Harris2012-12-011-2/+25
* Squelch format vs. argument warnings from clang.Guy Harris2012-11-301-6/+9
* Fix memory leak.Guy Harris2012-11-301-0/+1
* No IPv6 support, no struct in6_addr, and no calls to routines that use it.Guy Harris2012-11-301-0/+20
* Have the capture_source_types[] array end with a terminator element.Guy Harris2012-11-301-4/+3
* One more change.Guy Harris2012-11-291-0/+1
* Note changes visible to people not developing libpcap modules.Guy Harris2012-11-291-0/+6
* Add some recent changes.Guy Harris2012-11-281-1/+4
* Add .travis.yml for Travis CIMarc Abramowitz2012-11-281-0/+5
* Add LINKTYPE_SCTP/DLT_SCTP - SCTP atop nothing at all.Guy Harris2012-11-272-2/+16
* Constify the filter argument to pcap_offline_filter().Guy Harris2012-11-253-5/+5
* Document "proto XXX" and "protochain XXX" as matching XXX atop IPv4 or IPv6.Guy Harris2012-11-131-27/+35
* Add a LINKTYPE_ value for raw InfiniBand.Guy Harris2012-11-112-4/+18
* Use prototype syntax in function definitions.Jakub Zawadzki2012-10-061-146/+46
* Support what IPv6 stuff we can without IPv6 address resolution support.Guy Harris2012-09-272-98/+7