Changeset 84a8828
- Timestamp:
- 05/02/06 01:37:26 (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:
- 9a5b234
- Parents:
- 998bee5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/protocols.c
re6d963c r84a8828 360 360 361 361 default: 362 *proto=0; 362 363 return NULL; 363 364 } … … 419 420 icmp=(libtrace_icmp_t*)trace_get_transport(packet,&proto,NULL); 420 421 421 if ( proto != 1)422 if (!icmp || proto != 1) 422 423 return NULL; 423 424
Note: See TracChangeset
for help on using the changeset viewer.