Search:

Type: Posts; User: hacinn

Search: Search took 0.00 seconds.

  1. Thread: c compiler help

    by hacinn
    Replies
    5
    Views
    1,065

    Eclipse run in the Mac OS X too.

    Eclipse run in the Mac OS X too.
  2. Thread: c compiler help

    by hacinn
    Replies
    5
    Views
    1,065

    For windows: - dev-c++ www.bloodshed.net/dev/...

    For windows:
    - dev-c++ www.bloodshed.net/dev/
    - eclipse (CDT) www.eclipse.org/cdt

    For Linux:
    - gcc
  3. Replies
    5
    Views
    10,106

    Thanks by help, and how can I get information...

    Thanks by help, and how can I get information like protocol type (ARP, IP), IP destination and source address and port, TCP and UDP headers informations.

    My goal is make a sniffer and I am using...
  4. Replies
    5
    Views
    10,106

    Thanks by help, but I didn't find in this files,...

    Thanks by help, but I didn't find in this files, the structs ether_header, tcphdr, udphdr, ip and others.

    Where am i mistake?

    Thanks again.

    Hacinn
  5. Replies
    5
    Views
    10,106

    Headers files for Windows?

    Hi all,

    Where can i find network headers files for Windows XP, example:
    sys/socket.h, arpa/inet.h, netinet/in.h, netinet/tcp.h, netinet/udp.h and others?

    Thanks by help.

    Hacinn
  6. Replies
    1
    Views
    5,293

    Compile pcap.h with dev-c++

    Hi,

    I am trying to create a sniffer program with libpcap on windows xp sp2. I am using Dev-C++ 4.9.9.2 and I downloaded the winpcap 3.0 developer's pack. On site the winpcap, there is a...
  7. Replies
    0
    Views
    6,678

    Compile pcap.h with dev-c++?

    Hi,

    I am trying to create a sniffer program with libpcap on windows xp sp2. I am using Dev-C++ 4.9.9.2 and I downloaded the winpcap 3.0 developer's pack. On site the winpcap, there is a...
  8. Replies
    4
    Views
    1,815

    Great itsme86!!!! This is very useful, thanks...

    Great itsme86!!!!

    This is very useful, thanks by help.

    Hacinn
  9. Replies
    4
    Views
    1,815

    Hi, Thanks by your help. I am a beginner C...

    Hi,

    Thanks by your help. I am a beginner C programmer and i'd like to understand the headers files, yours functions, structs, etc.

    I search for docs that explains each headers files, in special...
  10. Replies
    4
    Views
    1,815

    Network headers documentation?

    Hi all,

    Where can I to get documentation about headers in include/net or include/netinet folders in Linux system? Or others networks headers in subfolders of the include folders?

    I am looking...
  11. Replies
    4
    Views
    6,408

    Hi all, Thanks by help. I resolved the problem...

    Hi all,

    Thanks by help. I resolved the problem using the nkhambal's code.



    tcp = (struct tcphdr*) (packet + sizeof(struct ether_header)+sizeof(struct ip));


    My question now is, where can...
  12. Replies
    4
    Views
    6,408

    Get tcp source port?

    Hi,

    I am a newbie C programmer and i'd like to know more about C. For purpose of the study, i am creating a packet sniffer and i am not to get the tcp source and destination ports.

    I am using...
Results 1 to 12 of 12