-
Notifications
You must be signed in to change notification settings - Fork 269
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
Feature #853 direct traffic to pcap #871
Conversation
5f99ac9
to
b1e1ee8
Compare
I'm not quite ready to move this into 4.5.0. I am still struggling to see what value this has vs. tcprewrite. I don't want to shelve this yet, but I'll review for the flowing feature release. |
The use scenario: Suppose I have a seed pcap http.pcap with only a few packets. The goal is to generate a large http_many.pcap file. http_many.pcap file repeats http.pcap, but with different IP addresses. Solution #1: Solution #2: Solution #2 is siimple and straight-forward. It doesn't require another program (mergepcap) and bash file. (Or a simple app to do the same). We only deploy tcpreplay and enjoy the benefits. |
OK, I never thought of that scenario. I am wondering if it may be better to add Currently there is a clear distinction between |
adding -l --unique-ip looks like a good idea. |
I am reconsidering this in light of feature #884, tcpreplay is producing results that are had to do with the combination |
b1e1ee8
to
6a8dbd6
Compare
… file instead of normal NIC
Fix build and run `clang-format`.
Also fix maximum snap length
7bd92e2
to
2ed8008
Compare
No description provided.