aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pgsql.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-11pgsql: Avoid crash on non-ASCII invalid type bytesJohn Thacker1-1/+1
2022-08-09Use `register_dissector()` for more protocolsDavid Perry1-2/+1
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-17/+17
2021-07-29Change some `wmem_packet_scope()` to `pinfo->pool`David Perry1-8/+8
2019-12-22pgsql: add GSS Encode Request messageTom Nisbet1-0/+2
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-1/+1
2019-01-06pgsql: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
2018-11-21PGSQL: Enhance protocol version handlingUli Heilmeier1-0/+43
2018-11-21PGSQL: Dissect SASL authUli Heilmeier1-27/+133
2018-09-25Rename packet-ssl* to packet-tls*Gerald Combs1-1/+1
2018-09-13Start renaming SSL to TLS.Gerald Combs1-3/+3
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-04-19pqsql: add salt for GSSAPIAlexis La Goutte1-0/+2
2017-04-19pgsql: Add missing authentication typesChristian Ullrich1-0/+6
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-22/+4
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-02-09pgsql,imap: add STARTTLS supportPeter Wu1-11/+48
2015-01-27Lua: Expose tcp_dissect_pdus() to LuaHadriel Kaplan1-1/+1
2014-12-23Deleting unnecessary #includes from dissectors.Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-1/+0
2014-12-13Use ENC_BIG_ENDIAN when fetching FT_U?INT8 fields ...Bill Meier1-1/+1
2014-09-29Add editor modelines; fix indentation as needed.Bill Meier1-1/+12
2014-09-06Eliminate proto_tree_add_text from some of the dissectors.Michael Mann1-26/+17
2014-07-05convert to proto_tree_add_subtree[_format]Michael Mann1-14/+7
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-2/+2
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-2/+2
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-4/+4
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-14Fix some trivial warnings.Jakub Zawadzki1-3/+2
2013-11-19From Glen Parker via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9449Alexis La Goutte1-10/+52
2013-11-09Add data parameter to tcp_dissect_pdus() as well as convert it to using "new"...Michael Mann1-126/+120
2013-09-22More emem -> wmem conversion:Pascal Quantin1-4/+4
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-9/+6
2013-06-14Removed check_col() and the occasional tree.Michael Mann1-2/+1
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-2/+2
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-06-04Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-15/+15
2011-09-19Various Cleanups...Bill Meier1-111/+113
2011-09-16From Pierre-Marie de Rodat: PostgreSQL Startup message not properly supported...Bill Meier1-6/+12
2011-05-23Fix various benign cases of Coverity [UNUSED]: 996,995,956,936,899,1133,1000Bill Meier1-2/+2
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-4/+4
2010-05-13As suggested in http://www.wireshark.org/lists/wireshark-dev/200809/msg00075....Jeff Morriss1-6/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-2/+2
2009-03-31#include reassemble.h not req'd; Also: move proto_register... & etc to be las...Bill Meier1-204/+205
2008-10-27Fix bug in each dissector: port pref change was ignored; Related: proto_reg_h...Bill Meier1-3/+12
2008-08-26#include <emem.h> not req'dBill Meier1-1/+0