Skip to content
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

localtime missing tiny piece of code #6

Open
cybernout opened this issue Jun 19, 2016 · 0 comments · May be fixed by #7
Open

localtime missing tiny piece of code #6

cybernout opened this issue Jun 19, 2016 · 0 comments · May be fixed by #7

Comments

@cybernout
Copy link

nice code, please add tiny bit of code, because the time did not come out right , add (); in line 181

my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = localtime();($detectedSSID{$key}[2]);

i also got this lua error --
tshark: Lua: Error during loading:
[string "/usr/share/wireshark/init.lua"]:44: dofile has been disabled due to running Wireshark as superuser. See https://wiki.wireshark.org/CaptureSetup/CapturePrivileges for help in running Wireshark as an unprivileged user. ---

cd /usr/share/wireshark , nano init.lua , and comment out the

dofile = function() error("dofile has been disabled") end

to

-- dofile = function() error("dofile has been disabled") end

dont know if its the right way, but that gets rid of the error.

wolfisberg added a commit to wolfisberg/hoover that referenced this issue Apr 30, 2018
@wolfisberg wolfisberg linked a pull request Apr 30, 2018 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant