dcerpc-nt: make use of cb_str_postprocess_options() in cb_byte_array_postprocess()
[wireshark-sm.git] / wiretap / stanag4607.h
blob44d894edd7d3870dec1833e2707b40c660d3aac9
1 /** @file
3 * STANAG 4607 file reading
5 * SPDX-License-Identifier: GPL-2.0-or-later
7 */
9 #ifndef __STANAG_4607_H__
10 #define __STANAG_4607_H__
12 #include <glib.h>
13 #include <wiretap/wtap.h>
14 #include "ws_symbol_export.h"
16 wtap_open_return_val stanag4607_open(wtap *wth, int *err, char **err_info);
18 #endif