Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
rfc7468.h
Go to the documentation of this file.
1
6#ifndef __RFC7468_H__
7#define __RFC7468_H__
8
9#include "wtap.h"
10
21wtap_open_return_val rfc7468_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 rfc7468_open(wtap *wth, int *err, char **err_info)
Open a file using RFC 7468 format.
Definition rfc7468.c:135
Definition wtap_module.h:58
wtap_open_return_val
For registering file types that we can open.
Definition wtap.h:1751