Search:

Type: Posts; User: nasim751

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    1,313

    connection error

    hello,
    Here i am collect tcp information and detect some kind of attack using this following program. By default information will store syslog. What happened only getting this message

    6:48:45...
  2. error: expected ‘:’, ‘,’, ‘;’, ‘}’ or ‘__attribute__’ before ‘=’ token

    how you will deal this two problem................
    tcpg.c:78: error: redefinition of ‘struct tcphdr’
    tcpg.c:85: error: expected ‘:’, ‘,’, ‘;’, ‘}’ or ‘__attribute__’ before ‘=’ token


    Problem...
  3. Replies
    1
    Views
    3,618

    TCP Header problem (error)

    hello,
    Previously I got this short of problem and solved also but this time not getting the result. Some one has given idea but that didn't work. so if you people give me the right reply that should...
  4. Thread: ERROR: Time

    by nasim751
    Replies
    1
    Views
    1,652

    ERROR: Time

    Hello,
    here i am not getting always common time, some thing like this

    Thu Jan 1]07:30:00: SYN Received: saddr:10.172.1.159 daddr: 208.65.153.238 sport: 5 dport: 80
    Thu Jan 1 07:30:00: SYN...
  5. error: ‘struct tcphdr’ has no member named ‘th_win’

    Hello,
    Sorry for again common thread to repeat. Actually i tried from my maximum but can't get result. So again i remember you people. Please give me idea.

    this is the problem...........

    ...
  6. error: previous declaration of ‘sys_errlist’ was here

    hello,
    Here i solve this error used #include <stdio.h> and #include <errno.h> even though gettin this problem.

    error: previous declaration of ‘sys_errlist’ was here
    what i did mistake here and...
  7. error: ‘struct tcphdr’ has no member named ‘th_seq

    hello,
    Actually here i am trying to develop network security program. I used program such like
    1. Udpguard.c 2.tcpguard.c 3. tcpg_funcs.c and 4. tcpguard.h.
    But in tcpg_func.c getting these...
  8. error: dereferencing pointer to incomplete type

    how you will deal this problem and what should be the correct syntax............


    Convert time from pcap pkthdr format (double longs) to
    1/10,000 seconds since midnight
    */
    int get_pkttime...
  9. error: ‘struct tcphdr’ has no member named ‘th_dport

    hello,
    i am getting this kind of error, though i declared my header file like this. so what i did mistake here.........


    error: ‘struct tcphdr’ has no member named ‘th_flags’
    error: ‘struct...
  10. Replies
    2
    Views
    30,741

    error: missing terminating " character

    hello,
    Can any one tell me what i did mistake. So getting this problem .....
    1. error: missing terminating " character
    2. error: ‘Options’ undeclared (first use in this function)

    ...
  11. Cannot get interface flags: Invalid argument

    I am not able to connect flag interface using my program function. I need help. Please help me to solve this problem.


    #include <stdio.h>
    #include <sys/types.h>
    #include <sys/time.h>
    #include...
  12. warning: passing argument 2 of ‘signal’ from incompatible pointer type

    hello,
    why i am getting this warning? how can i solve this............


    getting warning in redline


    int slickPing(amount,sock,dest)
    int amount,sock;
    char *dest;
  13. Replies
    10
    Views
    3,589

    :523: error: invalid lvalue in assignment

    hello,
    how can i solve this problem ........



    if(c==0)
    {
    (char **)sTmp= &sd->source;
    nl=sd->sbound;
    }
  14. No i am not getting any warnings, getting only...

    No i am not getting any warnings, getting only this message

    Cannot get interface flags: Invalid argument
    can you tell me, where i did mistake interims of structure?
    what is your opinion?
  15. Cannot get interface flags: Invalid argument

    hello,
    I can not interface flag. Actually getting invalid argument. Can any one give me feedback. See my flag function....

    ...
  16. /usr/bin/ld: errno: TLS definition in /lib/libc.so.6

    hello.
    Getting this error when compile my program. I assume that perhaps can be library problem. can any one tell me right answer.........

    Problem is...........

    and all the header file......
    ...
  17. warning problem: passing argument 2 of ‘signal’ from incompatible pointer type

    hello,
    I am trying for watch syn packet on my network. After compile my program getting this problem

    Actually i used header file #include <linux.h> then getting this warning here


    int...
  18. cannot find -lpcap collect2: ld returned 1 exit

    hello,
    i am trying to cross-compile using libpcap library but getting this problem. how do you deal this problem.............


    /usr/local/hybus-arm-linux-R1.1/arm-linux/bin/ld: cannot find...
  19. Replies
    2
    Views
    1,265

    you need to focus C make file function and how it...

    you need to focus C make file function and how it works?
  20. warning: comparison is always false due to limited range of data type

    hello,
    this is my define declaration
    #define CLEANUP_INTERVAL 1000
    and this is my function body. here getting warning like this

    warning: comparison is always false due to limited range of...
Results 1 to 20 of 20