aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-6lowpan.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-6lowpan.c
parent77d63e1d2782a3c7db1b14606aefd9ee8987e96e (diff)
Renamed some reassembled data texts.
Removed some check_col(). svn path=/trunk/; revision=31809
Diffstat (limited to 'epan/dissectors/packet-6lowpan.c')
-rw-r--r--epan/dissectors/packet-6lowpan.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-6lowpan.c b/epan/dissectors/packet-6lowpan.c
index e13c599c02..daa112e41c 100644
--- a/epan/dissectors/packet-6lowpan.c
+++ b/epan/dissectors/packet-6lowpan.c
@@ -1949,7 +1949,7 @@ dissect_6lowpan_frag(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, gboole
/* Attempt reassembly. */
new_tvb = process_reassembled_data(tvb, offset, pinfo,
- "Reassembled Message", frag_data, &lowpan_frag_items,
+ "Reassembled 6LowPAN", frag_data, &lowpan_frag_items,
NULL, tree);
/* If reassembly was successful, then return the completed datagram. */
@@ -2168,7 +2168,7 @@ proto_register_6lowpan(void)
{ &hf_6lowpan_reassembled_in,
{ "Reassembled in", "6lowpan.reassembled.in",FT_FRAMENUM, BASE_NONE, NULL, 0x00, NULL, HFILL }},
{ &hf_6lowpan_reassembled_length,
- { "Reassembled length", "6lowpan.reassembled.length",FT_UINT32, BASE_DEC, NULL, 0x00, NULL, HFILL }}
+ { "Reassembled 6LowPAN length", "6lowpan.reassembled.length",FT_UINT32, BASE_DEC, NULL, 0x00, NULL, HFILL }}
};
static gint *ett[] = {