aboutsummaryrefslogtreecommitdiffstats
path: root/packet-postgresql.c
AgeCommit message (Collapse)AuthorFilesLines
2004-03-02Add a comment about PDU typesjmayer1-1/+10
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10274 f5534014-38df-0310-8fa8-9805f1628bb7
2004-02-19Give the official URLs on www.postgresql.org for various versions of theguy1-3/+11
protocol. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10113 f5534014-38df-0310-8fa8-9805f1628bb7
2004-02-19Put in a comment with a URL for the protocol description.guy1-1/+8
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10112 f5534014-38df-0310-8fa8-9805f1628bb7
2004-02-19From Edwin Calo: fix a bug in the way the bitone is obtained.guy1-8/+8
Put the strings under the top-level protocol tree item. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10111 f5534014-38df-0310-8fa8-9805f1628bb7
2004-02-18Use "tvb_get_string()" to get counted strings.guy1-7/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10090 f5534014-38df-0310-8fa8-9805f1628bb7
2004-02-17Bytes should be read with tvb_get_guint8 instead of _ntohs (spotted by Ulf ↵jmayer1-2/+2
Lamping) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10076 f5534014-38df-0310-8fa8-9805f1628bb7
2004-02-16Edwin Calo: Extract strings from a postgres datastreamjmayer1-0/+201
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10068 f5534014-38df-0310-8fa8-9805f1628bb7