|
Bugzilla – Full Text Bug Listing |
| Summary: | Point-to-point traces should contain PPP headers | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | Eugene Chemeritskiy <echemeritskiy> |
| Component: | point-to-point | Assignee: | ns-bugs <ns-bugs> |
| Status: | RESOLVED FIXED | ||
| Severity: | major | CC: | tommaso.pecorella |
| Priority: | P5 | ||
| Version: | ns-3.19 | ||
| Hardware: | All | ||
| OS: | All | ||
| Attachments: | provide trace with original packet copy | ||
Hi, yes, no, maybe. These two have to be the "fixed" as well. m_snifferTrace (packet); m_promiscSnifferTrace (packet); Pushed in changeset 10678 cbaefda493be |
Created attachment 1805 [details] provide trace with original packet copy On packet receive PointToPointNetDevice feeds its trace sources with packets, that do not have a PPP header, while trace sinks expect it to be included.