in reply to Re: Modification of packet content over a trace
in thread Modification of packet content over a trace

Is there a way to do it? Documentation says that encoding eth packets is not implemented:

$eth_pkt = NetPacket::Ethernet->encode(params...);   # Not implemented

Replies are listed 'Best First'.
Re^3: Modification of packet content over a trace
by Anonymous Monk on Jun 25, 2008 at 10:07 UTC
      Hmmm... thanks for this extremely helpfull advice :P Problem is solved. It is enough to put just one line of code in a correct place in tcpdump :)

      cheers Marcin