|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Wraps a GDir iterator with extension filtering and path tracking for directory traversal from Lua. More...
#include <wslua.h>
Public Attributes | |
| GDir * | dir |
| char * | ext |
| char * | path |
Wraps a GDir iterator with extension filtering and path tracking for directory traversal from Lua.
| GDir* _wslua_dir::dir |
The open GLib directory handle being iterated.
| char* _wslua_dir::ext |
Optional file extension filter (without leading dot); NULL to return all entries.
| char* _wslua_dir::path |
The filesystem path of the directory being iterated.