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 11739] New: Lua Proto() does not validate arguments

Date: Fri, 20 Nov 2015 17:56:13 +0000
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 [email protected]
Reporter [email protected]

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.