diff options
author | Guy Harris <guy@alum.mit.edu> | 2004-12-21 23:26:01 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2004-12-21 23:26:01 +0000 |
commit | 6270a8e27b46b2a1420c45008de99272059e4613 (patch) | |
tree | 675a23c246508e2e188824b9929064a15eba05fb /epan | |
parent | 7661effba512a2bb2b4cf08032c472f88abd2597 (diff) | |
download | wireshark-6270a8e27b46b2a1420c45008de99272059e4613.tar.gz wireshark-6270a8e27b46b2a1420c45008de99272059e4613.tar.bz2 wireshark-6270a8e27b46b2a1420c45008de99272059e4613.zip |
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')
-rw-r--r-- | epan/dissectors/packet-dnp.c | 12 |
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 |