Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal packet-dns.c packet-dns.h

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: Wed, 29 Mar 2000 19:52:44 -0600 (CST)
guy         2000/03/29 19:52:42 CST

  Modified files:
    .                    packet-dns.c packet-dns.h 
  Log:
  "add_rr_to_tree()" is exported from "packet-dns.c" for use by the NBNS
  protocol, which is DNS-derived; hopefully, Microsoft won't shovel any
  more stuff into NBNS (I suspect that they ultimately want to make DNS
  replace it completely), so it won't pick up stuff such as OPT RRs.
  
  As such, we don't need to export "add_opt_rr_to_tree()", so make it
  static to "packet-dns.c".
  
  Revision  Changes    Path
  1.40      +2 -2      ethereal/packet-dns.c
  1.7       +1 -4      ethereal/packet-dns.h