Bug 1807

Summary: Multiple bugs in Ipv4L3Protocol::LocalDeliver
Product: ns-3 Reporter: Tommaso Pecorella <tommaso.pecorella>
Component: internetAssignee: George Riley <riley>
Status: RESOLVED FIXED    
Severity: critical CC: ns-bugs
Priority: P5    
Version: ns-3-dev   
Hardware: All   
OS: Mac OS   
Bug Depends on:    
Bug Blocks: 1805    

Description Tommaso Pecorella 2013-12-02 13:29:01 UTC
Two bugs when the packet is fragmented and reassembled:
1) The Offset field is not cleared. So the packet might be incorrectly seen as a fragment by upper layers.
2) the LocalDelivery trace reports the last received fragment instead of the reassembled packet.

T.
Comment 1 Tommaso Pecorella 2013-12-02 13:40:47 UTC
Fixed in changeset 10457:299e2483e596