Skip to content

localtime missing tiny piece of code  #6

@cybernout

Description

@cybernout

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions