|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
#include "wiretap/wtap.h"#include "ws_symbol_export.h"#include "wiretap/wtap_module.h"#include <glib.h>#include <stdlib.h>#include <windows.h>#include <winsock2.h>#include <tdh.h>#include <guiddef.h>Go to the source code of this file.
Classes | |
| struct | SUPER_EVENT_TRACE_PROPERTIES |
Macros | |
| #define | LOGGER_NAME L"wireshark etwdump" |
Functions | |
| wtap_open_return_val | etw_dump (const char *etl_filename, const char *pcapng_filename, const char *params, int *err, char **err_info) |
| void | wtap_etl_add_interface (int pkt_encap, char *interface_name, unsigned short interface_name_length, char *interface_desc, unsigned short interface_desc_length) |
| void | wtap_etl_rec_dump (char *etl_record, ULONG total_packet_length, ULONG original_packet_length, unsigned int interface_id, BOOLEAN is_inbound, ULARGE_INTEGER timestamp, int pkt_encap, char *comment, unsigned short comment_length) |
Copyright 2020, Odysseus Yang
Wireshark - Network traffic analyzer By Gerald Combs geral.nosp@m.d@wi.nosp@m.resha.nosp@m.rk.o.nosp@m.rg Copyright 1998 Gerald Combs
SPDX-License-Identifier: GPL-2.0-or-later