Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Ethereal-users: Re: [Ethereal-users] how to edit packet and send packet to net with ethereal ?

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <gharris@xxxxxxxxx>
Date: Wed, 27 Jul 2005 10:01:54 -0700
The way you do that is

	1) get the Ethereal source;

2) add to it the capability of doing so (use "pcap_sendpacket()" to do the sending - that requires libpcap 0.9.x on UN*X);

	3) recompile Ethereal with the new code;

	4) use it.

I.e., Ethereal doesn't have that capability, so you'd have to add it.