Wireshark  4.3.0
The Wireshark network protocol analyzer
camins.h
Go to the documentation of this file.
1 
13 #ifndef _CAMINS_H
14 #define _CAMINS_H
15 
16 #include <glib.h>
17 #include <wiretap/wtap.h>
18 
19 wtap_open_return_val camins_open(wtap *wth, int *err, char **err_info _U_);
20 
21 #endif /* _CAMINS_H */
Definition: wtap-int.h:37