From 5a46037813733f4ff12f13848d85ea0b978835fa Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Tue, 5 Oct 2004 08:59:57 +0000 Subject: From Mark C. Brown: support for the NETTL_SUBSYS_HPPB_FDDI records. svn path=/trunk/; revision=12202 --- wiretap/nettl.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'wiretap/nettl.h') diff --git a/wiretap/nettl.h b/wiretap/nettl.h index b0c54a07b6..0a2bf5860f 100644 --- a/wiretap/nettl.h +++ b/wiretap/nettl.h @@ -94,6 +94,11 @@ #define NETTL_SUBSYS_TOKEN 31 #define NETTL_SUBSYS_PCI_TR 187 +/* from /usr/include/sys/subsys_id.h */ + +#define NETTL_HDR_PDUIN 0x20 +#define NETTL_HDR_PDUOUT 0x10 + int nettl_open(wtap *wth, int *err, gchar **err_info); #endif -- cgit v1.2.1