Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-dns.c packet-nbns.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, 19 Jan 2002 17:59:04 -0600 (CST)
guy         2002/01/19 17:59:03 CST

  Modified files:
    .                    packet-dns.c packet-nbns.c 
  Log:
  We no longer do explicit checks in low-level routines for running past
  the end of the data in the packet, so we don't need to do those checks
  in the callers of those routines - and thus don't need to do those
  checks in the callers of *those* routines.
  
  Revision  Changes    Path
  1.78      +1 -13     ethereal/packet-dns.c
  1.70      +1 -11     ethereal/packet-nbns.c