summaryrefslogtreecommitdiff
path: root/packet-x25.c
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>2000-05-28 06:26:10 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>2000-05-28 06:26:10 +0000
commit249b847a7730f33a092ab1f6aa9aa5f1933051a8 (patch)
tree7ba4580c74eda03771cbff61d79632a325bed913 /packet-x25.c
parent0c8ef3ec33a7a975ce1ae4e8fe86315b881a2605 (diff)
downloadwireshark-249b847a7730f33a092ab1f6aa9aa5f1933051a8.tar.gz
Properly register hf_x25_dbit and hf_ex25_dbit.
svn path=/trunk/; revision=2018
Diffstat (limited to 'packet-x25.c')
-rw-r--r--packet-x25.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/packet-x25.c b/packet-x25.c
index fbc99db69f..18d74e17ff 100644
--- a/packet-x25.c
+++ b/packet-x25.c
@@ -2,7 +2,7 @@
* Routines for x25 packet disassembly
* Olivier Abad <abad@daba.dhis.net>
*
- * $Id: packet-x25.c,v 1.28 2000/05/25 21:34:57 oabad Exp $
+ * $Id: packet-x25.c,v 1.29 2000/05/28 06:26:10 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -1939,7 +1939,7 @@ proto_register_x25(void)
{ &hf_x25_qbit,
{ "Q Bit", "x25.q", FT_BOOLEAN, 2, NULL, 0x8000,
"Qualifier Bit" } },
- { &hf_x25_qbit,
+ { &hf_x25_dbit,
{ "D Bit", "x25.d", FT_BOOLEAN, 2, NULL, 0x4000,
"Delivery Confirmation Bit" } },
{ &hf_x25_mod,
@@ -1966,7 +1966,7 @@ proto_register_x25(void)
{ &hf_ex25_qbit,
{ "Q Bit", "ex25.q", FT_BOOLEAN, 2, NULL, 0x8000,
"Qualifier Bit" } },
- { &hf_ex25_qbit,
+ { &hf_ex25_dbit,
{ "D Bit", "ex25.d", FT_BOOLEAN, 2, NULL, 0x4000,
"Delivery Confirmation Bit" } },
{ &hf_ex25_mod,