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.