Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal asn1.c

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Sun, 25 Jun 2000 19:08:53 -0500 (CDT)
guy         2000/06/25 19:08:50 CDT

  Modified files:
    .                    asn1.c 
  Log:
  In "asn1_oid_value_decode()", set "size" directly from "enc_len", rather
  than setting "eoc" from "asn1->pointer" and "enc_len" and then setting
  "size" from "eoc" and "asn1->pointer", to make it clearer how it's being
  set.
  
  Revision  Changes    Path
  1.5       +2 -2      ethereal/asn1.c