- Timestamp:
- 06/07/06 11:45:25 (16 years ago)
- Branches:
- 4.0.1-hotfixes, cachetimestamps, develop, dpdk-ndag, etsilive, getfragoff, help, libtrace4, master, ndag_format, pfring, rc-4.0.1, rc-4.0.2, rc-4.0.3, rc-4.0.4, ringdecrementfix, ringperformance, ringtimestampfixes
- Children:
- 84a4bc3
- Parents:
- 7ef672a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/protocols.c
r7ef672a re867df4 483 483 *remaining-=dlen; 484 484 } 485 return tcp+dlen;485 return (void *)((char *)tcp+dlen); 486 486 } 487 487
Note: See TracChangeset
for help on using the changeset viewer.