Changes between Initial Version and Version 1 of Ticket #26526


Ignore:
Timestamp:
Sep 18, 2010, 8:08:20 PM (14 years ago)
Author:
mf2k (Frank Schima)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #26526

    • Property Owner changed from macports-tickets@… to ultrix@…
    • Property Port ettercap-ng added
  • Ticket #26526 – Description

    initial v1  
    33It is easy to fix. This line in the patch
    44
     5{{{
    56+   opt_end = (u_char *)(tcp + tcp->off * 4);
     7}}}
    68
    79should be changed to something like
    810
     11{{{
    912+   opt_end = (u_char *)((u_chat *)tcp + tcp->off * 4);
     13}}}
    1014
    1115With this change it works right. To check it launching the program with
    1216
     17{{{
    1318sudo ettercap -T -z //80
     19}}}
    1420
    1521has to display correct session HTTP content