Skip to content

Instantly share code, notes, and snippets.

@run
Created September 21, 2015 04:27
Show Gist options
  • Save run/2e0ffb8574cc64183ff2 to your computer and use it in GitHub Desktop.
Save run/2e0ffb8574cc64183ff2 to your computer and use it in GitHub Desktop.
typedef struct pcaprec_hdr_s {
guint32 ts_sec; /* timestamp seconds */
guint32 ts_usec; /* timestamp microseconds */
guint32 incl_len; /* number of octets of packet saved in file */
guint32 orig_len; /* actual length of packet */
} pcaprec_hdr_t;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment