Ethereal

Re: [Ethereal-dev] Re: [Ethereal-cvs] rev 13225: /trunk/epan/dissectors/: packet-h225.c packet-h225.
Google
 
Web Ethereal.com

Home | Introduction | Documentation | Lists | FAQ | Development | Wiki | Bugs

Ethereal-dev: February 2005


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.


Powered by MHonArc 2.6.10