aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dnp.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-12-21 23:26:01 +0000
committerGuy Harris <guy@alum.mit.edu>2004-12-21 23:26:01 +0000
commit6270a8e27b46b2a1420c45008de99272059e4613 (patch)
tree675a23c246508e2e188824b9929064a15eba05fb /epan/dissectors/packet-dnp.c
parent7661effba512a2bb2b4cf08032c472f88abd2597 (diff)
Fix one comment, and put in another one giving a note about where you
can get the protocol specs. svn path=/trunk/; revision=12807
Diffstat (limited to 'epan/dissectors/packet-dnp.c')
-rw-r--r--epan/dissectors/packet-dnp.c12
1 files changed, 11 insertions, 1 deletions
diff --git a/epan/dissectors/packet-dnp.c b/epan/dissectors/packet-dnp.c
index eecd46cdc8..67dc4b2c0f 100644
--- a/epan/dissectors/packet-dnp.c
+++ b/epan/dissectors/packet-dnp.c
@@ -1,4 +1,4 @@
-/* packet-DNP3.c
+/* packet-dnp3.c
* Routines for DNP dissection
* Copyright 2003, Graham Bloice <graham.bloice@trihedral.com>
*
@@ -42,6 +42,16 @@
#include <epan/prefs.h>
#include "reassemble.h"
+/*
+ * See
+ *
+ * http://www.dnp.org/
+ *
+ * although note that you have to join the DNP organization to get to
+ * see the protocol specs online - otherwise, you have to buy a
+ * dead-tree version.
+ */
+
/* DNP 3.0 constants */
#define DNP_HDR_LEN 10
#define TCP_PORT_DNP 20000