Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Not able to read from STDIN #708

Closed
jboullianne opened this issue Feb 10, 2022 · 1 comment · Fixed by #709
Closed

[Bug] Not able to read from STDIN #708

jboullianne opened this issue Feb 10, 2022 · 1 comment · Fixed by #709
Assignees
Labels

Comments

@jboullianne
Copy link

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:

  1. sudo yum instal tcpreplay
  2. 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
@fklassen fklassen added the bug label Feb 10, 2022
@fklassen fklassen self-assigned this Feb 10, 2022
@fklassen fklassen linked a pull request Feb 11, 2022 that will close this issue
fklassen added a commit that referenced this issue Feb 11, 2022
Bug #708 fix support for feeding PCAP files from STDIN
@fklassen
Copy link
Member

Fixed in PR #709

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants