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: sahlberg@xxxxxxxxxxxx (Ronnie Sahlberg)
Date: Wed, 23 Jun 2004 23:51:13 -0500 (CDT)
sahlberg    2004/06/23 23:51:13 CDT

  Modified files:
    .                    packet-h225.c 
  Log:
  dissect_per_sequence_of  needs a hf field of type FT_NONE and not FT_UINT32
  Fix one instance of this bug and verify all other uses of dissect_per_sequence_of in h225.
  
  Fix one ett field we forgot to initialize.
  
  This fixes the problem reported with a crash earlier.
  (ethereal still crashes but now inside the machinegenerated h235 dissector)
  
  Revision  Changes    Path
  1.44      +5 -4      ethereal/packet-h225.c