TODO SMB2 NegotiateContext....
[metze/wireshark/wip.git] / wiretap / commview.h
1 /* commview.h
2  *
3  * Wireshark - Network traffic analyzer
4  * By Gerald Combs <gerald@wireshark.org>
5  * Copyright 1998 Gerald Combs
6  *
7  * SPDX-License-Identifier: GPL-2.0-or-later
8  */
9
10 #ifndef __COMMVIEW_H__
11 #define __COMMVIEW_H__
12 #include <glib.h>
13 #include "ws_symbol_export.h"
14
15 wtap_open_return_val commview_open(wtap *wth, int *err, gchar **err_info _U_);
16 int commview_dump_can_write_encap(int encap);
17 gboolean commview_dump_open(wtap_dumper *wdh, int *err);
18
19 #endif /* __COMMVIEW_H__ */
20