|
Firewalk |
|
Comments:
|
During compilation you might get an error:
firewalk.c:193: error: label at end of compound statement This has to do with a case statement in firewalk.c at the end of the file (line 193). You need to change the statement from:
switch(fw_packet_capture(fp)) to:
switch(fw_packet_capture(fp))
by marc at 2007-12-20 11:58:18 |
|
If you get the following error running the configure command for firewalk:
beginning autoconfiguration process for firewalk-5.0... Add -build=i386 to the configure command by marc at 2010-11-21 13:32:27 |