Bug 383 - Please make _all_ header structures public
Please make _all_ header structures public
Status: RESOLVED FIXED
Product: ns-3
Classification: Unclassified
Component: general
ns-3.2
All All
: P2 normal
Assigned To: ns-bugs
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2008-10-19 09:09 EDT by Gustavo J. A. M. Carneiro
Modified: 2008-11-17 22:39 EST (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 Gustavo J. A. M. Carneiro 2008-10-19 09:09:15 EDT
My latest problem is with PppHeader; ppp-header.h is not public.  I think it makes sense to enforce a rule that says all packet header structures should be public by default.  Without this, it becomes impossible to access packet data beyond certain unless packet metadata is enabled.