Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal packet-llc.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: Sun, 28 May 2000 16:21:28 -0500 (CDT)
guy         2000/05/28 16:21:25 CDT

  Modified files:
    .                    packet-llc.c 
  Log:
  Use "tvb_get_ntoh24()" to extract the OUI from a SNAP header, rather
  than extracting each byte with "tvb_get_guint8()" and then putting them
  together.
  
  Revision  Changes    Path
  1.62      +2 -4      ethereal/packet-llc.c