repo.or.cz
/
wireshark-sm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
dcerpc-nt: make use of cb_str_postprocess_options() in cb_byte_array_postprocess()
[wireshark-sm.git]
/
wiretap
/
ber.h
blob
b0a3ec36831b1e4ceefc68f5bdc1df96dfa96e98
1
/** @file
2
*
3
* Basic Encoding Rules (BER) file reading
4
*
5
* SPDX-License-Identifier: GPL-2.0-or-later
6
*
7
*/
8
9
#ifndef __BER_H__
10
#define __BER_H__
11
#include <glib.h>
12
#include
"ws_symbol_export.h"
13
#include
"wtap.h"
14
15
wtap_open_return_val
ber_open
(
wtap
*
wth
,
int
*
err
,
char
**
err_info
);
16
17
#endif