You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Not able to read from STDIN in tcpreplay 4.4.0. When trying to pass the - as the file descriptor for reading from STDIN, the program outputs: Fatal Error: Unable to retrieve informations from file -: No such file or directory
This previously worked when running version 4.3.4.
To Reproduce
Steps to reproduce the behavior:
sudo yum instal tcpreplay
sudo tcpreplay -i <interface_name> -
Expected behavior
Expected tcpreplay to read in packet data from STDIN
System (please complete the following information):
OS: Centos Stream 8
Tcpreplay Version 4.4.0
The text was updated successfully, but these errors were encountered:
Describe the bug
Not able to read from STDIN in tcpreplay 4.4.0. When trying to pass the
-
as the file descriptor for reading from STDIN, the program outputs:Fatal Error: Unable to retrieve informations from file -: No such file or directory
This previously worked when running version 4.3.4.
To Reproduce
Steps to reproduce the behavior:
sudo yum instal tcpreplay
sudo tcpreplay -i <interface_name> -
Expected behavior
Expected tcpreplay to read in packet data from STDIN
System (please complete the following information):
The text was updated successfully, but these errors were encountered: