Wireshark
4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
wiretap
eyesdn.h
Go to the documentation of this file.
1
10
#ifndef __W_EYESDN_H__
11
#define __W_EYESDN_H__
12
13
#include "
wtap.h
"
14
23
wtap_open_return_val
eyesdn_open
(
wtap
*wth,
int
*err,
char
**err_info);
24
28
enum
EyeSDN_TYPES
{
29
EYESDN_ENCAP_ISDN
= 0,
30
EYESDN_ENCAP_MSG
,
31
EYESDN_ENCAP_LAPB
,
32
EYESDN_ENCAP_ATM
,
33
EYESDN_ENCAP_MTP2
,
34
EYESDN_ENCAP_DPNSS
,
35
EYESDN_ENCAP_DASS2
,
36
EYESDN_ENCAP_BACNET
,
37
EYESDN_ENCAP_V5_EF
38
};
39
40
#endif
EyeSDN_TYPES
EyeSDN_TYPES
Identifies the encapsulated protocol type of a record in an EyeSDN log file.
Definition
eyesdn.h:28
EYESDN_ENCAP_DPNSS
@ EYESDN_ENCAP_DPNSS
Definition
eyesdn.h:34
EYESDN_ENCAP_LAPB
@ EYESDN_ENCAP_LAPB
Definition
eyesdn.h:31
EYESDN_ENCAP_MSG
@ EYESDN_ENCAP_MSG
Definition
eyesdn.h:30
EYESDN_ENCAP_DASS2
@ EYESDN_ENCAP_DASS2
Definition
eyesdn.h:35
EYESDN_ENCAP_V5_EF
@ EYESDN_ENCAP_V5_EF
Definition
eyesdn.h:37
EYESDN_ENCAP_BACNET
@ EYESDN_ENCAP_BACNET
Definition
eyesdn.h:36
EYESDN_ENCAP_ATM
@ EYESDN_ENCAP_ATM
Definition
eyesdn.h:32
EYESDN_ENCAP_ISDN
@ EYESDN_ENCAP_ISDN
Definition
eyesdn.h:29
EYESDN_ENCAP_MTP2
@ EYESDN_ENCAP_MTP2
Definition
eyesdn.h:33
eyesdn_open
wtap_open_return_val eyesdn_open(wtap *wth, int *err, char **err_info)
Open an EyeSDN capture file.
Definition
eyesdn.c:135
wtap
Definition
wtap_module.h:58
wtap.h
wtap_open_return_val
wtap_open_return_val
For registering file types that we can open.
Definition
wtap.h:1779
Generated by
1.9.8