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 6206] IKE: Life-Duration wrong displayed in LTV format

Date: Tue, 28 Feb 2012 04:16:48 -0800 (PST)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6206

Alexis La Goutte <alexis.lagoutte@xxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
                 CC|                            |alexis.lagoutte@xxxxxxxxx
         Resolution|FIXED                       |

--- Comment #4 from Alexis La Goutte <alexis.lagoutte@xxxxxxxxx> 2012-02-28 04:16:47 PST ---
Hi

I reopen this bug because the patch don't work...
I get a Warn Dissector bug, protocol ISAKMP, in packet 6: proto.c:2931: failed
assertion "DISSECTOR_ASSERT_NOT_REACHED"
The problem come from hf type passed in parameter, it is a FT_BYTES and after
it is used proto_tree_add_uint * functions (which requires FT_UINT / FT_UINT64)

I attach a sample why this problem

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.