aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dtn.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2010-02-20 11:06:16 +0000
committerAnders Broman <anders.broman@ericsson.com>2010-02-20 11:06:16 +0000
commit85b2749d368ccc89033771e1f8810edef675b543 (patch)
tree971962b60a62fd67587f874fe5c5dadf501ed212 /epan/dissectors/packet-dtn.h
parent13c971dde32c8c68a61f7f26c97e005acfcd953f (diff)
From Mithun Roy:
DTN Dissector Bugs. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4500 svn path=/trunk/; revision=31929
Diffstat (limited to 'epan/dissectors/packet-dtn.h')
-rw-r--r--epan/dissectors/packet-dtn.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-dtn.h b/epan/dissectors/packet-dtn.h
index 67c17cfd13..73b7d4dabf 100644
--- a/epan/dissectors/packet-dtn.h
+++ b/epan/dissectors/packet-dtn.h
@@ -78,7 +78,7 @@
#define BUNDLE_COSFLAGS_PRIORITY_MASK 0x03
#define BUNDLE_COSFLAGS_PRIORITY_BULK 0x00
#define BUNDLE_COSFLAGS_PRIORITY_NORMAL 0x01
-#define BUNDLE_COSFLAGS_PRIORITY_EXP 0x10
+#define BUNDLE_COSFLAGS_PRIORITY_EXP 0x02
#define BUNDLE_SRRFLAGS_REPORT_MASK 0x01
#define BUNDLE_SRRFLAGS_CUSTODY_MASK 0x02