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

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

From: Guy Harris <guy@xxxxxxxxxxxxxxxxxxx>
Date: Tue, 7 Jan 2003 00:46:51 -0600 (CST)
guy         2003/01/07 00:46:51 CST

  Modified files:
    wiretap              ngsniffer.c 
  Log:
  If the Windows Sniffer writes out one of its ATM capture files in DOS
  Sniffer format, it doesn't distinguish between LE Control and LANE
  encapsulated LAN frames, so we can't rely on the ATM subtype being
  correct even when reading DOS Sniffer captures - we force it to
  TRAF_ST_LANE_LE_CTRL for LANE frames that begin with 0xff 0x00.
  
  Move the calls to "infer_pkt_encap()" into "fix_pseudo_header()".
  
  Revision  Changes    Path
  1.101     +57 -52    ethereal/wiretap/ngsniffer.c