Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-giop.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: Thu, 9 Nov 2000 04:51:00 -0600 (CST)
guy         2000/11/09 04:51:00 CST

  Modified files:
    .                    packet-giop.c 
  Log:
  Use "%u", not "%d", to print unsigned integral quantities.
  
  The GIOP reply status is 4 bytes long, not 1 byte long.
  
  Dissect the reply body for exceptions; the GIOP dissector used to do
  that.
  
  Add to the Info column the stuff that the GIOP dissector used to add
  (request ID, etc.).
  
  Revision  Changes    Path
  1.22      +181 -44   ethereal/packet-giop.c