Bug 774 - PcapFile uses C-style IO
PcapFile uses C-style IO
Status: RESOLVED WONTFIX
Product: ns-3
Classification: Unclassified
Component: general
ns-3-dev
All All
: P5 normal
Assigned To: Craig Dowell
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2009-12-14 08:57 UTC by Mathieu Lacage
Modified: 2010-02-26 13:14 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.