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: Thu, 2 May 2002 03:55:53 -0500 (CDT)
guy         2002/05/02 03:55:53 CDT

  Modified files:
    .                    packet-ipv6.c 
  Log:
  Handle the "no next header" next header value specially - put into the
  Info column information about the non-final headers seen in the packet
  (or leave the information put in there by the AH dissector alone, if
  there were AH's), or, if none were seen, just mark it as a "no next
  header" packet, and do that in the code used if there's no match for the
  next header value in the protocol table, rather than registering a
  dissector for "no next header", which also means we'll dissect the
  payload as data if there is any.
  
  Use -1, not "tvb_reported_length_remaining()", when making a subset
  tvbuff that runs to the end of the parent tvbuff.
  
  Revision  Changes    Path
  1.80      +44 -24    ethereal/packet-ipv6.c