CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: kenaneo

Search: Search took 0.03 seconds.

  1. Replies
    2
    Views
    759

    Re: Get handle of process that created....

    is it even possible?
  2. Replies
    2
    Views
    759

    Get handle of process that created....

    How to get handle of process that created mutex or event?
  3. Replies
    5
    Views
    10,058

    Re: WinPCap packet sending

    YESS!!!!

    I fixed the problem!!!
    I just added Ethernet header with my mac addres and type of 0x0800 and destination mac filled with -1 (broadcast?! - ff ff ff ff ff ff)!!
    I was able to capture...
  4. Replies
    5
    Views
    10,058

    WinPCap packet sending

    Hi I have a problem with winpcap while sending ICMP (ping) packet..
    heres the code...


    .....
    #pragma pack(push, 1)
    struct IP_HEADER
    {
    unsigned char ip_ver_ihl;
    unsigned char ip_tos;
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured