aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-xmpp-gtalk.c
AgeCommit message (Expand)AuthorFilesLines
2015-08-18Eliminate proto_tree_add_text from XMPP dissectors.Michael Mann1-3/+4
2014-12-25Deleting unnecessary #includes from dissectors.Martin Mathieson1-2/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-8/+5
2014-07-05convert to proto_tree_add_subtree[_format]Michael Mann1-42/+14
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-88/+88
2013-10-29From didier gautheron: remove redundant or use faster col_xxx functionsBill Meier1-6/+6
2013-07-01Define certain 'const char *...' arrays as static.Bill Meier1-1/+1
2013-03-19From beroset:Anders Broman1-1/+1
2012-12-26Fix a bunch of warnings.Guy Harris1-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-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2011-11-13Don't use generic shared function/typedef/struct names;Bill Meier1-159/+152
2011-11-12From Mariusz Okrój and Sebastien Vincent via https://bugs.wireshark.org/bugz...Alexis La Goutte1-0/+701