Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal capture.c

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Wed, 26 Jan 2000 17:09:27 -0600 (CST)
guy         2000/01/26 17:09:24 CST

  Modified files:
    .                    capture.c 
  Log:
  In case the "ts" field of a libpcap per-packet header isn't a "struct
  timeval" (if, say, it's a "struct bpf_timeval", with member sizes wired
  to 32 bits, as it appears to be in SuSE 6.3 and will, I think, be in the
  0.5 release of libpcap), copy the members of that field to the "ts"
  field of the Wiretap per-packet header (which also lets us make it not a
  "struct timeval" as well).
  
  Revision  Changes    Path
  1.92      +7 -2      ethereal/capture.c