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] Improve wireshark to fault injection tool

From: Gerald Combs <gerald@xxxxxxxxxxxxx>
Date: Tue, 15 May 2007 08:33:31 -0700
bruno.mor@xxxxxxxxxxx wrote:
> Hello everybody,
> 
> I need to improve wireshark to a fault injection tool.
> 
> It's a fault communication injector that i need to create from the wireshark
> source.
> 
> To do this, i want to use the libnet librairie in order to make fault like :
>  - delay time fault
>  - ommision fault
>  - injection of code in packet
>  - duplicate a packet
>  - modification of the header of packet or data in the packet ...
> 
> I would like to inject fault in the WSP and WTP layer data in a first times
> and for more protocole after.
> 
> If some can help me, in thinks i need to change the file "capture.c" to
> inject fault.
> 
> Do you know work that seems to be equal ???

A Wi-Fi frame injection patch for Wireshark is available at
http://802.11ninja.net/lorcon/wiki/WiresharkWiFiInjection .  You might
be able to use it as a starting point for general fault injection.