aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-xmpp.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-29Change some `wmem_packet_scope()` to `pinfo->pool`David Perry1-1/+1
2021-01-27Next batch of unused globals.Martin Mathieson1-11/+11
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-1/+1
2016-08-28xmpp: Improve stanza reassembly.Stig Bjørlykke1-5/+7
2016-08-25xmpp: Add whitespace keepalive indicationStig Bjørlykke1-3/+8
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-1/+1
2016-01-25Move the proto data stuff out of frame_data.[ch].Guy Harris1-0/+1
2016-01-08Fix a lot of typos and misspellingsmoshekaplan1-6/+6
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-24Convert XMPP dissector to "new style".Michael Mann1-8/+9
2015-08-18Eliminate proto_tree_add_text from XMPP dissectors.Michael Mann1-1/+60
2015-02-09Fix STARTTLS handling in various dissectorsPeter Wu1-25/+1
2014-12-25Deleting unnecessary #includes from dissectors.Martin Mathieson1-4/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-9/+5
2014-11-26XML: pass XML structure to caller through p_(add|get)_proto_data functionsPascal Quantin1-4/+6
2014-11-22Use dissector data to "return" XML data to XMPP dissector.Michael Mann1-3/+5
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-10- Forward declaration of register functions.Anders Broman1-0/+3
2013-10-29From didier gautheron: remove redundant or use faster col_xxx functionsBill Meier1-2/+1
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-1/+1
2013-08-25Convert XMPP dissector suite to wmem.Evan Huus1-6/+6
2013-08-23Batch of filterable expert infos.Michael Mann1-22/+25
2013-08-05Keep result of [new_]register_dissector in some dissectors.Jakub Zawadzki1-7/+6
2013-06-30From David Richards via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8...Jeff Morriss1-4/+18
2013-05-28Batch of filterable expert infos. This (mostly) completes the non-ASN.1 list...Michael Mann1-53/+61
2013-03-19From beroset:Anders Broman1-2/+2
2013-02-22No need for static dissector_handle_t.Jakub Zawadzki1-3/+1
2012-12-05Fix numerous instances of a variable/parameter name "shadowing" a library fun...Bill Meier1-8/+8
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-7/+18
2012-07-22The XMPP dissector was allocating a new parser for every packet and neverEvan Huus1-0/+2
2012-07-16proto_tree_add_boolean() takes value not ENC_ flag.Jakub Zawadzki1-2/+2
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-21From Michael Mann:Anders Broman1-0/+8
2012-01-14check_col() not req'd and other minor cleanups ....Bill Meier1-754/+752
2011-11-13Don't use generic shared function/typedef/struct names;Bill Meier1-18/+15
2011-11-12From Mariusz Okrój and Sebastien Vincent via https://bugs.wireshark.org/bugz...Alexis La Goutte1-97/+1388
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-2/+2
2011-09-06Rename Jabber -> XMPPAnders Broman1-0/+140