| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
As Guy points out, in this context the variable p never is NULL.
This reverts commit 1f3650863b97f6f3d62db2b524de3ba61ffadf6b.
|
| |
|
|
|
|
| |
[skip ci]
|
|
|
|
| |
Thanks to Oliver Niebuhr for finding this.
|
| |
|
|
|
|
|
| |
Add new people that had authored at least one commit in 2013-2020, that
is, in the c5cddfb..f3161c1 git revision range.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Move 3 past maintainers to the respective section, fixup formatting for
consistency and specify ordering within sections. Copy e-mail address
updates for Hannes and Francois-Xavier from tcpdump.
|
| |
|
| |
|
|
|
|
| |
The change to add pcap_dump_open_append() was based on a patch from him.
|
|
|
|
|
|
|
| |
Directly using off_linktype to match the VLAN EtherType only
works for basic Ethernet cases. Instead we can use gen_linktype()
which is more general and is more likely to be updated to handle
future protocols.
|
| |
|
|
|
|
|
| |
Interface "bluetooth_monitor" is used to monitoring all Bluetooth
adapters together on Linux platform.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
A recent commit added to the list tcpdump contributors instead of
libpcap contributors. Put the list right and fix some sorting and
formatting while at it. The new contributors to libpcap are:
* Akos Vandra
* Andres Perera
* Ani Sinha
* Brent Cook
* Christian Svensson
* Darren Lim
* David Clark
* David Ward
* Edward Sheldrake
* George Neville-Neil
* Gustavo Zacarias
* Jiri Slaby
* Jorge Boncompte [DTI2]
* Mansour Behabadi
* Michal Sekletar
* Niko Delarich
|
| |
|
|
|
|
| |
The next release will be 1.5.0; there never was a 1.4.1 release.
|
|
|
|
|
|
|
| |
Originally written by Florent Drouin; applied to 1.3.0 by
dzejarczech@sourceforge.net.
Reviewed-By: Guy Harris <guy@alum.mit.edu>
|
| |
|
| |
|
|
|
|
| |
Added Bill Parker to credits (assuming patch files are merged) :)
|
|
|
|
|
| |
Add it to the list for a (future) 1.3.1 release, and add Jakub Zawadzki
to the credits (he also did the nflog/netfilter/nfqueue support).
|
|
|
|
|
|
|
|
|
|
| |
This patch adds support for opening device links on Solaris using
zonename prefixed linknames. For example, on Solaris opening a link
with the name 'redzone/net0' in the global zone should allow libpcap
consumers to capture traffic on the link net0 that is part of the
non-global zone 'redzone'.
Reviewed-By: Guy Harris <guy@alum.mit.edu>
|
|
|
|
| |
Reviewed-and-modified-by: Guy Harris <guy@alum.mit.edu>
|
| |
|
|
|
|
|
|
| |
Add contributors who weren't added (although they appeared as the author
of some changes in the Git logs), update Gianluca Varenni's address,
dotify the name in Scott Mcmillan's address.
|
| |
|
|
|
|
| |
Reviewed-By: Guy Harris <guy@alum.mit.edu>
|
| |
|
|
|
|
|
|
|
| |
Both of them are indications that there's no such interface, so the file
probably corresponds to something other than a device.
Reviewed-By: Guy Harris <guy@alum.mit.edu>
|
|
|
|
| |
Reviewed-By: Guy Harris <guy@alum.mit.edu>
|
| |
|
|
|
|
| |
Reviewed-By: Guy Harris <guy@alum.mit.edu>
|
|
|
|
| |
Reviewed-by: Guy Harris <guy@alum.mit.edu>
|
| |
|
| |
|
|
|
|
| |
Signed-off-by: Guy Harris <guy@alum.mit.edu>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The usbmon text interface was moved from
/sys/kernel/debug/usbmon to /sys/kernel/debug/usb/usbmon as of
patch
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=f49ce96f11112a84c16ac217490ebd6f8d9a8977 .
Please add this new directory also into the search list when
finding USB devices.
Get rid of older address for Gisle Vanem; convert Love's address to
UTF-8 (as it is in the tcpdump CREDITS file).
|
|
|
|
| |
where it returns -1. Based on a patch from Fumiyuki Shimizu.
|
|
|
|
|
|
|
|
| |
pcap-linux.c memory-mapped mode.
Always doing a poll() if there are no packets available allows us to
catch disappearing interfaces in memory-mapped mode, so remove the
caveats about Linux.
|
| |
|
|
|
|
|
|
|
| |
- Fixed bug where create_ring would fail for particular snaplen and
buffer size combinations
- Changed ring allocation to retry with 5% less buffer size instead of
50%
|
|
|
|
| |
in savefiles.
|
|
|
|
|
|
|
|
|
| |
structure we got back from getaddrinfo().
Plug some other getaddrinfo() leaks while we're at it.
Fail if you try to use "gateway" on ATM if we're not checking for ATM
LANE.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
e-mail address while we're at it.
Use <fcntl.h> rather than <sys/file.h> in pcap-bpf.c - that's the right
header for open().
Don't include <sys/timeb.h> - it doesn't define anything that pcap-bpf.c
should need.
|
| |
|