Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 288348
Collapse All | Expand All

(-)a/src/protocols/ec_tcp.c (-1 / +1 lines)
Lines 116-122 FUNC_DECODER(decode_tcp) Link Here
116
   tcp = (struct tcp_header *)DECODE_DATA;
116
   tcp = (struct tcp_header *)DECODE_DATA;
117
   
117
   
118
   opt_start = (u_char *)(tcp + 1);
118
   opt_start = (u_char *)(tcp + 1);
119
   opt_end = (u_char *)((int)tcp + tcp->off * 4);
119
   opt_end = (u_char *)(tcp + tcp->off * 4);
120
120
121
   DECODED_LEN = (u_int32)(tcp->off * 4);
121
   DECODED_LEN = (u_int32)(tcp->off * 4);
122
122

Return to bug 288348