CVSROOT: /cvs Module name: ports Changes by: [email protected] 2011/08/18 13:23:22
Modified files:
net/ettercap : Makefile
Added files:
net/ettercap/patches: patch-plug-ins_rand_flood_rand_flood_c
patch-plug-ins_stp_mangler_stp_mangler_c
patch-src_mitm_ec_port_stealing_c
Log message:
"symbol(fake_pck) size mismatch, relink your program"
fake_pck[] is defined in three places and two different sizes as a global,
but each time only used in the respective module, so make the definitions
static.
