Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/wiretap nettl.c nettl.h

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

From: guy@xxxxxxxxxxxx (Guy Harris)
Date: Fri, 2 Apr 2004 02:27:26 -0600 (CST)
guy         2004/04/02 02:27:26 CST

  Modified files:
    wiretap              nettl.c nettl.h 
  Log:
  From Mark C. Brown: add support for FDDI and Token Ring cards.
  
  Set the file encapsulation the same way it's done for iptrace captures -
  leave it as "unknown" to start with, and, for each packet we see, set it
  to the packet's encapsulation type if the file encapsulation type is
  unknown and set it to "per-packet" if the file encapsulation type is
  "known" but isn't the type of that packet, so files that have all the
  same type of packet have that type as the file type and packets that
  *don't* have all the same type of packet have "per-packet".
  
  Revision  Changes    Path
  1.36      +56 -12    ethereal/wiretap/nettl.c
  1.12      +7 -1      ethereal/wiretap/nettl.h