Wireshark  4.3.0
The Wireshark network protocol analyzer
visual.h
Go to the documentation of this file.
1 
14 #ifndef __VISUAL_H__
15 #define __VISUAL_H__
16 
17 #include <glib.h>
18 #include "wtap.h"
19 #include "ws_symbol_export.h"
20 
21 wtap_open_return_val visual_open(wtap *wth, int *err, char **err_info);
22 
23 #endif
Definition: wtap-int.h:37