Changeset 16 for trunk/src/listen.c
- Timestamp:
- 08/01/15 19:01:31 (9 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/listen.c
r4 r16 188 188 if(besttst != -1) 189 189 { 190 #if DEBUG 190 191 fprintf(stderr, "INFO: Attempting to set the timestamp source to: %s\n", 191 192 pcap_tstamp_type_val_to_name(besttst)); 193 #endif 192 194 if(pcap_set_tstamp_type(ret_val, besttst) != 0) 193 195 fprintf(stderr, "WARN: Failed to set preferred timestamp source.\n");
Note: See TracChangeset
for help on using the changeset viewer.