Changeset 878


Ignore:
Timestamp:
06/23/06 12:02:14 (7 years ago)
Author:
perry
Message:

Add new global structure

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/libtrace_int.h

    r853 r878  
    371371}; 
    372372#endif 
     373 
     374/** libtrace packet  
     375 */ 
     376typedef 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 
    373383         
    374384#ifdef __cplusplus 
Note: See TracChangeset for help on using the changeset viewer.