Wireshark-bugs: [Wireshark-bugs] [Bug 9638] New Dissector For Lightweight Mesh protocol

Date: Fri, 24 Jan 2014 22:07:48 +0000

Comment # 7 on bug 9638 from
Ive looked over the dissector and have fixed some bugs and made some changes.

SeeSVN #54871, #54949.

As I was working thru the changes, I decided to take the liberty to re-arrange
the code somewhat so that dissection is more complete when errors are present
(thank you for the "errors" pcap !) and to simplify the code.

The dissection output when no errors are present has not changed. The output
for errors has been improved: mostly to dissect/display as much as possible
before an error occurs.

The normal convention is to just try dissecting as much as possible (even if
there isn't enough data, etc) so as to try to make it reasonably clear at what
point things went wrong.

If you have any concerns, please let me know ....


Bill Meier


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