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
25enum EyeSDN_TYPES {
26 EYESDN_ENCAP_ISDN=0,
27 EYESDN_ENCAP_MSG,
28 EYESDN_ENCAP_LAPB,
29 EYESDN_ENCAP_ATM,
30 EYESDN_ENCAP_MTP2,
31 EYESDN_ENCAP_DPNSS,
32 EYESDN_ENCAP_DASS2,
33 EYESDN_ENCAP_BACNET,
34 EYESDN_ENCAP_V5_EF
35};
36
37#endif
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:1751