Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-h225.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: Tue, 25 May 2004 16:27:03 -0500 (CDT)
guy         2004/05/25 16:27:03 CDT

  Modified files:
    .                    packet-h225.c 
  Log:
  The function pointer in a "per_choice_t" or a "per_sequence_t" is to a
  function that returns "int", not "guint32"; declare one such function as
  such, and note that the function it calls should perhaps also use "int"
  for packet-offset arguments and return values (or, rather, that the code
  that generated it should generate functions that do so).
  
  Revision  Changes    Path
  1.43      +4 -2      ethereal/packet-h225.c