Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal/wiretap snoop.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: Mon, 27 Sep 1999 20:19:06 -0500 (CDT)
guy         1999/09/27 20:19:04 CDT

  Modified files:
    wiretap              snoop.c 
  Log:
  "snoop" seems to treat "IEEE 802.3" and "Ethernet" datalink types the
  same (which raises the question "so why the heck are there two types?" -
  note that the way you're supposed to tell Ethernet from 802.3 packets is
  by looking at the value of the type/length field; both of them can be
  transmitted on the same wire), so we'll treat them the same.
  
  Revision  Changes    Path
  1.13      +2 -2      ethereal/wiretap/snoop.c