Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-vlan.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: Sun, 12 Nov 2000 23:23:07 -0600 (CST)
guy         2000/11/12 23:23:05 CST

  Modified files:
    .                    packet-vlan.c 
  Log:
  If either of the "tvb_new_subset()" calls throws an exception, it means
  we don't have so much data in the frame that there's a trailer, so we
  should set "trailer_tvb" to NULL.
  
  Put in a comment explaining what the exception catching is all about.
  
  Revision  Changes    Path
  1.23      +19 -1     ethereal/packet-vlan.c