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

Date: Mon, 23 Dec 2013 20:42:28 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=54418

User: alagoutte
Date: 2013/12/23 08:42 PM

Log:
 From Hauke Mehrtens via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9498
 
 ssl: move TLS ext dissect code to packet-ssl-utils.c
 
 This moves the code used to parse the TLS extension into packet-
 ssl-utils.c and adds an architecture that this code could be used by
 dtls in the next patch. This patch should not change anything in the
 functionality.
 
 Signed-off-by: Hauke Mehrtens <hauke@xxxxxxxxxx>

Directory: /trunk/epan/dissectors/
  Changes    Path                  Action
  +507 -0    packet-ssl-utils.c    Modified
  +335 -0    packet-ssl-utils.h    Modified
  +21 -803   packet-ssl.c          Modified