Wireshark  4.3.0
The Wireshark network protocol analyzer
catapult_dct2000.h
Go to the documentation of this file.
1 
9 #ifndef __W_CAT_DCT2K_H__
10 #define __W_CAT_DCT2K_H__
11 
12 #include <glib.h>
13 #include "ws_symbol_export.h"
14 
15 wtap_open_return_val catapult_dct2000_open(wtap *wth, int *err, char **err_info);
16 
17 #define DCT2000_ENCAP_UNHANDLED 0
18 #define DCT2000_ENCAP_SSCOP 101
19 #define DCT2000_ENCAP_MTP2 102
20 #define DCT2000_ENCAP_NBAP 103
21 
22 #endif
23 
Definition: wtap-int.h:37