Wireshark-commits: [Wireshark-commits] rev 36875: /trunk/epan/ /trunk/epan/dissectors/: packet-dtls

Date: Tue, 26 Apr 2011 21:59:14 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=36875

User: gerald
Date: 2011/04/26 02:59 PM

Log:
 From Ivan Sy via bug 3343:
 
 - Support for DTLS and SSL RSA keys list using User Accessible Table
 - Support for IPv6 SSL as posted by bug#3343 comment#1
 - 'any' and 'anyipv4' for IPv4 wildcard
 - 'anyipv6' for IPv6 wildcard
 - UAT fields validation.
 
 
 From me:
 
 - Update paramaters to match UAT API changes.
 - Change the UAT filename.
 - Fix buffer overflow for IPv6 addresses.
 - Allow the use of hostnames along with numeric addresses.
 - Don't convert strings to addresses twice.
 - Don't use the same variable name for different data types.
 - Make "any" mean "any IPv4 or any IPv6".
 - Bend the concept of obsolete preferences slightly so that we can convert
   and old-style key list to a UAT.
 - Clean up whitespace.
 - Don't point to a User's Guide section for now; it may make more sense to
   keep using the wiki page.
   
 SSL dissector changes have been tested. DTLS dissector changes have not.

Directory: /trunk/epan/dissectors/
  Changes    Path                  Action
  +128 -10   packet-dtls.c         Modified
  +184 -129  packet-ssl-utils.c    Modified
  +31 -3     packet-ssl-utils.h    Modified
  +161 -59   packet-ssl.c          Modified

Directory: /trunk/epan/
  Changes    Path          Action
  +25 -0     prefs.c       Modified
  +10 -0     prefs.h       Modified