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_module.h:58
wtap_open_return_val
For registering file types that we can open.
Definition wtap.h:1745