aboutsummaryrefslogtreecommitdiffstats
path: root/packet-postgresql.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-02-19 08:56:50 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-02-19 08:56:50 +0000
commit48a933e9f9a689f0fade993be1ee4af25968ef3f (patch)
tree3722572af721bc9bd76a89092b56c7a395e4b146 /packet-postgresql.c
parentfd73553237aa225455ec87c35344d9fae66c9ea8 (diff)
Give the official URLs on www.postgresql.org for various versions of the
protocol. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10113 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-postgresql.c')
-rw-r--r--packet-postgresql.c14
1 files changed, 11 insertions, 3 deletions
diff --git a/packet-postgresql.c b/packet-postgresql.c
index 2550651df7..b3af5f3062 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.5 2004/02/19 08:53:07 guy Exp $
+ * $Id: packet-postgresql.c,v 1.6 2004/02/19 08:56:50 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -49,9 +49,17 @@ static gint ett_postgresql = -1;
/*
* For a protocol description, see:
*
- * http://www.phpfreaks.com/postgresqlmanual/page/protocol-protocol.html
+ * http://www.postgresql.org/docs/7.4/interactive/protocol.html
*
- * and subsequent pages.
+ * for version 3.0 of the protocol and
+ *
+ * http://www.postgresql.org/docs/7.3/interactive/protocol.html
+ *
+ * for version 2.0 of the protocol and
+ *
+ * http://www.postgresql.org/docs/6.3/interactive/c50.htm
+ *
+ * for version 1.0 of the protocol.
*/
static void