Ethereal-dev: Re: [Ethereal-dev] New postgresql dissector

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <gharris@xxxxxxxxx>
Date: Thu, 19 Feb 2004 00:59:11 -0800
On Thu, Feb 19, 2004 at 12:52:00AM -0800, Guy Harris wrote:
> Unfortunately, from the PostgreSQL protocol description at
> 
> 	http://www.phpfreaks.com/postgresqlmanual/page/protocol-protocol.html

The official descriptions are at

	http://www.postgresql.org/docs/7.4/interactive/protocol.html

for version 3.0 of the protocol,

	http://www.postgresql.org/docs/7.3/interactive/protocol.html

for version 2.0, and

	http://www.postgresql.org/docs/6.3/interactive/c50.htm

for version 1.0.  I didn't check whether you'd need to know the protocol
version in order to dissect the traffic; if you do, it might be possible
to use some heuristics, and, if that's not possible, you might need a
preference setting in some cases, as there's no guarantee that a capture
will include the startup packets that give version numbers.