From e6fc9efb622e486da3131c563ce2b87818c3b26e Mon Sep 17 00:00:00 2001 From: Anders Broman Date: Sat, 27 Oct 2007 15:44:12 +0000 Subject: From Mark C. Brown: Add support for the new NS_LS_SCTP tracing subsystem. svn path=/trunk/; revision=23290 --- wiretap/nettl.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'wiretap/nettl.h') diff --git a/wiretap/nettl.h b/wiretap/nettl.h index b1701a9e5d..2c4f0be081 100644 --- a/wiretap/nettl.h +++ b/wiretap/nettl.h @@ -76,6 +76,7 @@ #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 /* Ethernet cards */ #define NETTL_SUBSYS_100VG 37 @@ -104,8 +105,17 @@ /* from /usr/include/sys/subsys_id.h */ +#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 int nettl_open(wtap *wth, int *err, gchar **err_info); gboolean nettl_dump_open(wtap_dumper *wdh, gboolean cant_seek _U_, int *err); -- cgit v1.2.1