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