Bug#706766: Diff for this fix

2017-03-14 Thread João Salavisa
Sorry, now using a proper patch creation method :) Index: dsniff/arpspoof.c === --- dsniff.orig/arpspoof.c +++ dsniff/arpspoof.c @@ -300,18 +300,22 @@ main(int argc, char *argv[]) signal(SIGINT, cleanup); signal(SIGTERM,

Bug#706766: Diff for this fix

2017-03-08 Thread João Salavisa
Sorry, now in a patch format diff -ub ./arpspoof.c ../orig.dsniff/dsniff-2.4b1+debian/arpspoof.c --- ./arpspoof.c 2017-03-07 22:21:45.037692254 + +++ ../orig.dsniff/dsniff-2.4b1+debian/arpspoof.c 2017-03-07 22:09:32.0 + @@ -46,8 +46,6 @@ static int cleanup_src_own = 1; static

Bug#706766: Diff for this fix

2017-03-07 Thread João Salavisa
Here you go! diff -b ./arpspoof.c ../orig.dsniff/dsniff-2.4b1+debian/arpspoof.c 49,50d48 < int n_targets; < 165c163 < --- > while(target->ip) { 170,175d167 < < if (!n_targets) { < arp_send(l, ARPOP_REPLY, (u_int8_t *), spoof.ip, brd_ha, 0, src_ha); < sleep(1); < } else { <

Bug#706766: Diff for this fix

2017-02-28 Thread Marcos Fouces
Hello João Could you create a patch and post it in this thread? Thank you very much for the fix! Greetings, Marcos