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