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