epan/dissectors/packet-xml.c try to decrypt data, but the data doesn't look correct yet
[metze/wireshark/wip.git] / wiretap / mplog.h
1 /* mplog.h
2  *
3  * File format support for Micropross mplog files
4  * Copyright (c) 2016 by Martin Kaiser <martin@kaiser.cx>
5  *
6  * Wireshark - Network traffic analyzer
7  * By Gerald Combs <gerald@wireshark.org>
8  * Copyright 1998 Gerald Combs
9  *
10  * SPDX-License-Identifier: GPL-2.0-or-later
11  */
12
13 #ifndef _MPLOG_H
14 #define _MPLOG_H
15
16 #include <glib.h>
17 #include <wiretap/wtap.h>
18
19 wtap_open_return_val mplog_open(wtap *wth, int *err, gchar **err_info);
20
21 #endif /* _MPLOG_H */