Wireshark 4.7.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 "wtap.h"
12
13wtap_open_return_val dpa400_open(wtap *wth, int *err, char **err_info);
14
15#endif
16
17/*
18 * Editor modelines - https://www.wireshark.org/tools/modelines.html
19 *
20 * Local variables:
21 * c-basic-offset: 4
22 * tab-width: 8
23 * indent-tabs-mode: nil
24 * End:
25 *
26 * vi: set shiftwidth=4 tabstop=8 expandtab:
27 * :indentSize=4:tabSize=8:noTabs=true:
28 */
Definition wtap-int.h:37