Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal/wiretap wtap.c wtap.h libpcap.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: Sat, 6 Nov 1999 04:32:09 -0600 (CST)
guy         1999/11/06 04:32:00 CST

  Modified files:
    wiretap              wtap.c wtap.h libpcap.c 
  Log:
  Add in a gross heuristic that attempts to detect files with the version
  of the "libpcap" patch that changes the per-packet header but not the
  magic number - it seems to work on at least one capture file I tried it
  on.
  
  Give the modified "libpcap" format a WTAP_FILE type of its own (so that,
  in the future, we could support writing captures out in that format,
  possibly).
  
  Revision  Changes    Path
  1.28      +5 -1      ethereal/wiretap/wtap.c
  1.48      +5 -4      ethereal/wiretap/wtap.h
  1.23      +151 -44   ethereal/wiretap/libpcap.c