aboutsummaryrefslogtreecommitdiffstats
path: root/packet-postgresql.c
AgeCommit message (Expand)AuthorFilesLines
2004-03-02Add a comment about PDU typesjmayer1-1/+10
2004-02-19Give the official URLs on www.postgresql.org for various versions of theguy1-3/+11
2004-02-19Put in a comment with a URL for the protocol description.guy1-1/+8
2004-02-19From Edwin Calo: fix a bug in the way the bitone is obtained.guy1-8/+8
2004-02-18Use "tvb_get_string()" to get counted strings.guy1-7/+3
2004-02-17Bytes should be read with tvb_get_guint8 instead of _ntohs (spotted by Ulf La...jmayer1-2/+2
2004-02-16Edwin Calo: Extract strings from a postgres datastreamjmayer1-0/+201