Revert "UNUSED enc_key_id_{equal,hash}"
[wireshark-sm.git] / wiretap / dpa400.h
blob8cf50da8992cbb9d8186e34acc7e308dd3947f4a
1 /** @file
3 * Copyright 2018, Dirk Eibach, Guntermann & Drunck GmbH <dirk.eibach@gdsys.cc>
5 * SPDX-License-Identifier: GPL-2.0-or-later
6 */
8 #ifndef __DPA400_H__
9 #define __DPA400_H__
11 #include <glib.h>
13 #include "wtap.h"
15 wtap_open_return_val dpa400_open(wtap *wth, int *err, char **err_info);
17 #endif
20 * Editor modelines - https://www.wireshark.org/tools/modelines.html
22 * Local variables:
23 * c-basic-offset: 4
24 * tab-width: 8
25 * indent-tabs-mode: nil
26 * End:
28 * vi: set shiftwidth=4 tabstop=8 expandtab:
29 * :indentSize=4:tabSize=8:noTabs=true: