Changeset 859
- Timestamp:
- 06/07/06 23:40:16 (7 years ago)
- File:
-
- 1 edited
-
trunk/lib/protocols.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/protocols.c
r858 r859 423 423 udp=(libtrace_udp_t*)trace_get_transport(packet,&proto,NULL); 424 424 425 if ( proto != 17)425 if (!udp || proto != 17) 426 426 return NULL; 427 427
Note: See TracChangeset
for help on using the changeset viewer.
