Bug 1890

Summary: MPEG frame size is squeezed into (insufficient) 16 bit integer
Product: ns-3 Reporter: Eugene Chemeritskiy <echemeritskiy>
Component: applicationsAssignee: George Riley <riley>
Status: RESOLVED FIXED    
Severity: normal CC: ns-bugs, tommaso.pecorella
Priority: P5    
Version: ns-3-dev   
Hardware: All   
OS: All   
Attachments: patch to extend mpeg frame size to 32 bit integer

Description Eugene Chemeritskiy 2014-03-26 04:23:51 UTC
Created attachment 1809 [details]
patch to extend mpeg frame size to 32 bit integer

UdpTraceClient supposes each MPEG frame size is less than 65536 bytes. However, modern MPEG frames are not fit to this limitation. (For example, look frame sizes here: http://trace.eas.asu.edu/mpeg2/). Proposed patch fixes this issue by extending frame size variables to 32 bits.
Comment 1 Tommaso Pecorella 2014-03-26 04:37:06 UTC
+1
Comment 2 Tommaso Pecorella 2014-03-26 18:21:25 UTC
changeset:   10682:20ce79766233