Wireshark 4.5.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
dot11decrypt_ws.h
Go to the documentation of this file.
1
9#ifndef _DOT11DECRYPT_WS_H
10#define _DOT11DECRYPT_WS_H
11
12#include "dot11decrypt_system.h"
13#include "ws_symbol_export.h"
14
15#ifdef __cplusplus
16extern "C" {
17#endif /* __cplusplus */
18
19WS_DLL_PUBLIC DOT11DECRYPT_CONTEXT dot11decrypt_ctx;
20
21#ifdef __cplusplus
22}
23#endif /* __cplusplus */
24
25#endif /* _DOT11DECRYPT_WS_H */
Definition dot11decrypt_system.h:124