public dissect_krb5_PAC_NDRHEADERBLOB
[wireshark-sm.git] / wiretap / rfc7468.h
blob6ede86025dbba9afe5eeb6f9e836d68ddfc1c969
1 /** @file
3 * SPDX-License-Identifier: GPL-2.0-or-later
4 */
6 #ifndef __PEM_H__
7 #define __PEM_H__
9 #include <glib.h>
10 #include "wtap.h"
12 wtap_open_return_val rfc7468_open(wtap *wth, int *err, char **err_info);
14 #endif
17 * Editor modelines - https://www.wireshark.org/tools/modelines.html
19 * Local Variables:
20 * c-basic-offset: 4
21 * tab-width: 8
22 * indent-tabs-mode: nil
23 * End:
25 * vi: set shiftwidth=4 tabstop=8 expandtab:
26 * :indentSize=4:tabSize=8:noTabs=true: