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