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