Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal/wiretap netxray.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, 23 Sep 2000 00:58:35 -0500 (CDT)
guy         2000/09/23 00:58:31 CDT

  Modified files:
    wiretap              netxray.c 
  Log:
  Windows Sniffers appear to write out ATM traces with a network type of
  8, which is NDIS's ATM type.  At least one capture appears to have
  LLC-encapsulated frames in it; for now, we'll map it to
  WTAP_ENCAP_ATM_RFC1483 - and make Ethereal dissect
  WTAP_ENCAP_ATM_RFC1483 by handing the frames to "dissect_llc()".
  
  While we're at it, we'll have Ethereal panic if handed a Wiretap packet
  type it doesn't dissect, rather than giving you a rather blank
  dissection.
  
  Revision  Changes    Path
  1.33      +2 -2      ethereal/wiretap/netxray.c