http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=44088
User: eapache
Date: 2012/07/27 08:09 PM
Log:
Decode SSL streams in XMPP sessions. Fixes:
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.
Directory: /trunk/epan/dissectors/
Changes Path Action
+25 -2 packet-xmpp-core.c Modified
+24 -12 packet-xmpp-core.h Modified
+2 -0 packet-xmpp-utils.h Modified
+18 -7 packet-xmpp.c Modified