Changeset 16 for trunk/src/listen.c


Ignore:
Timestamp:
08/01/15 19:01:31 (9 years ago)
Author:
tim
Message:

.

File:
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/src/listen.c

    r4 r16  
    188188    if(besttst != -1)
    189189    {
     190#if DEBUG
    190191      fprintf(stderr, "INFO: Attempting to set the timestamp source to: %s\n",
    191192              pcap_tstamp_type_val_to_name(besttst));
     193#endif
    192194      if(pcap_set_tstamp_type(ret_val, besttst) != 0)
    193195        fprintf(stderr, "WARN: Failed to set preferred timestamp source.\n");
Note: See TracChangeset for help on using the changeset viewer.