summaryrefslogtreecommitdiffstats
path: root/wiretap/ber.h
blob: b0a3ec36831b1e4ceefc68f5bdc1df96dfa96e98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/** @file
 *
 * 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"
#include "wtap.h"

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

#endif