Fix one comment, and put in another one giving a note about where you

can get the protocol specs.

svn path=/trunk/; revision=12807
This commit is contained in:
Guy Harris 2004-12-21 23:26:01 +00:00
parent 7661effba5
commit 6270a8e27b
1 changed files with 11 additions and 1 deletions

View File

@ -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