aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-xmpp-core.c
AgeCommit message (Expand)AuthorFilesLines
2018-09-25Rename packet-ssl* to packet-tls*Gerald Combs1-1/+1
2018-09-13Start renaming SSL to TLS.Gerald Combs1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-4/+4
2015-08-18Eliminate proto_tree_add_text from XMPP dissectors.Michael Mann1-3/+4
2015-02-09Fix STARTTLS handling in various dissectorsPeter Wu1-5/+7
2014-12-25Deleting unnecessary #includes from dissectors.Martin Mathieson1-5/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-16/+10
2014-07-05convert to proto_tree_add_subtree[_format]Michael Mann1-3/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-14xmpp_attr_info, xmpp_attr_info_ext: Pass pointer to hfJakub Zawadzki1-47/+47
2013-10-29From didier gautheron: remove redundant or use faster col_xxx functionsBill Meier1-5/+2
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-3/+3
2013-08-25Convert XMPP dissector suite to wmem.Evan Huus1-10/+10
2013-08-23Batch of filterable expert infos.Michael Mann1-11/+8
2013-07-01Define certain 'const char *...' arrays as static.Bill Meier1-4/+4
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-4/+2
2013-03-19From beroset:Anders Broman1-7/+7
2012-12-26Fix a bunch of warnings.Guy Harris1-9/+9
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-07-28Decode SSL streams in XMPP sessions. Fixes:Evan Huus1-2/+25
2012-07-22The XMPP dissector was allocating a new parser for every packet and neverEvan Huus1-18/+33
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-01-14check_col() not req'd and other minor cleanups ....Bill Meier1-43/+31
2011-11-13Don't use generic shared function/typedef/struct names;Bill Meier1-153/+147
2011-11-12From Mariusz Okrój and Sebastien Vincent via https://bugs.wireshark.org/bugz...Alexis La Goutte1-0/+755