aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/ber.h
blob: 2c9ca05f19c977a78e6668a2f4ece6bdc340535c (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-or-later
 *
 */

#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