aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/ber.h
blob: 9945a8fdbbd33d2e2dd740fcc9cfdb3dbc25f30b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* ber.h
 *
 * Basic Encoding Rules (BER) file reading
 *
 * SPDX-License-Identifier: GPL-2.0+
 *
 */

#ifndef __BER_H__
#define __BER_H__
#include <glib.h>
#include "ws_symbol_export.h"

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

#endif