dcerpc-nt: make use of cb_str_postprocess_options() in cb_byte_array_postprocess()
[wireshark-sm.git] / wiretap / ber.h
blobb0a3ec36831b1e4ceefc68f5bdc1df96dfa96e98
1 /** @file
3 * Basic Encoding Rules (BER) file reading
5 * SPDX-License-Identifier: GPL-2.0-or-later
7 */
9 #ifndef __BER_H__
10 #define __BER_H__
11 #include <glib.h>
12 #include "ws_symbol_export.h"
13 #include "wtap.h"
15 wtap_open_return_val ber_open(wtap *wth, int *err, char **err_info);
17 #endif