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