http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=39799
User: alagoutte
Date: 2011/11/12 02:51 AM
Log:
From Mariusz Okrój and Sebastien Vincent via 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
Directory: /trunk/epan/dissectors/
Changes Path Action
+13 -0 Makefile.common Modified
+293 -0 packet-xmpp-conference.c Added
+33 -0 packet-xmpp-conference.h Added
+755 -0 packet-xmpp-core.c Added
+43 -0 packet-xmpp-core.h Added
+701 -0 packet-xmpp-gtalk.c Added
+40 -0 packet-xmpp-gtalk.h Added
+952 -0 packet-xmpp-jingle.c Added
+34 -0 packet-xmpp-jingle.h Added
+1357 -0 packet-xmpp-other.c Added
+68 -0 packet-xmpp-other.h Added
(6 files not shown)