summaryrefslogtreecommitdiff
path: root/wiretap/nettl.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-10-05 08:59:57 +0000
committerGuy Harris <guy@alum.mit.edu>2004-10-05 08:59:57 +0000
commit5a46037813733f4ff12f13848d85ea0b978835fa (patch)
tree8de9ca9a9413023cec1f852b2f48e802420994fc /wiretap/nettl.h
parent919c62cc3972156c6b053d147693b804890a77cd (diff)
downloadwireshark-5a46037813733f4ff12f13848d85ea0b978835fa.tar.gz
From Mark C. Brown: support for the NETTL_SUBSYS_HPPB_FDDI records.
svn path=/trunk/; revision=12202
Diffstat (limited to 'wiretap/nettl.h')
-rw-r--r--wiretap/nettl.h5
1 files changed, 5 insertions, 0 deletions
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