ros-industrial / packet-simplemessage

Wireshark Lua dissector for the ROS-Industrial SimpleMessage protocol
8 stars 10 forks source link

Update dissector to use dissect_tcp_pdus() #23

Open gavanderhoorn opened 8 years ago

gavanderhoorn commented 8 years ago

Instead of the current desegment_len and desegment_offset implementation, migrate the dissector to use the dissect_tcp_pdus() function.

Documentation: Wireshark’s Lua API Reference Manual - Functions for new protocols and dissectors - Global Functions - dissect_tcp_pdus(tvb, tree, size, func, func, [desegment]).