Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk dcerpc_stat.c

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: guy@xxxxxxxxxxxx (Guy Harris)
Date: Mon, 15 Dec 2003 14:15:03 -0600 (CST)
guy         2003/12/15 14:15:03 CST

  Modified files:
    gtk                  dcerpc_stat.c 
  Log:
  DCE RPC version numbers are unsigned - print them with "%u".
  
  Do the same checks for negative and >255 version numbers in the
  Tethereal DCE RPC statistics tap that are done in the Ethereal tap.
  
  In the Ethereal tap, do those checks before looking up the protocol name.
  
  Revision  Changes    Path
  1.34      +19 -12    ethereal/gtk/dcerpc_stat.c