in reply to Modification of packet content over a trace

Try Net::Packet
  • Comment on Re: Modification of packet content over a trace

Replies are listed 'Best First'.
Re^2: Modification of packet content over a trace
by Anonymous Monk on Jun 25, 2008 at 09:01 UTC
    Is there a way to do it? Documentation says that encoding eth packets is not implemented:

    $eth_pkt = NetPacket::Ethernet->encode(params...);   # Not implemented
        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