- Timestamp:
- 05/11/05 11:48:01 (17 years ago)
- Branches:
- 4.0.1-hotfixes, cachetimestamps, develop, dpdk-ndag, etsilive, getfragoff, help, libtrace4, master, ndag_format, pfring, rc-4.0.1, rc-4.0.2, rc-4.0.3, rc-4.0.4, ringdecrementfix, ringperformance, ringtimestampfixes
- Children:
- 237481c5
- Parents:
- 8dd1830
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/trace.c
r8dd1830 r7b4d443 1245 1245 pcapptr = (struct pcap_pkthdr *)packet->buffer; 1246 1246 timestamp = ((((uint64_t)pcapptr->ts.tv_sec) << 32) + \ 1247 ( pcapptr->ts.tv_usec*UINT_MAX/1000000));1247 (((uint64_t)pcapptr->ts.tv_usec*UINT_MAX)/1000000)); 1248 1248 break; 1249 1249 #endif
Note: See TracChangeset
for help on using the changeset viewer.