aboutsummaryrefslogtreecommitdiffstats
path: root/packet-postgresql.c
AgeCommit message (Collapse)AuthorFilesLines
2004-02-19Give the official URLs on www.postgresql.org for various versions of theGuy Harris1-3/+11
protocol. svn path=/trunk/; revision=10113
2004-02-19Put in a comment with a URL for the protocol description.Guy Harris1-1/+8
svn path=/trunk/; revision=10112
2004-02-19From Edwin Calo: fix a bug in the way the bitone is obtained.Guy Harris1-8/+8
Put the strings under the top-level protocol tree item. svn path=/trunk/; revision=10111
2004-02-18Use "tvb_get_string()" to get counted strings.Guy Harris1-7/+3
svn path=/trunk/; revision=10090
2004-02-17Bytes should be read with tvb_get_guint8 instead of _ntohs (spotted by Ulf ↵Jörg Mayer1-2/+2
Lamping) svn path=/trunk/; revision=10076
2004-02-16Edwin Calo: Extract strings from a postgres datastreamJörg Mayer1-0/+201
svn path=/trunk/; revision=10068