Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/plugins/asn1 packet-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@xxxxxxxxxxxxxxxxx>
Date: Thu, 30 Oct 2003 05:56:36 -0600 (CST)
guy         2003/10/30 05:56:36 CST

  Modified files:
    plugins/asn1         packet-asn1.c 
  Log:
  "strchr()" and the like would be compared against NULL; "strcmp()",
  however, is compared against 0.
  
  Revision  Changes    Path
  1.6       +2 -2      ethereal/plugins/asn1/packet-asn1.c