User profile: drazenmozart

User info
User name:drazenmozart
History
Joined:
Number of posts:17
Latest posts:

linking error, undefined symbol
needed a change in the Makefile, added the .c file to the sources and then it was able to create the...

linking error, undefined symbol
Hi!! i'm writing a source code for extending Snort IDS. What i have is a source and a header file. ...

pointer and NULL
nope,that's not it.. but it's ok, for not null, i just wrote [code]if(ips[i].ip4h)[/code] and hope t...

pointer and NULL
thanks, solved that problem... but now i get "error: expected expression before '=' token" at : [cod...

pointer and NULL
one more question if i have : [code] typedef struct { IP4h *ip4h; }IPs; typedef struct { int ip...