Bug 2037

Summary: HT capabilities may print bogus chars
Product: ns-3 Reporter: Tommaso Pecorella <tommaso.pecorella>
Component: wifiAssignee: Daniel L. <nikkipui>
Status: RESOLVED FIXED    
Severity: normal CC: ns-bugs
Priority: P5    
Version: ns-3-dev   
Hardware: All   
OS: All   
Attachments: simple fix

Description Tommaso Pecorella 2014-12-30 16:03:13 UTC
The problem is that uint8_t is printed by "<<" as a char, resulting in bogus chars. 
It turns out that gedit, for example, tries to be noce with those bogus data and opens the whole file as unicode, resulting in more gibberish.
Comment 1 Tommaso Pecorella 2014-12-30 16:07:47 UTC
Created attachment 1936 [details]
simple fix
Comment 2 Tommaso Pecorella 2015-01-26 17:43:50 UTC
pushed in changeset 11158:fa6102d0fa6d