ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 4622] New: lua throw an assert for dissectors with fields

Date: Sun, 28 Mar 2010 04:24:49 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4622

           Summary: lua throw an assert for dissectors with fields of type
                    double
           Product: Wireshark
           Version: SVN
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Major
          Priority: Low
         Component: Wireshark
        AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
        ReportedBy: dgautheron@xxxxxxxx


Created an attachment (id=4456)
 --> (https://bugs.wireshark.org/bugzilla/attachment.cgi?id=4456)
declare float type as BASE_NONE

Build Information:
Paste the COMPLETE build information from "Help->About Wireshark", "wireshark
-v", or "tshark -v".
--
Error:

epan/proto.c:4239: failed assertion "hfinfo->display == BASE_NONE"", group=1,
code=4)

It looks like double are BASE_NONE not BASE_DEC now.

cf attached patch.

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