Actions
Feature #4820
openWireshark dissector: follow TCP stream
Status:
New
Priority:
Normal
Assignee:
-
Start date:
Due date:
% Done:
0%
Estimated time:
6.00 h
Description
Currently, ndn.lua interprets each TCP segment individually. As a result, NDN packets crossing TCP segment boundary are lost, and subsequent TCP segment could be decoded incorrectly.
This issue is to register the Wireshark dissector on top of Wireshark's TCP stream reconstruction feature, so that TCP segments are joined together before decoding as NDN protocol.
Packet boundary guess would be necessary only when the packet capture does not include the start of a TCP stream.
Files
Updated by Junxiao Shi almost 6 years ago
- File 20190117.pcap 20190117.pcap added
John DeHart has provided a test case captured on ONL.
Frame 1267-1271 are decoded incorrectly due to missing TCP following feature, as explained in this message.
Actions