https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7976
Jeff Morriss <jeff.morriss.ws@xxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jeff.morriss.ws@xxxxxxxxx
--- Comment #3 from Jeff Morriss <jeff.morriss.ws@xxxxxxxxx> 2012-11-15 15:06:10 PST ---
This also popped up as a Q&A:
http://ask.wireshark.org/questions/15933/lua-code-broke-after-update-to-wireshark-183
Wireshark is complaining because a field is being registered incorrectly. It
has been issuing a warning about such invalid fields since r32549 but only
started error'ing out in r41280.
The checks in question are/were designed to detect programming errors (the kind
which cause a program to assert out). It may be true, however, that asserting
out is not appropriate for scripting interfaces such as Lua. If that view is
taken then the Lua interface code would probably need to duplicate these checks
and result in a Lua-appropriate error.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.