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