aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-x25.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2012-04-28 17:57:41 +0000
committerGuy Harris <guy@alum.mit.edu>2012-04-28 17:57:41 +0000
commit0fde5403abee3341906e79e4401579e7289818b4 (patch)
tree94181d25bb4ba804db0f464ef10a629d8126ab1b /epan/dissectors/packet-x25.c
parent3016d07185612ab557c15c3c9616eedf355fe9fa (diff)
Fix long name for reverse charging field.
svn path=/trunk/; revision=42322
Diffstat (limited to 'epan/dissectors/packet-x25.c')
-rw-r--r--epan/dissectors/packet-x25.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-x25.c b/epan/dissectors/packet-x25.c
index ee90d3595a..a361cd5df6 100644
--- a/epan/dissectors/packet-x25.c
+++ b/epan/dissectors/packet-x25.c
@@ -2677,7 +2677,7 @@ proto_register_x25(void)
NULL, HFILL }},
{ &hf_x25_reverse_charging,
- { "Fast select", "x25.reverse_charging", FT_BOOLEAN, 8, TFS(&x25_reverse_charging_val), 0x01,
+ { "Reverse charging", "x25.reverse_charging", FT_BOOLEAN, 8, TFS(&x25_reverse_charging_val), 0x01,
NULL, HFILL }},
};
static gint *ett[] = {