Actions
Feature #3198
openWireshark dissector: NDNLPv2 reassembly
Start date:
Due date:
% Done:
0%
Estimated time:
6.00 h
Description
In NDNLPv2 dissector, reassemble fragmented network-layer packets.
This issue includes:
- recognize fragments under indexed fragmentation scheme
- attempt to reassemble network-layer packets from fragments
- invoke NDN network layer packet dissector on complete network-layer packets only
- before reassembly is complete, display "NDNLPv2 fragment" in Info column of Packet List pane
Reference IP reassembly and HTTP response reassembly for optimized user experience.
Updated by Junxiao Shi almost 10 years ago
- Blocked by Feature #3197: Wireshark dissector: NDNLPv2 added
Updated by Alexander Lane 21 days ago
- Status changed from New to In Progress
- Assignee set to Alexander Lane
Initial implementation of reassembly has been pushed here https://gerrit.named-data.net/c/ndn-tools/+/7737 but still needs additional testing to validate correct behavior when using fragmentation over IP, TCP faces, PPP, websocket, with out-of-order segments, etc.
Updated by Davide Pesavento 21 days ago
- Blocked by deleted (Feature #3197: Wireshark dissector: NDNLPv2)
Updated by Davide Pesavento 21 days ago
- Related to Feature #3197: Wireshark dissector: NDNLPv2 added
Updated by Alexander Lane 6 days ago
- Status changed from In Progress to Code review
Actions