Changeset 775
- Timestamp:
- 05/02/06 01:37:26 (7 years ago)
- File:
-
- 1 edited
-
trunk/lib/protocols.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/protocols.c
r770 r775 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.
