|
Bugzilla – Full Text Bug Listing |
| Summary: | Cannot read PCAP files in src/test/ns3tcp/response-vectors | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | natale.patriciello |
| Component: | tcp | Assignee: | ns-bugs <ns-bugs> |
| Status: | RESOLVED WONTFIX | ||
| Severity: | normal | CC: | ns-bugs, tomh |
| Priority: | P5 | ||
| Version: | pre-release | ||
| Hardware: | PC | ||
| OS: | Linux | ||
|
Description
natale.patriciello
2015-09-03 05:02:11 UTC
I think that we should ignore this issue or else replace the tests with new tests from the new test framework. This was by design that the pcap files (response vectors) only contain TCP information, so that they are not perturbed by non-TCP changes to the packet traces, and to save space. That is, the pcaps only store TCP layer info and not the lower layers. Hence, they cannot be used for wireshark, but they are just serving as binary files for comparison. There is an argument m_writeResults (default false) that will write Wireshark-compatible pcap traces if the variable is set to true. So, I don't advocate spending time to rework these response vectors. I would be OK with replacing the tests with functionally equivalent tests in the new test framework. |