Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-spnego.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, 8 Sep 2002 17:47:44 -0500 (CDT)
guy         2002/09/08 17:47:43 CDT

  Modified files:
    .                    packet-spnego.c 
  Log:
  Use -1, rather than "tvb_length_remaining(tvb, offset)", as the length
  for items that should run to the end of the tvbuff.
  
  Make the next level dissector handle local to "dissect_spnego()".
  
  Handle negTokenInit's with mechTokens, by, when processing the mechTypes
  sequence in a negTokenInit, remembering the first MechType and telling
  "dissect_spnego_mechTypes()"'s caller about it, and having that caller
  use that mechType to dissect the mechToken.
  
  Revision  Changes    Path
  1.34      +57 -44    ethereal/packet-spnego.c