This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

Protocol preference for DTLS

0

Hi: I built wireshark 1.12.5 from source on my ubuntu Linux, trying to use the DTLS decryption function. From "Enabled Protocol" i can see DTLS is enabled, but in the protocol preference tab, i don't see "DTLS", and right click on a captured DTLS packet, the "protocol preference" menu is grayed out. The downloaded windows version 1.12.5 works fine though. Unfortunately i have to use Linux to capture packets. Any idea why i can't set DTLS protocol preferences?

Thanks lei

asked 18 Jun '15, 13:11

Lei%20Sun's gravatar image

Lei Sun
1222
accept rate: 0%


One Answer:

0

Ensure to install libgcrypt and libgnutls development packages and recompile Wireshark.

answered 18 Jun '15, 13:36

Pascal%20Quantin's gravatar image

Pascal Quantin
5.5k1060
accept rate: 30%

Thanks for your answer, i will try that. Meanwhile, How do I perform decrypt after capturing packet? my DTLS is pre-shared-key, and i put the psk in the protocol preference of the wireshark, but the packet still show as "encryped application data".

Thanks Lei

(18 Jun '15, 14:52) Lei Sun