appneta / tcpreplay

Pcap editing and replay tools for *NIX and Windows - Users please download source from
http://tcpreplay.appneta.com/wiki/installation.html#downloads
1.15k stars 268 forks source link

destination never received a "tcpreplayed" trap #754

Closed TennisGenius closed 10 months ago

TennisGenius commented 1 year ago

You are opening a bug report against the Tcpreplay project: we use GitHub Issues for tracking bug reports and feature requests.

If you have a question about how to use Tcpreplay, you are at the wrong site. You can ask a question on the tcpreplay-users mailing list or on Stack Overflow with [tcpreplay] tag. General help is available here.

If you have a build issue, consider downloading the latest release

Otherwise, to report a bug, please fill out the reproduction steps (below) and delete these introductory paragraphs. Thanks!

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

  1. capture with tcpdump -i any port 162 -nnvv -w test.pcap
  2. replay with udpreplay to see it working well
  3. tcpreplay -i ens224 -tKv test.pcap returns a 0 return code
  4. tcpdump -i any port 162 shows no traffic

Expected behavior A clear and concise description of what you expected to happen. the trap into test.pcap should be seen

Screenshots If applicable, add screenshots to help explain your problem.

System (please complete the following information):

Additional context Add any other context about the problem here. first use of it, udpreplay works fine, I want to preserve source like tcpreplay seems to do at send.

fklassen commented 1 year ago

Cannot reproduce with description given. Must attach `test.pcap.

fklassen commented 1 year ago

Attempted to find a capture IPv6 SNMPTRAP. Best I got was IPv6 SNMP. I'll shelve this until I get a proper PCAP.

fklassen commented 10 months ago

Closing as "cannot reproduce"