Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-srvloc.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: Sun, 23 Feb 2003 20:04:18 -0600 (CST)
guy         2003/02/23 20:04:18 CST

  Modified files:
    .                    packet-srvloc.c 
  Log:
  Rename "dissect_url_entry()" to "dissect_url_entry_v1()".
  
  Fix up the handling of V1 Service Deregister messages to match the RFC.
  
  Remove the item before the body of the message reiterating the message
  type in V1 messages; it's not present in V2 messages.
  
  Strings don't have a number base; use BASE_NONE, not BASE_DEC.
  
  Don't abbreviate "Previous Response".
  
  Revision  Changes    Path
  1.38      +48 -64    ethereal/packet-srvloc.c