ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-dev: Re: [Wireshark-dev] custom decryption function

From: didier <dgautheron@xxxxxxxx>
Date: Thu, 06 Aug 2009 01:24:49 +0200
Hi,
Le mercredi 05 aoᅵt 2009 ᅵ 15:27 -0400, Travis Tyler a ᅵcrit :
> Hello,
>     I have recently written my first custom wireshark dissector.  I
> now successfully have wireshark separating the headers and such from
> the payload.  I now need to find a way to take the payload from each
> packet and decrypt it using a custom function.  I am trying to watch a
> conversation between two computers take place that is encrypted using
> a very specific encryption algorithm.  I assume this has been done
> before...Can someone help point me in the right direction?
Look at packet-ieee80211.c
search for try_decrypt_wep and add_new_data_source


Didier