Bug 774

Summary: PcapFile uses C-style IO
Product: ns-3 Reporter: Mathieu Lacage <mathieu.lacage>
Component: generalAssignee: Craig Dowell <craigdo>
Status: RESOLVED WONTFIX    
Severity: normal CC: ns-bugs
Priority: P5    
Version: ns-3-dev   
Hardware: All   
OS: All   

Description Mathieu Lacage 2009-12-14 08:57:56 UTC
It should be using the c++ std::ofstream class instead. i.e., #include <fstream> is your friend :)
Comment 1 Mathieu Lacage 2009-12-14 08:58:57 UTC
oops, this is a bug for craig, not andrei
Comment 2 Mathieu Lacage 2010-02-26 12:44:40 UTC
hey, you wrote this code, you get to maintain it. If you think that this bug is irrelevant, you get to mark it as such and deal with the fallout.