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

Wireshark-bugs: [Wireshark-bugs] [Bug 3343] SSL decryption support for IPv6

Date: Sun, 29 Nov 2009 13:27:00 -0800 (PST)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3343

--- Comment #3 from Ivan Sy <ivan_jr@xxxxxxxxx> 2009-11-29 13:26:59 PST ---
Here's some of the list of possible things to expound this support.

TODOs (not part of the patch)
- test other protocols?
(list from: http://wiki.wireshark.org/SSL)
# 636 ldaps
# 989 ftps-data
# 990 ftps
# 992 telnets
# 993 imaps
# 994 ircs
# 995 pop3s
# 5061 sips 

- to support compressed ipv6 address string.
Question: do we have existing function? that uncompressed IPv6 addresses?

- nice to have: support for "any ipv4", "any ipv6" and "any" for both. 
Question: if Any IPv4 is represented like this:
char ip_addr_any[] = {0,0,0,0};

how is this represented in IPv6?  I suppose that would be ::

- i think its also best to trim out the ipv6 address from "[]" and (double
quotes)
Question: need more tips :)

- replace sscanf (if possible)
see line#72 of the attached patch, im quite sure there's a more elegant way to
do this..

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.