Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-ipv6.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: Sat, 26 May 2001 21:16:32 -0500 (CDT)
guy         2001/05/26 21:16:32 CDT

  Modified files:
    .                    packet-ipv6.c 
  Log:
  In the IPv6 dissector, don't bother with the "CHECK_DISPLAY_AS_DATA()",
  as it's called only through a handle or a dissector table, and the code
  that handles those calls does the check.
  
  Also, set the Protocol and Info columns before fetching anything from
  the packet, so they're set if we throw an exception.
  
  Revision  Changes    Path
  1.57      +10 -13    ethereal/packet-ipv6.c