From 21e8248a09e380340d8f4c8ec99020126a02a2c3 Mon Sep 17 00:00:00 2001 From: Bill Meier Date: Mon, 26 Apr 2010 15:30:00 +0000 Subject: Remove some boilerplate text; Shorten a few long lines. svn path=/trunk/; revision=32565 --- epan/dissectors/packet-ucp.c | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'epan/dissectors/packet-ucp.c') diff --git a/epan/dissectors/packet-ucp.c b/epan/dissectors/packet-ucp.c index 49c94201de..f0abaf357e 100644 --- a/epan/dissectors/packet-ucp.c +++ b/epan/dissectors/packet-ucp.c @@ -1959,7 +1959,7 @@ dissect_ucp_common(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree) break; } } - + /* Queue packet for Tap */ tap_queue_packet(ucp_tap, pinfo, tap_rec); @@ -2725,17 +2725,15 @@ proto_register_ucp(void) ucp_module = prefs_register_protocol(proto_ucp, NULL); prefs_register_bool_preference(ucp_module, "desegment_ucp_messages", "Reassemble UCP messages spanning multiple TCP segments", - "Whether the UCP dissector should reassemble messages spanning multiple TCP segments." - " To use this option, you must also enable \"Allow subdissectors to reassemble TCP streams\" in the TCP protocol settings.", + "Whether the UCP dissector should reassemble messages spanning" + " multiple TCP segments." + " To use this option, you must also enable " + "\"Allow subdissectors to reassemble TCP streams\" in the " + "TCP protocol settings.", &ucp_desegment); } -/* - * If dissector uses sub-dissector registration add a registration routine. - * This format is required because a script is used to find these routines and - * create the code that calls these routines. - */ void proto_reg_handoff_ucp(void) { -- cgit v1.2.3