Changeset ad36006
- Timestamp:
- 01/15/09 14:27:21 (13 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:
- ed3820e
- Parents:
- 91b72d3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/protocols_l3.c
rc5a35e6 rad36006 51 51 52 52 assert(ipptr != NULL); 53 assert(ipptr->ip_v == 4); 53 54 /* Er? IPv5? */ 55 if (ipptr->ip_v != 4) 56 return NULL; 54 57 55 58 if ((ntohs(ipptr->ip_off) & SW_IP_OFFMASK) != 0) {
Note: See TracChangeset
for help on using the changeset viewer.