aboutsummaryrefslogtreecommitdiffstats
path: root/packet-postgresql.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-02-19 08:53:07 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-02-19 08:53:07 +0000
commitfd73553237aa225455ec87c35344d9fae66c9ea8 (patch)
tree4dd28e3c9da48c0500b44ff3675372066fa060ba /packet-postgresql.c
parent99356ee168ab21c5b2c45f8cba1c8a4879cc9efd (diff)
Put in a comment with a URL for the protocol description.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10112 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-postgresql.c')
-rw-r--r--packet-postgresql.c9
1 files changed, 8 insertions, 1 deletions
diff --git a/packet-postgresql.c b/packet-postgresql.c
index 013811fc2d..2550651df7 100644
--- a/packet-postgresql.c
+++ b/packet-postgresql.c
@@ -3,7 +3,7 @@
*
* Copyright 2004, Edwin Calo <calo@fusemail.com>
*
- * $Id: packet-postgresql.c,v 1.4 2004/02/19 08:25:48 guy Exp $
+ * $Id: packet-postgresql.c,v 1.5 2004/02/19 08:53:07 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -46,6 +46,13 @@ static gint ett_postgresql = -1;
#define TCP_PORT_POSTGRESQL 5432
+/*
+ * For a protocol description, see:
+ *
+ * http://www.phpfreaks.com/postgresqlmanual/page/protocol-protocol.html
+ *
+ * and subsequent pages.
+ */
static void
dissect_postgresql (tvbuff_t * tvb, packet_info * pinfo, proto_tree * tree)