TODO epan/dissectors/asn1/kerberos/packet-kerberos-template.c new GSS flags
[wireshark-sm.git] / wsutil / wmem / wmem.h
blob814291514df53b56709eab88ba540a2fec6972c8
1 /** @file
3 * Definitions for the Wireshark Memory Manager
4 * Copyright 2012, Evan Huus <eapache@gmail.com>
6 * Wireshark - Network traffic analyzer
7 * By Gerald Combs <gerald@wireshark.org>
8 * Copyright 1998 Gerald Combs
10 * SPDX-License-Identifier: GPL-2.0-or-later
13 #ifndef __WMEM_H__
14 #define __WMEM_H__
16 #include "wmem_array.h"
17 #include "wmem_core.h"
18 #include "wmem_list.h"
19 #include "wmem_map.h"
20 #include "wmem_miscutl.h"
21 #include "wmem_multimap.h"
22 #include "wmem_queue.h"
23 #include "wmem_stack.h"
24 #include "wmem_strbuf.h"
25 #include "wmem_strutl.h"
26 #include "wmem_tree.h"
27 #include "wmem_interval_tree.h"
28 #include "wmem_user_cb.h"
30 #endif /* __WMEM_H__ */
33 * Editor modelines - https://www.wireshark.org/tools/modelines.html
35 * Local variables:
36 * c-basic-offset: 4
37 * tab-width: 8
38 * indent-tabs-mode: nil
39 * End:
41 * vi: set shiftwidth=4 tabstop=8 expandtab:
42 * :indentSize=4:tabSize=8:noTabs=true: