|
Wireshark
2.9.0-477-g68ec514b
The Wireshark network protocol analyzer
|
#include <wtap-int.h>
Public Attributes | |
| FILE_T | fh |
| FILE_T | random_fh |
| gboolean | ispipe |
| int | file_type_subtype |
| guint | snapshot_length |
| wtap_rec | rec |
| Buffer * | rec_data |
| GArray * | shb_hdrs |
| GArray * | interface_data |
| GArray * | nrb_hdrs |
| void * | priv |
| void * | wslua_data |
| subtype_read_func | subtype_read |
| subtype_seek_read_func | subtype_seek_read |
| void(* | subtype_sequential_close )(struct wtap *) |
| void(* | subtype_close )(struct wtap *) |
| int | file_encap |
| int | file_tsprec |
| wtap_new_ipv4_callback_t | add_new_ipv4 |
| wtap_new_ipv6_callback_t | add_new_ipv6 |
| GPtrArray * | fast_seek |
Struct holding data of the currently read file.
| GArray* wtap::interface_data |
An array holding the interface data from pcapng IDB:s or equivalent(?)
| gboolean wtap::ispipe |
TRUE if the file is a pipe
| GArray* wtap::nrb_hdrs |
holds the Name Res Block's comment/custom_opts, or NULL
| FILE_T wtap::random_fh |
Secondary FILE_T for random access
1.8.11