Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 44088: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Sat, 28 Jul 2012 03:09:46 GMT
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