summaryrefslogtreecommitdiffstats
path: root/wiretap/nettrace_3gpp_32_423.h
blob: 052002e7539a0d4d9162fd04b41f0f1cf243d902 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/** @file
 *
 * 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, char **err_info);

#endif