summaryrefslogtreecommitdiff
path: root/wiretap/nettl.h
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2005-04-01 10:17:05 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2005-04-01 10:17:05 +0000
commit3b435e70a39924b227c7577ec8bd206685b6ded2 (patch)
tree76706f5ad073cc4c7b90828576285ea7f5c58cd4 /wiretap/nettl.h
parentd549b4456ef9f264e2ac970baf7ae9e163fa7474 (diff)
downloadwireshark-3b435e70a39924b227c7577ec8bd206685b6ded2.tar.gz
From Mark C Brown NETTL updates
svn path=/trunk/; revision=13999
Diffstat (limited to 'wiretap/nettl.h')
-rw-r--r--wiretap/nettl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/wiretap/nettl.h b/wiretap/nettl.h
index 19f0816697..10ebeee8a4 100644
--- a/wiretap/nettl.h
+++ b/wiretap/nettl.h
@@ -101,8 +101,8 @@
/* from /usr/include/sys/subsys_id.h */
-#define NETTL_HDR_PDUIN 0x20
-#define NETTL_HDR_PDUOUT 0x10
+#define NETTL_HDR_PDUIN 0x20000000
+#define NETTL_HDR_PDUOUT 0x10000000
int nettl_open(wtap *wth, int *err, gchar **err_info);
gboolean nettl_dump_open(wtap_dumper *wdh, gboolean cant_seek _U_, int *err);