Wireshark-commits: [Wireshark-commits] rev 39066: / /trunk/asn1/: Makefile.am /trunk/epan/dissector
Date: Wed, 21 Sep 2011 07:35:52 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=39066

User: gal
Date: 2011/09/21 12:35 AM

Log:
 Basic RDP dissection, which can dissect the connection sequence. 
 A work in progress.
 Can be used with the SSL dissector to decrypt Enhanced RDP Security SSL.
 With Standard RDP Security (e.g those on Wiki), the PDUs are all encrypted 
 after the SecurityExchange PDU.
 Wiki to be updated with an example SSL protected capture and associated
 key material.

Directory: /trunk/asn1/
  Changes    Path           Action
  +1 -0      Makefile.am    Modified

Directory: /trunk/epan/dissectors/
  Changes    Path               Action
  +4 -0      Makefile.common    Modified
  +2848 -0   packet-rdp.c       Added
  +40 -0     packet-rdp.h       Added
  +10 -1     packet-ses.c       Modified
  +7926 -0   packet-t124.c      Added
  +59 -0     packet-t124.h      Added
  +127 -32   packet-t125.c      Modified
  +1 -19     packet-tpkt.c      Modified

Directory: /trunk/epan/
  Changes    Path              Action
  +2 -0      CMakeLists.txt    Modified


(11 files not shown)