aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-eth.c
diff options
context:
space:
mode:
authorwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2010-04-25 17:34:32 +0000
committerwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2010-04-25 17:34:32 +0000
commit0fe83cc2cb32088f6dfe222a8c330c93ce1c679f (patch)
tree569bf05128c1a25c079d52c5a1bbeeeb86f9785f /epan/dissectors/packet-eth.c
parent78ade686ee0f78367bf6c99d7d613f0064a4f174 (diff)
Slightly reword the preference text about CCSDS packets.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32558 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-eth.c')
-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",