Skip to content

Commit

Permalink
Feature #853 restore missing -P command
Browse files Browse the repository at this point in the history
  • Loading branch information
fklassen committed Jun 29, 2024
1 parent 26e47da commit 7f0bc82
Show file tree
Hide file tree
Showing 3 changed files with 3 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
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 7f0bc82

Please sign in to comment.