Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-gssapi.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, 7 Sep 2002 19:40:45 -0500 (CDT)
guy         2002/09/07 19:40:45 CDT

  Modified files:
    .                    packet-gssapi.c 
  Log:
  Do *N*O*T* use the result of "format_oid()" as a key to look up a entry
  in the gssapi_oids hash table; the keys are just text representations of
  the numbers in the OID, but "format_oid()" can add a formatted
  description of the OID to the end of the string it returns, which means
  it won't match.
  
  Use -1 rather than "tvb_length_remaining(tvb, 0)" as the length to say
  "this item goes to the end of the tvbuff.
  
  Revision  Changes    Path
  1.17      +12 -8     ethereal/packet-gssapi.c