dcerpc-netlogon: split out find_tmp_netlogon_auth_vars()
[wireshark-sm.git] / wiretap / eri_enb_log.h
blob0213210ea18e230497d03c0843ca949767367539
1 /** @file
3 * Ericsson eNode-B raw log file format decoder for the Wiretap library.
5 * Wiretap Library
6 * SPDX-License-Identifier: GPL-2.0-or-later
7 */
9 #ifndef __W_ERI_ENB_LOG_H__
10 #define __W_ERI_ENB_LOG_H__
12 #include "wtap.h"
14 wtap_open_return_val eri_enb_log_open(wtap *wth, int *err, char **err_info);
16 #endif /* __W_ERI_ENB_LOG_H__*/