dcerpc-netlogon: split out find_tmp_netlogon_auth_vars()
[wireshark-sm.git] / wiretap / catapult_dct2000.h
blob30a45827bba9fcc84b39fe43c8159e4e07786b68
1 /** @file
3 * Wiretap Library
4 * Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
6 * SPDX-License-Identifier: GPL-2.0-or-later
7 */
9 #ifndef __W_CAT_DCT2K_H__
10 #define __W_CAT_DCT2K_H__
12 #include <glib.h>
13 #include "ws_symbol_export.h"
14 #include "wtap.h"
16 wtap_open_return_val catapult_dct2000_open(wtap *wth, int *err, char **err_info);
18 #define DCT2000_ENCAP_UNHANDLED 0
19 #define DCT2000_ENCAP_SSCOP 101
20 #define DCT2000_ENCAP_MTP2 102
21 #define DCT2000_ENCAP_NBAP 103
23 #endif