Search:

Type: Posts; User: Kennedy

Search: Search took 0.02 seconds.

  1. Replies
    15
    Views
    16,273

    Your English is not that good, or you just don't...

    Your English is not that good, or you just don't know how to express yourself. The bottom line is it is NOT clear what you are asking for.

    If you need to get all network packets, you don't have...
  2. Replies
    15
    Views
    16,273

    EDIT: What do you mean you have to use a program...

    EDIT: What do you mean you have to use a program to do that???? ifconfig IS a program.



    fd = socket(AF_INET, SOCK_DGRAM, 0);
    strcpy(ifr.ifr_name, devname);
    ...
  3. Replies
    15
    Views
    16,273

    Translating. . . Easy, at the command prompt...

    Translating. . .

    Easy, at the command prompt type:
    ifconfigIn windows you can do about the same thing from the cmd prompt (Start->run-> Then type cmd and click okay)
    ipconfig /all

    If this...
Results 1 to 3 of 3