Wireshark 4.7.3
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
nettl.h File Reference
#include "wtap.h"

Go to the source code of this file.

Macros

#define NETTL_SUBSYS_NS_LS_LOGGING   0
#define NETTL_SUBSYS_NS_LS_NFT   1
#define NETTL_SUBSYS_NS_LS_LOOPBACK   2
#define NETTL_SUBSYS_NS_LS_NI   3
#define NETTL_SUBSYS_NS_LS_IPC   4
#define NETTL_SUBSYS_NS_LS_SOCKREGD   5
#define NETTL_SUBSYS_NS_LS_TCP   6
#define NETTL_SUBSYS_NS_LS_PXP   7
#define NETTL_SUBSYS_NS_LS_UDP   8
#define NETTL_SUBSYS_NS_LS_IP   9
#define NETTL_SUBSYS_NS_LS_PROBE   10
#define NETTL_SUBSYS_NS_LS_DRIVER   11
#define NETTL_SUBSYS_NS_LS_RLBD   12
#define NETTL_SUBSYS_NS_LS_BUFS   13
#define NETTL_SUBSYS_NS_LS_CASE21   14
#define NETTL_SUBSYS_NS_LS_ROUTER21   15
#define NETTL_SUBSYS_NS_LS_NFS   16
#define NETTL_SUBSYS_NS_LS_NETISR   17
#define NETTL_SUBSYS_NS_LS_NSE   18
#define NETTL_SUBSYS_NS_LS_STRLOG   19
#define NETTL_SUBSYS_NS_LS_TIRDWR   21
#define NETTL_SUBSYS_NS_LS_TIMOD   22
#define NETTL_SUBSYS_NS_LS_ICMP   23
#define NETTL_SUBSYS_FILTER   26
#define NETTL_SUBSYS_NAME   27
#define NETTL_SUBSYS_IGMP   29
#define NETTL_SUBSYS_SX25L2   34
#define NETTL_SUBSYS_SX25L3   35
#define NETTL_SUBSYS_FTAM_INIT   64
#define NETTL_SUBSYS_FTAM_RESP   65
#define NETTL_SUBSYS_FTAM_VFS   70
#define NETTL_SUBSYS_FTAM_USER   72
#define NETTL_SUBSYS_OTS   90
#define NETTL_SUBSYS_NETWORK   91
#define NETTL_SUBSYS_TRANSPORT   92
#define NETTL_SUBSYS_SESSION   93
#define NETTL_SUBSYS_ACSE_PRES   94
#define NETTL_SUBSYS_SHM   116
#define NETTL_SUBSYS_ACSE_US   119
#define NETTL_SUBSYS_HPS   121
#define NETTL_SUBSYS_CM   122
#define NETTL_SUBSYS_ULA_UTILS   123
#define NETTL_SUBSYS_EM   124
#define NETTL_SUBSYS_HP_APAPORT   189
#define NETTL_SUBSYS_HP_APALACP   190
#define NETTL_SUBSYS_NS_LS_IPV6   244
#define NETTL_SUBSYS_NS_LS_ICMPV6   245
#define NETTL_SUBSYS_NS_LS_TELNET   267
#define NETTL_SUBSYS_NS_LS_SCTP   268
#define NETTL_SUBSYS_100VG   37
#define NETTL_SUBSYS_LAN100   164
#define NETTL_SUBSYS_EISA100BT   172
#define NETTL_SUBSYS_BASE100   173
#define NETTL_SUBSYS_GSC100BT   178
#define NETTL_SUBSYS_PCI100BT   179
#define NETTL_SUBSYS_SPP100BT   180
#define NETTL_SUBSYS_GELAN   185
#define NETTL_SUBSYS_BTLAN   210
#define NETTL_SUBSYS_INTL100   233
#define NETTL_SUBSYS_IGELAN   252
#define NETTL_SUBSYS_IETHER   253
#define NETTL_SUBSYS_IXGBE   265
#define NETTL_SUBSYS_ICXGBE   271
#define NETTL_SUBSYS_IEXGBE   275
#define NETTL_SUBSYS_IOCXGBE   277
#define NETTL_SUBSYS_IQXGBE   278
#define NETTL_SUBSYS_HPPB_FDDI   95
#define NETTL_SUBSYS_EISA_FDDI   174
#define NETTL_SUBSYS_PCI_FDDI   176
#define NETTL_SUBSYS_HSC_FDDI   177
#define NETTL_SUBSYS_TOKEN   31
#define NETTL_SUBSYS_PCI_TR   187
#define NETTL_SUBSYS_HSSN   269
#define NETTL_SUBSYS_IGSSN   270
#define NETTL_HDR_HDRIN   0x80000000
#define NETTL_HDR_HDROUT   0x40000000
#define NETTL_HDR_PDUIN   0x20000000
#define NETTL_HDR_PDUOUT   0x10000000
#define NETTL_HDR_PROCEDURE_TRACE   0x08000000
#define NETTL_HDR_STATE_TRACE   0x04000000
#define NETTL_HDR_ERROR_TRACE   0x02000000
#define NETTL_HDR_LOG_TRACE   0x01000000
#define NETTL_HDR_LOOPBACK   0x00800000
#define NETTL_HDR_PTOP   0x00400000
#define NETTL_HDR_SUBSYSTEM_BITS_MASK   0x000fffff
#define NETTL_HDR_PDU_MASK   0x30000000

Functions

wtap_open_return_val nettl_open (wtap *wth, int *err, char **err_info)
 Open a Nettle trace 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

Enhancements by Mark C. Brown mbrow.nosp@m.n@hp.nosp@m..com Copyright (C) 2003, 2005 Hewlett-Packard Development Company, L.P.

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

Function Documentation

◆ nettl_open()

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

Open a Nettle trace file.

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

< Precision: 1 microsecond (6 fractional digits).