Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal packet-rpc.c packet.c

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: Thu, 28 Oct 1999 21:25:59 -0500 (CDT)
guy         1999/10/28 21:25:57 CDT

  Modified files:
    .                    packet-rpc.c packet.c 
  Log:
  Have the PROTOCOL field for ONC RPC just give the RPC program
  name/number, and put the call/reply info, procedure, and version number
  into the INFO field.
  
  Implement "col_append_fstr()", and use it to add information to the info
  field.
  
  Make "col_add_fstr()" aware that COL_INFO fields can have more data than
  other COL_XXX fields (as "col_add_str()" and "col_append_str()" already
  were).
  
  Revision  Changes    Path
  1.2       +25 -25    ethereal/packet-rpc.c
  1.52      +44 -18    ethereal/packet.c