Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
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 "wtap.h"
13
14wtap_open_return_val catapult_dct2000_open(wtap *wth, int *err, char **err_info);
15
16#define DCT2000_ENCAP_UNHANDLED 0
17#define DCT2000_ENCAP_SSCOP 101
18#define DCT2000_ENCAP_MTP2 102
19#define DCT2000_ENCAP_NBAP 103
20
21#endif
22
Definition wtap-int.h:37