Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 9851] Lua dissector TCP reassembly doesn't work as adverti

Date: Fri, 07 Mar 2014 23:28:50 +0000

Comment # 1 on bug 9851 from
We need to somehow expose tcp_dissect_pdus() to Lua, as that function not only
handles PDUs that are split across multiple TCP segments, it also handles
multiple PDUs per TCP segment:

   
http://ask.wireshark.org/questions/30529/does-reassembly-address-multiple-pdus-in-a-single-tcp-segment

That might handle most XXX-over-TCP protocols.  The main ones it doesn't handle
are Telnet and protocols that behave like FTP/SMTP/HTTP.


You are receiving this mail because:
  • You are watching all bug changes.