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
22wtap_open_return_val catapult_dct2000_open(wtap *wth, int *err, char **err_info);
23
24#define DCT2000_ENCAP_UNHANDLED 0
25#define DCT2000_ENCAP_SSCOP 101
26#define DCT2000_ENCAP_MTP2 102
27#define DCT2000_ENCAP_NBAP 103
28
29#endif
30
wtap_open_return_val catapult_dct2000_open(wtap *wth, int *err, char **err_info)
Open a Catapult DCT2000 file for reading.
Definition catapult_dct2000.c:170
Definition wtap_module.h:58
wtap_open_return_val
For registering file types that we can open.
Definition wtap.h:1751