Changeset 878
- Timestamp:
- 06/23/06 12:02:14 (7 years ago)
- File:
-
- 1 edited
-
trunk/lib/libtrace_int.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/libtrace_int.h
r853 r878 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.
