aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-xmpp.c
AgeCommit message (Expand)AuthorFilesLines
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