aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2010-04-25 17:34:32 +0000
committerBill Meier <wmeier@newsguy.com>2010-04-25 17:34:32 +0000
commit085dd46d5cfc8eeca38c8801935314747b8f2cf7 (patch)
tree569bf05128c1a25c079d52c5a1bbeeeb86f9785f /epan/dissectors
parent91fbad3e0d5dc5f979c1f067f36aba0901774d4a (diff)
Slightly reword the preference text about CCSDS packets.
svn path=/trunk/; revision=32558
Diffstat (limited to 'epan/dissectors')
-rw-r--r--epan/dissectors/packet-eth.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/epan/dissectors/packet-eth.c b/epan/dissectors/packet-eth.c
index 80848fe131..4ebd848d7b 100644
--- a/epan/dissectors/packet-eth.c
+++ b/epan/dissectors/packet-eth.c
@@ -609,9 +609,10 @@ proto_register_eth(void)
&eth_interpret_as_fw1_monitor);
prefs_register_static_text_preference(eth_module, "ccsds_heuristic",
- "These are the conditions to match a payload against in order to determine\n"
- "if this is a CCSDS packet within an 802.3 packet. If none is checked a packet\n"
- "is never considered to be a CCSDS packet.",
+ "These are the conditions to match a payload against in order to determine if this\n"
+ "is a CCSDS (Consultative Committee for Space Data Systems) packet within\n"
+ "an 802.3 packet. A packet is considered as a possible CCSDS packet only if\n"
+ "one or more of the conditions are checked.",
"Describe the conditions that must be true for the CCSDS dissector to be called");
prefs_register_bool_preference(eth_module, "ccsds_heuristic_length",