aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-iax2.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2010-02-06 18:20:21 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2010-02-06 18:20:21 +0000
commit539b558f8ca699adfe11bb26050a56d0d6e06fc9 (patch)
tree29661ad3343c108a690cbd01241aeecdf17fecad /epan/dissectors/packet-iax2.c
parent77d63e1d2782a3c7db1b14606aefd9ee8987e96e (diff)
Renamed some reassembled data texts.
Removed some check_col(). svn path=/trunk/; revision=31809
Diffstat (limited to 'epan/dissectors/packet-iax2.c')
-rw-r--r--epan/dissectors/packet-iax2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-iax2.c b/epan/dissectors/packet-iax2.c
index 85a23632d1..f4562f5b7a 100644
--- a/epan/dissectors/packet-iax2.c
+++ b/epan/dissectors/packet-iax2.c
@@ -2562,7 +2562,7 @@ proto_register_iax2 (void)
"This IAX2 packet is reassembled in this frame", HFILL }},
{&hf_iax2_reassembled_length,
- {"Reassembled length", "iax2.reassembled.length",
+ {"Reassembled IAX2 length", "iax2.reassembled.length",
FT_UINT32, BASE_DEC, NULL, 0x0,
"The total length of the reassembled payload", HFILL }}
};