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 9498] DTLS: dissect more tls extensions

Date: Tue, 03 Dec 2013 13:28:43 +0000

Comment # 5 on bug 9498 from
(In reply to comment #4)
> (In reply to comment #3)
> > I tried to share more code between DTLS and SSL. I proposed a patch on the
> > mailing list some time ago:
> > https://www.wireshark.org/lists/wireshark-dev/201307/msg00013.html
> > 
> > The main concern was that dtls filters are starting with "dtls" and ssl
> > filters are starting with "ssl" and I do not know how to solve this issue.
> > 
> > Do you have a good idea how so solve this issue?
> 
> Yes i remember this topic.
> 
> The idea with be use tls.* is good but broke display filter.
> 
> I think, it is better to move dissect function to ssl-utils.c and pass in
> function parameter the hf field (hf_ssl_... or hf_dtls_...)

I thought about a struct with pointers to hf_dtls_.. which is tilled by
package-dtls.c and package-ssl.c with their own values. This way the dissector
code could be shared.

Would that be a valid way, then I will try to implement that in the evening.

Should I send it to the mailing list or attach it to this ticket?


You are receiving this mail because:
  • You are watching all bug changes.