Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-ypserv.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: Wed, 20 Feb 2002 15:02:46 -0600 (CST)
guy         2002/02/20 15:02:46 CST

  Modified files:
    .                    packet-ypserv.c 
  Log:
  Sun's "yp.x" appears to lie when it claims that the argument to a FIRST
  call is a "ypreq_key"; the argument appears to be a "ypreq_nokey"
  instead.
  
  The response to an ALL call isn't a single item, it's a sequence of
  items - all but the last item has the "more" field true, the last has it
  false.  Show all the items.
  
  Revision  Changes    Path
  1.20      +25 -6     ethereal/packet-ypserv.c