Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
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
23wtap_open_return_val eyesdn_open(wtap *wth, int *err, char **err_info);
24
39
40#endif
EyeSDN_TYPES
Identifies the encapsulated protocol type of a record in an EyeSDN log file.
Definition eyesdn.h:28
@ EYESDN_ENCAP_DPNSS
Definition eyesdn.h:34
@ EYESDN_ENCAP_LAPB
Definition eyesdn.h:31
@ EYESDN_ENCAP_MSG
Definition eyesdn.h:30
@ EYESDN_ENCAP_DASS2
Definition eyesdn.h:35
@ EYESDN_ENCAP_V5_EF
Definition eyesdn.h:37
@ EYESDN_ENCAP_BACNET
Definition eyesdn.h:36
@ EYESDN_ENCAP_ATM
Definition eyesdn.h:32
@ EYESDN_ENCAP_ISDN
Definition eyesdn.h:29
@ EYESDN_ENCAP_MTP2
Definition eyesdn.h:33
wtap_open_return_val eyesdn_open(wtap *wth, int *err, char **err_info)
Open an EyeSDN capture file.
Definition eyesdn.c:135
Definition wtap_module.h:58
wtap_open_return_val
For registering file types that we can open.
Definition wtap.h:1779