Wireshark  2.9.0-477-g68ec514b
The Wireshark network protocol analyzer
cosine.h
1 /* cosine.h
2  *
3  * CoSine IPNOS L2 debug output parsing
4  * Copyright (c) 2002 by Motonori Shindo <motonori@shin.do>
5  *
6  * Wiretap Library
7  * Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
8  *
9  * SPDX-License-Identifier: GPL-2.0-or-later
10  *
11  */
12 
13 #ifndef __W_COSINE_H__
14 #define __W_COSINE_H__
15 #include <glib.h>
16 #include "wtap.h"
17 #include "ws_symbol_export.h"
18 
19 wtap_open_return_val cosine_open(wtap *wth, int *err, gchar **err_info);
20 
21 #endif
Definition: wtap-int.h:34