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