linking error, undefined symbolneeded a change in the Makefile, added the .c file to the sources and then it was able to create the...
linking error, undefined symbolHi!! i'm writing a source code for extending Snort IDS. What i have is a source and a header file. ...
pointer and NULLnope,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 NULLthanks, solved that problem... but now i get "error: expected expression before '=' token" at : [cod...
pointer and NULLone more question if i have : [code] typedef struct { IP4h *ip4h; }IPs; typedef struct { int ip...