Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal/wiretap file.c libpcap.c wtap-int.h wtap.h

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 Jul 2000 01:04:45 -0500 (CDT)
guy         2000/07/26 01:04:42 CDT

  Modified files:
    wiretap              file.c libpcap.c wtap-int.h wtap.h 
  Log:
  In the final scene of the horror movie, just when you think the monster
  is finally dead, and you're walking away, it springs up again and
  attacks.
  
  It appears that the ss990915 version of Alexey Kuznetzov's libpcap patch
  has some extra stuff in the per-packet header for some sort of SMP
  debugging, and that SuSE Linux 6.3 picked it up.
  
  Thus, even if a libpcap file has the modified magic number, we *still*
  have to go through the usual heuristic hell to figure out what type of
  file it is.
  
  Revision  Changes    Path
  1.56      +9 -5      ethereal/wiretap/file.c
  1.36      +152 -102  ethereal/wiretap/libpcap.c
  1.3       +1 -2      ethereal/wiretap/wtap-int.h
  1.75      +21 -20    ethereal/wiretap/wtap.h