~ubuntu-branches/debian/experimental/ettercap/experimental

« back to all changes in this revision

Viewing changes to src/protocols/ec_tcp.c

  • Committer: Package Import Robot
  • Author(s): Barak A. Pearlmutter
  • Date: 2013-03-27 11:55:24 UTC
  • mfrom: (25.1.1 sid)
  • Revision ID: package-import@ubuntu.com-20130327115524-ahjhvuh03ejcfuui
Tags: 1:0.7.6-2~exp1
Experimental release with IPv6 support

Show diffs side-by-side

added added

removed removed

Lines of Context:
230
230
            case TCPOPT_TIMESTAMP:
231
231
               fingerprint_push(PACKET->PASSIVE.fingerprint, FINGER_TIMESTAMP, 1);
232
232
               opt_start++;
233
 
               opt_start += (*opt_start - 1);
 
233
               if ((*opt_start) > 0)
 
234
                   opt_start += ((*opt_start) - 1);
234
235
               break;
235
236
            default:
236
237
               opt_start++;