https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=11739
Bug ID: 11739 Summary: Lua Proto() does not validate arguments Product: Wireshark Version: 2.0.0 Hardware: All OS: All Status: UNCONFIRMED Severity: Major Priority: Low Component: Dissection engine (libwireshark) Assignee: bugzilla-ad...@wireshark.org Reporter: s...@bjorlykke.org Build Information: Paste the COMPLETE build information from "Help->About Wireshark", "wireshark -v", or "tshark -v". -- The following content in a Lua script will terminate Wireshark at startup or when reloading Lua plugins without any error messages: MYFRAME = Proto ("myframe", "Frame") MYFRAME = Proto (“my~frame”, “My Frame”) This because the arguments are not validated before calling proto_register_protocol(). -- You are receiving this mail because: You are watching all bug changes.
___________________________________________________________________________ Sent via: Wireshark-bugs mailing list <wireshark-bugs@wireshark.org> Archives: https://www.wireshark.org/lists/wireshark-bugs Unsubscribe: https://wireshark.org/mailman/options/wireshark-bugs mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe