aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pgsql.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-26GSSAPI: Avoid dissecting checksum in signed-only KRB_TOKEN_CFX_WRAPJohn Thacker1-9/+17
2024-02-25Fix lots of spellingsMartin Mathieson1-1/+1
2023-11-20Remove init of proto variablesStig Bjørlykke1-64/+64
2023-10-25pgsql: backend msg parse failAlexander Basargin1-0/+1
2023-06-21pgsql: Parse GSS-API and SSPI reply messagesJohn Thacker1-2/+27
2023-05-20pgsql: Implement GSS-API session encryptionJohn Thacker1-4/+105
2023-04-26pgsql: Move state transitions to a treeJohn Thacker1-34/+146
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