aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ucp.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2010-04-26 15:30:00 +0000
committerBill Meier <wmeier@newsguy.com>2010-04-26 15:30:00 +0000
commit21e8248a09e380340d8f4c8ec99020126a02a2c3 (patch)
treeb97efa038bd28fa9bc9f622ef3d393806442c288 /epan/dissectors/packet-ucp.c
parent7c6b3823a3300a005301568cdc1c71fe055775c8 (diff)
Remove some boilerplate text; Shorten a few long lines.
svn path=/trunk/; revision=32565
Diffstat (limited to 'epan/dissectors/packet-ucp.c')
-rw-r--r--epan/dissectors/packet-ucp.c14
1 files changed, 6 insertions, 8 deletions
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)
{