-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lua: Error during loading on macOS #7
Comments
Error message at start up.... Lua: Error during loading: macOS version 10.12.6 (16G29) |
I got the same error. According to the latest wireshark lua api wiki, just figure out it caused by the update of api(ProtoField.bytes) in certain version after 1.12.0. So the fix is to update the 3 lines to as below in file proto_fields.lua.
Hope the helpful! Ref: https://www.wireshark.org/docs/wsdg_html_chunked/lua_module_Proto.html
|
Btw it's also appears on ubuntu 16.04 wireshark=2.4.3-1 too. And @hashtree recipe works! |
I got another error |
Changing line 35 in |
Running MacOS 10.14.5; Wireshark version 3.0.3 Got the plugin loaded without errors after following the suggestions from both @hashtree & @adityavikasd. Thanks guys! |
Agree! Thanks you! @hashtree & @adityavikasd |
Hey guys, I have the following error during launch of the Wireshark.
Wireshark version
Version 2.4.2 (v2.4.2-0-gb6c63ae)
.macOS version
10.12.6 (16G29)
The text was updated successfully, but these errors were encountered: