[Wireshark-dev] Contribute to project

2020-05-02 Thread Елисеев Дмитрий
Hello, I want to contribute to wireshark by updating Russian translation (it's a bit incomplete) and update wiki page about C37.118 protocol (https://wiki.wireshark.org/IEEE%20C37.118)/ How I can do it? PS. I find mistake at https://wiki.wireshark.org/Development/SubmittingPatches in Sample

Re: [Wireshark-dev] Trying to decode a TLS 1.3 with null cipher

2020-05-02 Thread Peter Wu
Hi Ahmed, On Fri, May 01, 2020 at 02:10:01PM -0700, Ahmed Elsherbiny wrote: > Hello, > > I've written a dissector for a custom protocol. The dissector works well, > and now I'm trying to run the protocol over TLS 1.3. > > The cipher suite being used is TLS_SHA256_SHA256 (Code: 0xC0B4). This is

Re: [Wireshark-dev] Trying to decode a TLS 1.3 with null cipher

2020-05-02 Thread Ahmed Elsherbiny
Wow this is great news, thank you Peter! Regards, Ahmed On Sat, May 2, 2020 at 10:21 AM Peter Wu wrote: > Hi Ahmed, > > On Fri, May 01, 2020 at 02:10:01PM -0700, Ahmed Elsherbiny wrote: > > Hello, > > > > I've written a dissector for a custom protocol. The dissector works well, > > and now I'm

Re: [Wireshark-dev] Contribute to project

2020-05-02 Thread Alexis La Goutte
Hi, for update wiki page, you need to create a account on wiki and ask for edit page. For translation, the translation is managed by Transifex, i see your ask to translate Russian, i have valid your account. Cheers On Sat, May 2, 2020 at 5:41 PM Елисеев Дмитрий wrote: > Hello, > > I want to

Re: [Wireshark-dev] Trying to decode a TLS 1.3 with null cipher

2020-05-02 Thread Peter Wu
Hi Ahmed, I have posted a patch at https://code.wireshark.org/review/37034 which should allow you to see the plaintext. However there is a big open question about the draft specification. Can you share some more details on your implementation, in particular which TLS library do you use? Without