Wireshark 4.5.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
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
17wtap_open_return_val
18busmaster_open(wtap *wth, int *err, char **err_info);
19
20#endif /* BUSMASTER_H__ */
Definition wtap-int.h:37