dcerpc-netlogon: split out find_tmp_netlogon_auth_vars()
[wireshark-sm.git] / wiretap / cosine.h
blob83bac77caa00c05aa766926216194baa26e1ae56
1 /** @file
3 * CoSine IPNOS L2 debug output parsing
4 * Copyright (c) 2002 by Motonori Shindo <motonori@shin.do>
6 * Wiretap Library
7 * Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
9 * SPDX-License-Identifier: GPL-2.0-or-later
13 #ifndef __W_COSINE_H__
14 #define __W_COSINE_H__
15 #include <glib.h>
16 #include "wtap.h"
17 #include "ws_symbol_export.h"
19 wtap_open_return_val cosine_open(wtap *wth, int *err, char **err_info);
21 #endif