summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* regenerated configure with --with-libnl switchbareMichael Richardson2015-02-151-3/+21
* Merge branch 'add_with-libnl_switch' of https://github.com/mcr/libpcap into m...Michael Richardson2015-02-153-18/+34
|\
| * Merge remote-tracking branch 'finepoint/master' into add_with-libnl_switchMichael Richardson2014-08-063-18/+33
| |\
| | * added support for finding libnl in another placeMichael Richardson2014-08-063-18/+33
* | | Merge pull request #372 from baruchsiach/config-fixesMichael Richardson2015-02-151-3/+3
|\ \ \
| * | | configure.in: uclinux is also linuxBaruch Siach2014-07-291-2/+3
| * | | configure.in: Remove hardcoded path to libnl3 include directoryThomas Petazzoni2014-07-291-1/+0
* | | | Merge pull request #360 from bonsaiviking/scanner-lex-topMichael Richardson2015-02-153-5/+6
|\ \ \ \
| * | | | Fix an error causing scanner.h to not be generatedDaniel Miller2014-06-061-1/+2
| * | | | Move the inclusion of config.h to the top of scanner.cDaniel Miller2014-06-063-6/+6
* | | | | Merge pull request #358 from bonsaiviking/config-packet-ringMichael Richardson2015-02-152-0/+20
|\ \ \ \ \
| * | | | | Add the --disable-packet-ring configure option.Daniel Miller2014-06-052-0/+20
| |/ / / /
* | | | | Merge remote-tracking branch 'github/master' into boundary-masterMichael Richardson2015-02-151-5/+15
|\ \ \ \ \
| * \ \ \ \ Merge pull request #346 from atzm/linux-vlan-tpidMichael Richardson2015-02-151-5/+15
| |\ \ \ \ \
| | * | | | | pcap-linux: Fix the VLAN TPID handling for the readabilityAtzm Watanabe2014-04-091-16/+9
| | * | | | | pcap-linux: Obtain VLAN TPID from the kernel when availableAtzm Watanabe2014-03-251-5/+22
* | | | | | | Merge branch 'solofox-master'Michael Richardson2015-02-1510-3/+446
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | issue: https://github.com/the-tcpdump-group/libpcap/pull/319Michael Richardson2015-02-1510-3/+446
| |\ \ \ \ \ \ |/ / / / / / /
| * | | | | | Add some BPF expressiones for to explore bpf_optimize().solofox2013-09-037-0/+10
| * | | | | | Add a tool parsing bpf_optimize() output to show the optimize process on brow...solofox2013-09-031-0/+309
| * | | | | | Dump BPF tree representation transformations using dot language in bpf_optimi...solofox2013-09-032-1/+122
* | | | | | | Travis: running findalldevstest is now part of the build scriptFrancois-Xavier Le Bail2015-02-131-2/+0
* | | | | | | Make findalldevstest exit with an exit status of 2 on an error.Guy Harris2015-02-121-4/+13
* | | | | | | Don't add null addresses to the address list.Guy Harris2015-02-121-8/+27
* | | | | | | findalldevstest: fix SIGSEGV (Segmentation fault) on Travis (Linux build)Francois-Xavier Le Bail2015-02-112-6/+11
* | | | | | | This is the trunk, and there's a 1.7.x branch, so call it 1.8.0-PRE-GIT.Guy Harris2015-02-101-1/+1
* | | | | | | Merge pull request #415 from tbeadle/cooked-user-modeGuy Harris2015-02-101-21/+25
|\ \ \ \ \ \ \
| * | | | | | | Make sure the userland filtering happens correctly on cooked interfaces.Tommy Beadle2015-02-101-21/+25
|/ / / / / / /
* | | | | | | Get rid of OR_MPLSPL, add OR_PREVMPLSHDR.Guy Harris2015-02-091-4/+7
* | | | | | | Rename OR_NET and OR_NET_NOSNAP to OR_LINKPL and OR_LINKPL_NOSNAP.Guy Harris2015-02-091-48/+46
* | | | | | | Fix PPPoE session ID checks for non-Ethernet links.Guy Harris2015-02-091-1/+1
* | | | | | | Handle VLANs atop 802.11.Guy Harris2015-02-091-1/+9
* | | | | | | Have a common routine for generating absolute-offset-relative loads.Guy Harris2015-02-081-120/+22
* | | | | | | Use common code for handling absolute offsets.Guy Harris2015-02-081-260/+188
* | | | | | | Fix a comment.Guy Harris2015-02-081-1/+1
* | | | | | | Handle all link header offsets like the link payload offset.Guy Harris2015-02-081-184/+129
* | | | | | | Fix a couple of incorrect OR_ values from the previous commit.Guy Harris2015-02-071-7/+7
* | | | | | | Rename some variables and enum values to make things a bit clearer.Guy Harris2015-02-071-209/+209
* | | | | | | Fix generation of the code to get the 802.11 and 802.11 radio header lengths.Guy Harris2015-02-071-6/+20
* | | | | | | Use the new link-layer encapsulation stuff for PPPoE.Guy Harris2015-02-071-44/+8
* | | | | | | Add a more general mechanism to handle encapsulating link-layer frames.Guy Harris2015-02-061-162/+184
* | | | | | | Add some more OR_ values, to make it clearer what we're doing.Guy Harris2015-02-061-20/+23
* | | | | | | Clean up some comments.Guy Harris2015-02-061-8/+8
* | | | | | | Not all link-layer protocols have a MAC layer.Guy Harris2015-02-061-156/+156
* | | | | | | Update constants and variable name to reflect reality.Guy Harris2015-02-061-148/+135
* | | | | | | Include fixed offset when computing variable MAC headers.Jesse Gross2015-02-061-1/+6
* | | | | | | Add some comments and expand some other comments.Guy Harris2015-02-061-3/+16
* | | | | | | Use gen_linktype() for VLAN EtherType check.Jesse Gross2015-02-052-4/+3
* | | | | | | Document the time stamp precision-related routines.Guy Harris2015-02-051-1/+44
* | | | | | | List the time stamp precision APIs.Guy Harris2015-02-051-0/+23