aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-xmpp-utils.c
AgeCommit message (Collapse)AuthorFilesLines
2011-11-13Don't use generic shared function/typedef/struct names;wmeier1-143/+138
Remove unneeded #includes; Cleanup trailing whitespace. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39823 f5534014-38df-0310-8fa8-9805f1628bb7
2011-11-12Add a cast.etxrab1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39801 f5534014-38df-0310-8fa8-9805f1628bb7
2011-11-12From Mariusz Okrój and Sebastien Vincent via ↵alagoutte1-0/+1139
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 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39799 f5534014-38df-0310-8fa8-9805f1628bb7