From 067ed51015d4b2a703a49e4ab967523e4f6a6626 Mon Sep 17 00:00:00 2001 From: stig Date: Sat, 6 Feb 2010 18:20:21 +0000 Subject: Renamed some reassembled data texts. Removed some check_col(). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31809 f5534014-38df-0310-8fa8-9805f1628bb7 --- epan/dissectors/packet-capwap.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'epan/dissectors/packet-capwap.c') diff --git a/epan/dissectors/packet-capwap.c b/epan/dissectors/packet-capwap.c index 60d421d35d..c2c3cc884f 100644 --- a/epan/dissectors/packet-capwap.c +++ b/epan/dissectors/packet-capwap.c @@ -1384,7 +1384,7 @@ dissect_capwap_control(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree) fragment_more); next_tvb = process_reassembled_data(tvb, offset, pinfo, - "Reassembled CAPWAP Data", frag_msg, + "Reassembled CAPWAP", frag_msg, &capwap_frag_items, NULL, tree); if (next_tvb == NULL) @@ -1465,7 +1465,7 @@ dissect_capwap_data(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree) fragment_more); next_tvb = process_reassembled_data(tvb, offset, pinfo, - "Reassembled CAPWAP Data", frag_msg, + "Reassembled CAPWAP", frag_msg, &capwap_frag_items, NULL, tree); if (next_tvb == NULL) @@ -2147,7 +2147,7 @@ proto_register_capwap_control(void) { "Reassembled in", "capwap.reassembled.in", FT_FRAMENUM, BASE_NONE, NULL, 0x00, NULL, HFILL } }, { &hf_msg_reassembled_length, - { "Reassembled length", "capwap.reassembled.length", FT_UINT32, BASE_DEC, + { "Reassembled CAPWAP length", "capwap.reassembled.length", FT_UINT32, BASE_DEC, NULL, 0x00, NULL, HFILL } } }; -- cgit v1.2.3