public dissect_krb5_PAC_NDRHEADERBLOB
[wireshark-sm.git] / wiretap / etl.h
blobd524a0be91e2930477ae1b3f71968331726429c9
1 /* etl.h
3 * Basic support for Microsoft ETL traces
4 * Copyright (c) 2019 by Aurelien Aptel <aurelien.aptel@gmail.com>
6 * Wiretap Library
7 * Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
9 * SPDX-License-Identifier: GPL-2.0-or-later
13 #ifndef __ETL_H__
14 #define __ETL_H__
16 #include <glib.h>
17 #include "wtap.h"
18 #include "ws_symbol_export.h"
20 wtap_open_return_val etl_open(wtap *wth, int *err, gchar **err_info);
22 #endif