Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Enumerations | Functions
eyesdn.h File Reference
#include "wtap.h"

Go to the source code of this file.

Enumerations

enum  EyeSDN_TYPES {
  EYESDN_ENCAP_ISDN = 0 , EYESDN_ENCAP_MSG , EYESDN_ENCAP_LAPB , EYESDN_ENCAP_ATM ,
  EYESDN_ENCAP_MTP2 , EYESDN_ENCAP_DPNSS , EYESDN_ENCAP_DASS2 , EYESDN_ENCAP_BACNET ,
  EYESDN_ENCAP_V5_EF
}
 Identifies the encapsulated protocol type of a record in an EyeSDN log file. More...
 

Functions

wtap_open_return_val eyesdn_open (wtap *wth, int *err, char **err_info)
 Open an EyeSDN capture file.
 

Detailed Description

Wiretap Library Copyright (c) 1998 by Gilbert Ramirez gram@.nosp@m.alum.nosp@m.ni.ri.nosp@m.ce.e.nosp@m.du

SPDX-License-Identifier: GPL-2.0-or-later

Enumeration Type Documentation

◆ EyeSDN_TYPES

Identifies the encapsulated protocol type of a record in an EyeSDN log file.

Enumerator
EYESDN_ENCAP_ISDN 

ISDN D-channel (Q.931/LAPD) signalling record

EYESDN_ENCAP_MSG 

EyeSDN internal status or diagnostic message record

EYESDN_ENCAP_LAPB 

LAPB (X.25 layer 2) data record

EYESDN_ENCAP_ATM 

ATM cell record

EYESDN_ENCAP_MTP2 

SS7 MTP2 signalling data record

EYESDN_ENCAP_DPNSS 

DPNSS (Digital Private Network Signalling System) record

EYESDN_ENCAP_DASS2 

DASS2 (Digital Access Signalling System No. 2) record

EYESDN_ENCAP_BACNET 

BACnet (Building Automation and Control network) record

EYESDN_ENCAP_V5_EF 

V5 Envelope Function (V5.1/V5.2 access network) record

Function Documentation

◆ eyesdn_open()

wtap_open_return_val eyesdn_open ( wtap wth,
int *  err,
char **  err_info 
)

Open an EyeSDN capture file.

Parameters
wthPointer to the wtap structure.
errError code if an error occurs.
err_infoError message if an error occurs.
Returns
wtap_open_return_val The result of opening the file.

< Precision: 1 microsecond (6 fractional digits).