epan/dissectors/pidl/samr/samr.cnf cnf_dissect_lsa_BinaryString => lsarpc_dissect_str...
[wireshark-sm.git] / epan / dissectors / packet-smb-sidsnooping.h
blob8c6fa20babff778b9dbf9e1d92aa0ea1344ea14d
1 /* packet-smb-sidsnooping.h
2 * Routines for snooping SID to name mappings
3 * Copyright 2003, Ronnie Sahlberg
5 * Wireshark - Network traffic analyzer
6 * By Gerald Combs <gerald@wireshark.org>
7 * Copyright 1998 Gerald Combs
9 * SPDX-License-Identifier: GPL-2.0-or-later
12 #ifndef _PACKET_SMB_SID_SNOOPING_H_
13 #define _PACKET_SMB_SID_SNOOPING_H_
15 #include "ws_symbol_export.h"
17 /* With MSVC and a libwireshark.dll, we need a
18 * special declaration for sid_name_table.
20 WS_DLL_PUBLIC GHashTable *sid_name_table;
22 WS_DLL_PUBLIC
23 const char *find_sid_name(const char *sid);
25 #endif