CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 2003
    Location
    USA
    Posts
    24

    plz plz plz plzhelp me(its urgent)

    I am using the winpcap library to send the arp and icmp echo packets. I am setting the appropraite attributes for the packets. The packets do reach their destination but the reply like icmp echo reply and rarp packet are not generated form the destination,
    plz if you can help me or refer any website of winpcap telling me the proper attributes for sending or detect the problem or can send me any code.
    Knowledge is Power

  2. #2
    Join Date
    Apr 2003
    Location
    Morelia, Mexico
    Posts
    40
    If the other peer is receiving the packets, then we have two possibilities:

    - The other peer is not sending a response, firewalls tend to ignore incoming ICMP packets.

    - You are not receiving the packets because you could be retrieving them wrong from the buffer.

    Are you trying to do ARP to a puter in another network? (aka trying to route ARP, big mistake).
    int i;main(){for(;i["]<i;++i){--i;}"];read('-'-'-',i+++"hell\
    o, world!\n",'/'/'/'));}read(j,i,p){write(j/p+p,i---j,i/i);}

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured