User profile: drazenmozart

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

pointer and struct allocation
you 're right!!!! thanks a lot Peter!

pointer and struct allocation
hello!! i my source code i use the following structs: [code] typedef struct { uint8_t source; uint8...

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...