public dissect_krb5_PAC_NDRHEADERBLOB
[wireshark-sm.git] / wiretap / csids.h
blobdcc34bd786f782a8e6d9fcf869dbcacf4fcb694a
1 /** @file
3 * Copyright (c) 2000 by Mike Hall <mlh@io.com>
4 * Copyright (c) Cisco Systems
6 * SPDX-License-Identifier: GPL-2.0-or-later
8 */
10 #ifndef __CSIDS_H__
11 #define __CSIDS_H__
12 #include <glib.h>
13 #include "wtap.h"
14 #include "ws_symbol_export.h"
16 wtap_open_return_val csids_open(wtap *wth, int *err, char **err_info);
18 #endif