forked from appneta/tcpreplay
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request appneta#281 from appneta/Release_4.2
Release 4.2
- Loading branch information
Showing
104 changed files
with
1,501 additions
and
427 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,6 +20,7 @@ docs/web/ | |
*.7z | ||
*.dmg | ||
*.gz | ||
*.xz | ||
*.iso | ||
*.jar | ||
*.rar | ||
|
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 |
---|---|---|
@@ -1,25 +1,30 @@ | ||
sudo: required | ||
dist: trusty | ||
|
||
os: linux | ||
|
||
language: c | ||
|
||
compiler: | ||
- gcc | ||
- clang | ||
|
||
addons: | ||
apt: | ||
packages: | ||
- libpcap-dev | ||
|
||
cache: | ||
apt: true | ||
matrix: | ||
include: | ||
- os: osx | ||
osx_image: xcode8.2 | ||
compiler: clang | ||
before_install: | ||
- brew update | ||
- brew install autogen | ||
- os: linux | ||
dist: trusty | ||
compiler: gcc | ||
- os: linux | ||
dist: trusty | ||
compiler: clang | ||
|
||
script: | ||
- autoreconf -iv > build.log 2>&1 || (cat build.log && exit 1) | ||
- ./configure > build.log 2>&1 || (cat build.log && exit 1) | ||
- ./configure --disable-local-libopts > build.log 2>&1 || (cat build.log && exit 1) | ||
- make > build.log 2>&1 || (cat build.log && exit 1) | ||
- make dist > build.log 2>&1 || (cat build.log && exit 1) | ||
- sudo make test |
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 |
---|---|---|
@@ -1,6 +1,4 @@ | ||
# $Id$ | ||
AUTOMAKE_OPTIONS = foreign | ||
|
||
ACLOCAL_AMFLAGS = -I m4 -I libopts/m4 | ||
|
||
if NEED_LIBOPTS | ||
|
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
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
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 |
---|---|---|
|
@@ -37,7 +37,7 @@ Nick Mathewson <[email protected]> | |
- Kindly giving me his BSD licensed implimentation of poll() | ||
using select() so I don't have to worry about cross platform | ||
issues. | ||
|
||
Denis McLaughlin <[email protected]> | ||
- Patch to allow TCP/UDP port translation | ||
|
||
|
@@ -73,4 +73,8 @@ Luigi Rizzo <[email protected]> | |
Alexey Indeev <[email protected]> - AppNeta | ||
- Quick TX module for Linux | ||
|
||
|
||
Pedro Arthur Duarte [aka JEdi] <GitHub @pedroarthur> | ||
- MAC rewrite feature | ||
|
||
Gabriel Ganne <GitHub @GabrielGanne> | ||
- Data fuzz rewrite feature |
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
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
Oops, something went wrong.