Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Public Attributes | List of all members
_wslua_dir Struct Reference

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
 

Detailed Description

Wraps a GDir iterator with extension filtering and path tracking for directory traversal from Lua.

Member Data Documentation

◆ dir

GDir* _wslua_dir::dir

The open GLib directory handle being iterated.

◆ ext

char* _wslua_dir::ext

Optional file extension filter (without leading dot); NULL to return all entries.

◆ path

char* _wslua_dir::path

The filesystem path of the directory being iterated.


The documentation for this struct was generated from the following file: