aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ccsds.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2009-01-20 03:53:40 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2009-01-20 03:53:40 +0000
commit19f2ab2cc7ca9235cfcd79dc8b2a34f5c8b3b9d0 (patch)
tree70c65135ec0c31e92400b09cc1066abcf2b497ea /epan/dissectors/packet-ccsds.c
parent63cd0f498c2139da3e37f4fa28fbf5d3ad239aa1 (diff)
http://stationpayloads.jsc.nasa.gov/J-reference/documents/ssp57002B.pdf
is a dead link; supply another link, to a document that describes *some* of this. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27273 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-ccsds.c')
-rw-r--r--epan/dissectors/packet-ccsds.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/epan/dissectors/packet-ccsds.c b/epan/dissectors/packet-ccsds.c
index e98e75b963..428ada6f15 100644
--- a/epan/dissectors/packet-ccsds.c
+++ b/epan/dissectors/packet-ccsds.c
@@ -38,7 +38,9 @@
/*
* See
*
- * http://stationpayloads.jsc.nasa.gov/J-reference/documents/ssp57002B.pdf
+ * http://public.ccsds.org/publications/archive/133x0b1.pdf section 4.1
+ *
+ * for some information.
*/
/* Initialize the protocol and registered fields */
@@ -149,7 +151,6 @@ void
proto_register_ccsds(void)
{
-/* Setup list of header fields See Section 1.6.1 for details*/
static hf_register_info hf[] = {
{ &hf_ccsds_version,
{ "version", "ccsds.version",