pcapxx::internals::file_header Struct Reference

PCAP file format internal header. More...

#include <wipal/pcap/simple_types.hh>

List of all members.

Public Attributes

uint32_t magic
uint16_t version_major
uint16_t version_minor
int32_t thiszone
int32_t sigfigs
int32_t snaplen
int32_t linktype


Detailed Description

PCAP file format internal header.

Member Data Documentation

uint32_t pcapxx::internals::file_header::magic

File magic.

uint16_t pcapxx::internals::file_header::version_major

PCAP format version, major.

uint16_t pcapxx::internals::file_header::version_minor

PCAP format version, minor.

int32_t pcapxx::internals::file_header::thiszone

Time offset.

int32_t pcapxx::internals::file_header::sigfigs

Timestamp accuracy.

int32_t pcapxx::internals::file_header::snaplen

Max. number of captured bytes.

int32_t pcapxx::internals::file_header::linktype

PCAP link type.


The documentation for this struct was generated from the following file:
Generated on Wed Jan 16 16:15:14 2008 for wipal by  doxygen 1.5.4