Wireshark 4.7.3
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
vector-asc.h
Go to the documentation of this file.
1
11
12#ifndef VECTOR_ASC__
13#define VECTOR_ASC__
14
15#include <wiretap/wtap.h>
16
18vector_asc_open(wtap *wth, int *err, char **err_info);
19
20#endif /* PCAN_TRC__ */
Definition wtap_module.h:58
wtap_open_return_val vector_asc_open(wtap *wth, int *err, char **err_info)
Definition vector-asc.c:592
wtap_open_return_val
For registering file types that we can open.
Definition wtap.h:1851