A Directory
Usage: for filename in Dir.open(path) do ... end
- pathname
-
The pathname of the directory
- extension (optional)
-
If given, only file with this extension will be returned
Formats an absolute timestamp into a human readable date
Formats a relative timestamp in a human readable form
Will add a log entry with critical severity
Will add a log entry with warn severity
Will add a log entry with message severity
Will add a log entry with info severity
Will add a log entry with debug severity
Lua's loadfile() has been modified so that if a file does not exist in the current directory it will look for it in wireshark's user and system directories
Lua's dofile() has been modified so that if a file does not exist in the current directory it will look for it in wireshark's user and system directories