aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-xmpp-utils.c
AgeCommit message (Expand)AuthorFilesLines
2016-08-25xmpp/xml: Store item length in xml_frame.Stig Bjørlykke1-14/+3
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-2/+2
2016-01-21XMPP utils: Don't cast away constness [-Wcast-qual]João Valverde1-2/+2
2016-01-20Fix constnessJoão Valverde1-3/+3
2016-01-08Fix a lot of typos and misspellingsmoshekaplan1-2/+2
2015-08-18Eliminate proto_tree_add_text from XMPP dissectors.Michael Mann1-7/+10
2014-12-25Deleting unnecessary #includes from dissectors.Martin Mathieson1-3/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-7/+4
2014-11-25Eliminate proto_tree_add_text from some dissectors.Michael Mann1-1/+1
2014-07-05convert to proto_tree_add_subtree[_format]Michael Mann1-2/+3
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-3/+3
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-14Fix some warningsJakub Zawadzki1-2/+2
2013-12-14xmpp_attr_info, xmpp_attr_info_ext: Pass pointer to hfJakub Zawadzki1-8/+8
2013-11-21Remove one accidentally remaining reference to emem in XMPP utils.Evan Huus1-6/+6
2013-09-22emem -> wmem conversion:Pascal Quantin1-3/+3
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-5/+5
2013-08-25Convert XMPP dissector suite to wmem.Evan Huus1-34/+34
2013-08-23Batch of filterable expert infos.Michael Mann1-25/+6
2013-03-02From beroset:Anders Broman1-57/+46
2012-12-26Fix a bunch of warnings.Guy Harris1-13/+13
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-07-22The XMPP dissector was allocating a new parser for every packet and neverEvan Huus1-7/+2
2012-07-21Don't throw an assertion if we can't find certain XMPP attributes whenEvan Huus1-10/+20
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2011-11-13Don't use generic shared function/typedef/struct names;Bill Meier1-143/+138
2011-11-12Add a cast.Anders Broman1-1/+1
2011-11-12From Mariusz Okrój and Sebastien Vincent via https://bugs.wireshark.org/bugz...Alexis La Goutte1-0/+1139