Changeset 1382 for trunk/lib/protocols_transport.c
- Timestamp:
- 11/14/08 15:47:59 (5 years ago)
- File:
-
- 1 edited
-
trunk/lib/protocols_transport.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/protocols_transport.c
r1376 r1382 2 2 #include "protocols.h" 3 3 #include <assert.h> 4 #include <stdlib.h> 5 #include <stdio.h> // fprintf 4 6 5 7 DLLEXPORT void *trace_get_transport(const libtrace_packet_t *packet, … … 37 39 38 40 default: 39 printf("unknown ethertype=%04x\n",ethertype);41 fprintf(stderr,"unknown ethertype=%04x\n",ethertype); 40 42 *proto=0; 41 43 return NULL;
Note: See TracChangeset
for help on using the changeset viewer.
