CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    May 1999
    Posts
    60

    How to get tcp/ip haeder info on windowsnt network

    How to get tcp/ip haeder info on windowsnt network


  2. #2
    Join Date
    May 1999
    Location
    Shanghai,China
    Posts
    3

    Re: How to get tcp/ip haeder info on windowsnt network

    You should create a raw socket to receive the ip packet. Then cast the ip header into you predefined ip header structure. If you wanna detail info. please give me a email.


  3. #3
    Guest

    Re: How to get tcp/ip haeder info on windowsnt network

    say me your e-mail address

    please


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