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
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
epan
crypt
dot11decrypt_debug.h
Go to the documentation of this file.
1
9
#ifndef _DOT11DECRYPT_DEBUG_H
10
#define _DOT11DECRYPT_DEBUG_H
11
12
#define WS_LOG_DOMAIN "dot11decrypt"
13
14
#include <
wsutil/wslog.h
>
15
16
/******************************************************************************/
17
/* Debug section: internal function to print debug information */
18
/* */
19
#ifdef WS_DEBUG
20
21
#define DEBUG_DUMP(name, ptr, size, level) \
22
ws_log_buffer_full(WS_LOG_DOMAIN, level, __FILE__, __LINE__, G_STRFUNC, ptr, size, 72, name);
23
24
#else
/* defined WS_DEBUG */
25
26
#define DEBUG_DUMP(name, ptr, size, level)
27
28
#endif
/* ?defined WS_DEBUG */
29
30
31
#endif
/* ?defined _DOT11DECRYPT_DEBUG_H */
wslog.h
Generated by
1.9.8