Changeset 507


Ignore:
Timestamp:
11/15/05 10:11:45 (8 years ago)
Author:
dlawson
Message:

removed extra printf of the timestamp - tracedump does this for us

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/tracedump/tracedump.cc

    r455 r507  
    6666 
    6767                while(trace_read_packet(trace,&packet)> 0 ){ 
    68                         time_t sec = (time_t)trace_get_seconds(&packet); 
    6968                        if (filter && !trace_bpf_filter(filter,&packet)) 
    7069                                continue; 
    7170 
    72                         printf("%s",ctime(&sec)); 
    7371                        trace_dump_packet(&packet); 
    7472                        if(count) { 
     
    7977                } 
    8078 
     79                printf("\n"); 
    8180                trace_destroy(trace); 
    8281                optind ++; 
Note: See TracChangeset for help on using the changeset viewer.