Comment # 6
on bug 9498
from Alexis La Goutte
(In reply to comment #5)
> (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?
In this ticket ! (don't lost the work...)
You are receiving this mail because:
- You are watching all bug changes.