- Timestamp:
- 06/23/06 12:02:14 (16 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:
- 873558d
- Parents:
- d3fd4d3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/libtrace_int.h
r0ff6ddf r45dfddc 371 371 }; 372 372 #endif 373 374 /** libtrace packet 375 */ 376 typedef struct libtrace_pcapfile_pkt_hdr_t { 377 uint32_t ts_sec; 378 uint32_t ts_usec; 379 uint32_t caplen; 380 uint32_t wirelen; 381 } libtrace_pcapfile_pkt_hdr_t; 382 373 383 374 384 #ifdef __cplusplus
Note: See TracChangeset
for help on using the changeset viewer.