-
Notifications
You must be signed in to change notification settings - Fork 862
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/amarnagendra/libpcap
- Loading branch information
Showing
110 changed files
with
6,105 additions
and
2,739 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# The internal git client reads CIRRUS_CLONE_DEPTH. | ||
env: | ||
CIRRUS_CLONE_DEPTH: 3 | ||
MAXJOBS: 2 | ||
IGNORE_OSVERSION: yes | ||
|
||
task: | ||
freebsd_instance: | ||
matrix: | ||
- image_family: freebsd-11-3-snap | ||
- image_family: freebsd-12-1-snap | ||
- image_family: freebsd-13-0-snap | ||
script: | ||
- freebsd-version | ||
- pkg update -f | ||
- pkg install -qy git autoconf | ||
- touch .devel | ||
- ./configure --enable-remote | ||
- make -s all | ||
- make -s testprogs | ||
- testprogs/findalldevstest | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,4 @@ To report a security issue please send an e-mail to [email protected]. | |
|
||
To report bugs and other problems, contribute patches, request a | ||
feature, provide generic feedback etc please see the file | ||
CONTRIBUTING in the libpcap source tree root. | ||
CONTRIBUTING.md in the libpcap source tree root. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -93,7 +93,7 @@ Sunday, June 24, 2018, by [email protected] | |
Make VLAN filter handle both metadata and inline tags | ||
D-Bus captures can now be up to 128MB in size | ||
Added LORATAP DLT value | ||
Added DLT_VSOCK for http://qemu-project.org/Features/VirtioVsock | ||
Added DLT_VSOCK for https://qemu-project.org/Features/VirtioVsock | ||
probe_devices() fixes not to overrun buffer for name of device | ||
Add linux-specific pcap_set_protocol_linux() to allow specifying a specific capture protocol. | ||
RDMA sniffing support for pcap | ||
|
@@ -275,7 +275,7 @@ Summary for 1.5.0 libpcap release | |
than the mcr repository | ||
Checks added for malloc()/realloc()/etc. failures | ||
Fixed build on Solaris 11 | ||
Support filtering filtering E1 SS7 traffic on MTP2 layer Annex A | ||
Support filtering E1 SS7 traffic on MTP2 layer Annex A | ||
Use "ln -s" to link man pages by default | ||
Add support for getting nanosecond-resolution time stamps when | ||
capturing and reading capture files | ||
|
@@ -369,7 +369,7 @@ Summary for 1.2 libpcap release | |
Noted real nature of LINKTYPE_ARCNET. | ||
Add a link-layer type for DVB-CI. | ||
Fix configure-script discovery of VLAN acceleration support. | ||
see http://netoptimizer.blogspot.com/2010/09/tcpdump-vs-vlan-tags.html | ||
see https://netoptimizer.blogspot.com/2010/09/tcpdump-vs-vlan-tags.html | ||
Linux, HP-UX, AIX, NetBSD and OpenBSD compilation/conflict fixes. | ||
Protect against including AIX 5.x's <net/bpf.h> having been included. | ||
Add DLT_DBUS, for raw D-Bus messages. | ||
|
@@ -820,7 +820,7 @@ v0.3 Sat Nov 30 20:56:27 PST 1996 | |
|
||
v0.2.1 Sun Jul 14 03:02:26 PDT 1996 | ||
|
||
- Fixes for HP-UX 10. Thanks in part to to Thomas Wolfram | ||
- Fixes for HP-UX 10. Thanks in part to Thomas Wolfram | ||
([email protected]) and Rick Jones ([email protected]) | ||
|
||
- Added support for SINIX. Thanks to Andrej Borsenkow | ||
|
Oops, something went wrong.