aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pgsql.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...wmeier1-15/+15
2011-09-19Various Cleanups...wmeier1-111/+113
2011-09-16From Pierre-Marie de Rodat: PostgreSQL Startup message not properly supported...wmeier1-6/+12
2011-05-23Fix various benign cases of Coverity [UNUSED]: 996,995,956,936,899,1133,1000wmeier1-2/+2
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-4/+4
2010-05-13As suggested in http://www.wireshark.org/lists/wireshark-dev/200809/msg00075....morriss1-6/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-2/+2
2009-03-31#include reassemble.h not req'd; Also: move proto_register... & etc to be las...wmeier1-204/+205
2008-10-27Fix bug in each dissector: port pref change was ignored; Related: proto_reg_h...wmeier1-3/+12
2008-08-26#include <emem.h> not req'dwmeier1-1/+0
2008-05-14Fix some of the Errors/warnings detected by checkapi.wmeier1-8/+13
2007-10-23Apply the small performance enhancment patches for:etxrab1-1/+1
2006-10-31change the signature for the get_pdu_len() function pointer passed to tcp_dis...sahlberg1-2/+2
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-2/+2
2006-03-20waste a couple of bytes per tcp conversation and make the tree for acked_pack...sahlberg1-0/+1
2005-08-10tvb_get_stringz() to tvb_get_ephemeral_stringz() conversion.sahlberg1-37/+18
2005-06-26Get rid of the private "my_match_strval()" routine in many dissectors;guy1-86/+66
2005-06-26packet-pgsql.c(891) : warning C4090: 'return' : different 'const' qualifiersulfl1-3/+3
2005-03-09Updates from Abhijit Menon-Sen.guy1-25/+18
2005-03-06Handle the "32-bit length is > 2^31-1, so the protocol tree routinesguy1-5/+13
2005-02-09Move the following files from /trunk to /trunk/epan:lroland1-1/+1
2005-02-02From Jon Ringle:etxrab1-2/+2
2004-12-25Fix a core dump causing the buildbot test menagerie to fail. It was caused by...ulfl1-2/+4
2004-12-21Abhijit Menon-Sen:jmayer1-8/+15
2004-12-20Abhijit Menon-Sen: Postgres v3 supportjmayer1-0/+886