Wireshark-bugs: [Wireshark-bugs] [Bug 11634] ISIS Hello trigger Error/Malformed Packet length 16

Date: Tue, 27 Oct 2015 14:20:43 +0000

Comment # 6 on bug 11634 from
Appears to be in introduced with changes to packet-isis.c

This looks the the likely commit:

commit 89786cc8c764737f8681abd406dfaa4ffdb4f561
Date:   Sun Dec 22 18:18:12 2013 +0000

    Overhaul the ISIS dissectors

    1. Make real dissectors and call dissector_try_uint_new for each
"isis.type"
    2. Use make_register script for dissector initialization
    3. Replace isis_dissect_unknown() with real expert info
    4. Use convert_proto_tree_add_text.pl to make many more filterable items
and gets some files off of the checkAPIs.pl naughty list.
    5. Remove (now unnecessary) dissector specific header files
    6. Do some reordering of functions to eliminate the need for function
declarations.

    Additional whitespace formatting and modelines should probably be applied
to all of these dissectors.

    Used capture files from bug 5354
(https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5354) and bug 1792
(https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1792) for fuzztesting.

    svn path=/trunk/; revision=54367


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