aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-x25.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2012-04-28 17:42:55 +0000
committerGuy Harris <guy@alum.mit.edu>2012-04-28 17:42:55 +0000
commit3016d07185612ab557c15c3c9616eedf355fe9fa (patch)
tree2c785358cc20af3a48c825c5a6609c1463591fbb /epan/dissectors/packet-x25.c
parentda54d6136c7b6c5347f0c73f22736c404c998023 (diff)
Remove redundant "X.25". (I'm not sure why the protcol name is included
in the reassembly information both here and, for example, IPv4 fragment reassembly, but perhaps those are redundant as well.) svn path=/trunk/; revision=42321
Diffstat (limited to 'epan/dissectors/packet-x25.c')
-rw-r--r--epan/dissectors/packet-x25.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/dissectors/packet-x25.c b/epan/dissectors/packet-x25.c
index 6d4a04a64d..ee90d3595a 100644
--- a/epan/dissectors/packet-x25.c
+++ b/epan/dissectors/packet-x25.c
@@ -2669,15 +2669,15 @@ proto_register_x25(void)
NULL, HFILL }},
{ &hf_x25_fast_select,
- { "X.25 Fast select", "x25.fast_select", FT_UINT8, BASE_DEC, VALS(x25_fast_select_vals), 0xC0,
+ { "Fast select", "x25.fast_select", FT_UINT8, BASE_DEC, VALS(x25_fast_select_vals), 0xC0,
NULL, HFILL }},
{ &hf_x25_icrd,
- { "X.25 ICRD", "x25.icrd", FT_UINT8, BASE_DEC, VALS(x25_icrd_vals), 0x30,
+ { "ICRD", "x25.icrd", FT_UINT8, BASE_DEC, VALS(x25_icrd_vals), 0x30,
NULL, HFILL }},
{ &hf_x25_reverse_charging,
- { "X.25 Fast select", "x25.reverse_charging", FT_BOOLEAN, 8, TFS(&x25_reverse_charging_val), 0x01,
+ { "Fast select", "x25.reverse_charging", FT_BOOLEAN, 8, TFS(&x25_reverse_charging_val), 0x01,
NULL, HFILL }},
};
static gint *ett[] = {