aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-xmpp.c
AgeCommit message (Collapse)AuthorFilesLines
2011-11-13Don't use generic shared function/typedef/struct names;wmeier1-18/+15
Remove unneeded #includes; Cleanup trailing whitespace. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39823 f5534014-38df-0310-8fa8-9805f1628bb7
2011-11-12From Mariusz Okrój and Sebastien Vincent via ↵alagoutte1-97/+1388
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
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-2/+2
Also: remove trailing whitespace for a number of files. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39503 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-06Rename Jabber -> XMPPetxrab1-0/+140
Ref http://xmpp.org/ https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5992 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38890 f5534014-38df-0310-8fa8-9805f1628bb7