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
21wtap_open_return_val dpa400_open(wtap *wth, int *err, char **err_info);
22
23#endif
24
25/*
26 * Editor modelines - https://www.wireshark.org/tools/modelines.html
27 *
28 * Local variables:
29 * c-basic-offset: 4
30 * tab-width: 8
31 * indent-tabs-mode: nil
32 * End:
33 *
34 * vi: set shiftwidth=4 tabstop=8 expandtab:
35 * :indentSize=4:tabSize=8:noTabs=true:
36 */
wtap_open_return_val dpa400_open(wtap *wth, int *err, char **err_info)
Open a DPA400 file.
Definition dpa400.c:220
Definition wtap_module.h:58
wtap_open_return_val
For registering file types that we can open.
Definition wtap.h:1751