Wireshark 4.5.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
dpa400.h
Go to the documentation of this file.
1
8#ifndef __DPA400_H__
9#define __DPA400_H__
10
11#include <glib.h>
12
13#include "wtap.h"
14
15wtap_open_return_val dpa400_open(wtap *wth, int *err, char **err_info);
16
17#endif
18
19/*
20 * Editor modelines - https://www.wireshark.org/tools/modelines.html
21 *
22 * Local variables:
23 * c-basic-offset: 4
24 * tab-width: 8
25 * indent-tabs-mode: nil
26 * End:
27 *
28 * vi: set shiftwidth=4 tabstop=8 expandtab:
29 * :indentSize=4:tabSize=8:noTabs=true:
30 */
Definition wtap-int.h:37