aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/nettrace_3gpp_32_423.h
blob: bd07fbf38a6d6be9654bd857e755ee04b86c8ab6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* nettrace_3gpp_32_423.h
 *
 * MIME file format decoder for the Wiretap library.
 *
 * Wiretap Library
 * SPDX-License-Identifier: GPL-2.0-or-later
 */

#ifndef __NETTRACE_3GPP_32_423__
#define __NETTRACE_3GPP_32_423__

#include <glib.h>
#include "wtap.h"

wtap_open_return_val nettrace_3gpp_32_423_file_open(wtap *wth, int *err, gchar **err_info);

#endif