aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ositp.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2010-02-03 08:47:15 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2010-02-03 08:47:15 +0000
commit47e732e29ea9d6c4e3f455c974d3b9b6300a0073 (patch)
tree0d1d73dbb5e35cdf58f2c34c18106ea4d10c025f /epan/dissectors/packet-ositp.c
parentb535a07ea0ce37d90dc2f0cdaf01d66ad3e7a7a1 (diff)
Changed "reassembled_length" -> "reassembled.length".
svn path=/trunk/; revision=31776
Diffstat (limited to 'epan/dissectors/packet-ositp.c')
-rw-r--r--epan/dissectors/packet-ositp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-ositp.c b/epan/dissectors/packet-ositp.c
index d14643612b..eae58425f0 100644
--- a/epan/dissectors/packet-ositp.c
+++ b/epan/dissectors/packet-ositp.c
@@ -1802,7 +1802,7 @@ void proto_register_cotp(void)
{ "Reassembled COTP in frame", "cotp.reassembled_in", FT_FRAMENUM, BASE_NONE, NULL, 0x0,
"This COTP packet is reassembled in this frame", HFILL }},
{ &hf_cotp_reassembled_length,
- { "Reassembled COTP length", "cotp.reassembled_length", FT_UINT32, BASE_DEC, NULL, 0x0,
+ { "Reassembled COTP length", "cotp.reassembled.length", FT_UINT32, BASE_DEC, NULL, 0x0,
"The total length of the reassembled payload", HFILL }},
/* ISO DP 8073 i13.3.4(a) Source and destination TSAPs are defined as
identifiers of unspecified type and length.