Search:

Type: Posts; User: ew16301

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    3,954

    Raw Sockets, Filter Packets?

    Im using raw sockets to capture all the packets going over my network. Now is there a way I can block or filter the packets so they dont come through or are received by any applications? Thanks in...
  2. Thread: Htons?

    by ew16301
    Replies
    3
    Views
    1,887

    I see, could you possibly help with this problem?...

    I see, could you possibly help with this problem?

    http://cboard.cprogramming.com/showthread.php?t=63162
  3. Replies
    2
    Views
    1,277

    Type Conversions

    Im pulling in data through a winsock. The data im pulling in in of type Unsigned Char , Ive see an example that uses the following to displayed the data correctly


    ...
  4. Thread: TCP/IP Flags

    by ew16301
    Replies
    2
    Views
    3,425

    TCP/IP Flags

    Would anyone happen to know the values for All TCP/IP flags? (128,256...etc) Thanks.
  5. Thread: Htons?

    by ew16301
    Replies
    3
    Views
    1,887

    Htons?

    Should htons be used on all data recieved by a winsock?
  6. Replies
    3
    Views
    4,925

    If your refering to MSDN, a little further down...

    If your refering to MSDN, a little further down in the documentation it states that those 3 parameters are vaild for winsock V 1.1 but many more are supported in 2.0, which can be found in the...
  7. Replies
    3
    Views
    4,925

    Help with ioctlsocket

    I get error 10022 Invalid argument after calling ioctlsocket, any ideas why? Here is the code.



    unsigned long ulMode = 1;
    WSADATA wsaSock;
    SOCKET mySocket;

    ...
  8. Replies
    4
    Views
    1,202

    here is an example // Set the size of...

    here is an example



    // Set the size of the structure before using it.
    pe32.dwSize = sizeof( PROCESSENTRY32 );

    // Retrieve information about the first process,
    // and exit if...
  9. Replies
    4
    Views
    1,202

    Comparing String Question

    Sorry if I sound like an idoit, but when I call a function that puts information into a buffer, such as Process32First, Why is it that when I compare it somthing like "Explorer.exe" it doesnt work?...
  10. Replies
    1
    Views
    945

    Programming with API?

    I was wondering if there is any good tutorials for programming in API? Or how to get started? Ive programmed with API for VB for a few years and its quite a bit different in C++. So im looking on how...
Results 1 to 10 of 10