in reply to Re: NetPacket IP Problems
in thread NetPacket IP Problems

Have you tried using Net::Packet::PPP to decode the PPP packet, to get at the encapsulated data ?

You can then analyze the payload of the PPP packet to get the IP packet.

     "How many times do I have to tell you again and again .. not to be repetitive?"

Replies are listed 'Best First'.
Re^3: NetPacket IP Problems
by Anonymous Monk on May 12, 2008 at 12:13 UTC
    Thanks NetWallah,

    I will give that a try at first opportunity.

    Regards,

    k_grdn