aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-xmpp-utils.h
AgeCommit message (Collapse)AuthorFilesLines
2012-07-28Decode SSL streams in XMPP sessions. Fixes:Evan Huus1-0/+2
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3177 The logic is rather conservative for now, but I imagine false negatives are better than false positives for this sort of thing. svn path=/trunk/; revision=44088
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
(COPYING will be updated in next commit) svn path=/trunk/; revision=43536
2012-06-04Revert previous change as it did not compile.Anders Broman1-1/+1
svn path=/trunk/; revision=43062
2012-06-04Try to get rid of a couple of warnings.Anders Broman1-1/+1
svn path=/trunk/; revision=43061
2011-11-16Move FI_RESET_FLAG and PROTO_ITEM_SET_VISIBLE macros to proto.h and fix the ↵Chris Maynard1-12/+0
FI_RESET_FLAG macro, being sure to use the 1's complement operator, '~', instead of the logical negation operator, '!'. (Fixes Coverity CID 1326). svn path=/trunk/; revision=39888
2011-11-13Don't use generic shared function/typedef/struct names;Bill Meier1-72/+72
Remove unneeded #includes; Cleanup trailing whitespace. svn path=/trunk/; revision=39823
2011-11-12From Mariusz Okrój and Sebastien Vincent via ↵Alexis La Goutte1-0/+287
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6225 Enhance XMPP Dissector XMPP is communication protocol that is based on XML. Existing Jabber dissector has only few filtering possibilities and displays packets in inconvenient way. This dissector is a result of cooperation with Jitsi community as Google Summer of Code project (http://www.jitsi.org/index.php/GSOC2011/XmppWireshark). From me : Add Mariusz Okrój in AUTHORS File Add Modelines information svn path=/trunk/; revision=39799