Bugzilla – Bug 1991
PcapFileWrapper::CaptureSize attribute (snaplen) has no effect.
Last modified: 2014-09-19 16:03:44 UTC
The problem is in a wrong check in PcapFileWrapper::Init The function checks if the user asked for a specific snaplen, but the calling function by default ask for another value than the one the function is checking for.
Created attachment 1884 [details] fix Fix.
For the records, it has been signaled here: https://groups.google.com/forum/#!topic/ns-3-users/600yPcFMUgU
changeset: 10961:de4573473570