aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dec-dnart.c
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2005-11-07 21:58:27 +0000
committerGerald Combs <gerald@wireshark.org>2005-11-07 21:58:27 +0000
commitb1b1c50f1ebebf2fe472e6556484cd14ee21b20b (patch)
tree989a541e8329712f088e958343c2baea0c99cf85 /epan/dissectors/packet-dec-dnart.c
parent062621786fb5e282ba579c5946bc83ce51f582f7 (diff)
Fix an ftsanity.py error.
svn path=/trunk/; revision=16429
Diffstat (limited to 'epan/dissectors/packet-dec-dnart.c')
-rw-r--r--epan/dissectors/packet-dec-dnart.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-dec-dnart.c b/epan/dissectors/packet-dec-dnart.c
index 32aa21af94..6770bf5443 100644
--- a/epan/dissectors/packet-dec-dnart.c
+++ b/epan/dissectors/packet-dec-dnart.c
@@ -1545,7 +1545,7 @@ proto_register_dec_rt(void)
"Router ID", HFILL }},
{ &hf_dec_rt_router_state,
{ "Router state", "dec_dna.ctl.router_state",
- FT_STRING, BASE_NONE, NULL, 0x80,
+ FT_STRING, BASE_NONE, NULL, 0x0,
"Router state", HFILL }},
{ &hf_dec_conn_contents,
{ "Session connect data", "dec_dna.sess.conn",