dcerpc-netlogon: improve NetrLogonGetCapabilities dissection
[wireshark-sm.git] / epan / crypt / dot11decrypt_ws.h
blobb22a5db1814c02c5161df1849f24a93b6009451d
1 /** @file
3 * Copyright (c) 2006 CACE Technologies, Davis (California)
4 * All rights reserved.
6 * SPDX-License-Identifier: (BSD-3-Clause OR GPL-2.0-only)
7 */
9 #ifndef _DOT11DECRYPT_WS_H
10 #define _DOT11DECRYPT_WS_H
12 #include "dot11decrypt_system.h"
13 #include "ws_symbol_export.h"
15 #ifdef __cplusplus
16 extern "C" {
17 #endif /* __cplusplus */
19 WS_DLL_PUBLIC DOT11DECRYPT_CONTEXT dot11decrypt_ctx;
21 #ifdef __cplusplus
23 #endif /* __cplusplus */
25 #endif /* _DOT11DECRYPT_WS_H */