Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Ethereal-dev: Re: [Ethereal-dev] Re: [Ethereal-cvs] rev 13225: /trunk/epan/dissectors/: packet

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

From: Lars Roland <lars.roland@xxxxxxx>
Date: Thu, 03 Feb 2005 17:23:38 +0100
Tomas Kukosa schrieb:
Hi,
  I guess to would be better to change following directive in h225.cnf:

#.FN_FTR NULL
  if (h225_pi->cs_type == H225_OTHER) h225_pi->cs_type = H225_EMPTY;
#.END

to

#.FN_FTR H323-UU-PDU/h323-message-body/empty
  h225_pi->cs_type = H225_EMPTY;
#.END

It will change dissector function only for necessary field instead of all NULL fields.

checked in.