Wireshark
4.5.0
The Wireshark network protocol analyzer
Toggle main menu visibility
Main Page
Related Pages
Topics
Namespaces
Namespace List
Namespace Members
All
Variables
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
a
b
c
d
e
f
g
h
i
m
o
p
r
s
t
u
v
w
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
Functions
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
Variables
Typedefs
a
b
c
d
e
f
g
h
i
m
p
r
s
t
u
v
w
Enumerations
Enumerator
a
b
c
e
f
h
i
n
o
r
s
t
w
Macros
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
Loading...
Searching...
No Matches
extcap
etl.h
Go to the documentation of this file.
1
12
#ifndef __W_ETL_H__
13
#define __W_ETL_H__
14
15
#include "
wiretap/wtap.h
"
16
#include "ws_symbol_export.h"
17
#include "
wiretap/wtap-int.h
"
18
19
#include <glib.h>
20
#include <stdlib.h>
21
#include <tdh.h>
22
#include <guiddef.h>
23
24
#define LOGGER_NAME L"wireshark etwdump"
25
26
typedef
struct
27
{
28
EVENT_TRACE_PROPERTIES prop;
29
char
padding[64];
30
}
SUPER_EVENT_TRACE_PROPERTIES
;
26
typedef
struct
{
…
};
31
32
extern
wtap_open_return_val etw_dump(
const
char
* etl_filename,
const
char
* pcapng_filename,
const
char
* params,
int
* err,
char
** err_info);
33
34
extern
void
wtap_etl_add_interface(
int
pkt_encap,
char
* interface_name,
unsigned
short
interface_name_length,
char
* interface_desc,
unsigned
short
interface_desc_length);
35
36
extern
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);
37
38
#endif
39
40
41
/*
42
* Editor modelines - https://www.wireshark.org/tools/modelines.html
43
*
44
* Local variables:
45
* c-basic-offset: 4
46
* tab-width: 8
47
* indent-tabs-mode: nil
48
* End:
49
*
50
* vi: set shiftwidth=4 tabstop=8 expandtab:
51
* :indentSize=4:tabSize=8:noTabs=true:
52
*/
SUPER_EVENT_TRACE_PROPERTIES
Definition
etl.h:27
wtap-int.h
wtap.h
Generated by
1.9.8