Skip to content

Commit

Permalink
Merge pull request #887 from appneta/4.5.0-beta4
Browse files Browse the repository at this point in the history
Feature #853 restore missing -P command
  • Loading branch information
fklassen authored Jul 12, 2024
2 parents d1d7413 + d2f0722 commit 8e9cad0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dnl $Id$
AC_PREREQ([2.69])

dnl Set version info here!
AC_INIT([tcpreplay],[4.5.0-beta3],[https:/appneta/tcpreplay/issues],[tcpreplay],[http://tcpreplay.sourceforge.net/])
AC_INIT([tcpreplay],[4.5.0-beta4],[https:/appneta/tcpreplay/issues],[tcpreplay],[http://tcpreplay.sourceforge.net/])
AC_CONFIG_SRCDIR([src/tcpreplay.c])
AC_CONFIG_HEADERS([src/config.h])
AC_CONFIG_AUX_DIR(config)
Expand Down
2 changes: 1 addition & 1 deletion docs/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
06/29/2024 Version 4.5.0-beta3
06/29/2024 Version 4.5.0-beta4
- tcpreplay --include / --exclude to control which packets are replayed (#884)
- add -W (--suppress-warnings) option to suppress warning messages (#878)
- AF_XDP compile issue due to merge issue (#876)
Expand Down
2 changes: 2 additions & 0 deletions docs/CREDIT
Original file line number Diff line number Diff line change
Expand Up @@ -138,3 +138,5 @@ Chen Qi <GitHub ChenQi1989>
Denis Ovsienko <GitHub infrastation>
- Haiku support

Jason Lue <GitHub jasonlue>
- tcpreplay -w option
1 change: 1 addition & 0 deletions src/tcpreplay_opts.def
Original file line number Diff line number Diff line change
Expand Up @@ -668,6 +668,7 @@ EOText;

flag = {
name = pid;
value = P;
descrip = "Print the PID of tcpreplay at startup";
flag-code = <<- EOPid

Expand Down

0 comments on commit 8e9cad0

Please sign in to comment.