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 #include "wtap.h"
15 
16 wtap_open_return_val catapult_dct2000_open(wtap *wth, int *err, char **err_info);
17 
18 #define DCT2000_ENCAP_UNHANDLED 0
19 #define DCT2000_ENCAP_SSCOP 101
20 #define DCT2000_ENCAP_MTP2 102
21 #define DCT2000_ENCAP_NBAP 103
22 
23 #endif
24 
Definition: wtap-int.h:37