Ethereal-cvs: [Ethereal-cvs] rev 14200: /trunk/gtk/: rtp_analysis.c

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

Date: Wed, 27 Apr 2005 13:59:09 -0000
User: sahlberg
Date: 2005/04/27 08:58 AM

Log:
 With the speedup changes to epan/proto.c  the tree will be faked to only contain those fields actually referenced by a filter.
 Other nodes will never be created by the tree (sort of auto pruning of the tree).
 
 While this greatly spped up the processing performance of ethereal, it makes it "dangerous" for apps that try to walk the tree directly.
 
 
 rtp_analysis did not specify the fields "rtp.version" nor " rtp.ssrc" when dissecting the current packet  and as such these fields were no longer part of the tree.
 This surprised rtp_analysis and a coredump resulted.
 
 
 This change will add the field that we walkt the tree to find to the filter string so that they will be there.

Directory: /trunk/gtk/
  Changes    Path              Action
  +1 -1      rtp_analysis.c    Modified



http://anonsvn.ethereal.com/viewcvs/viewcvs.py?rev=14200&view=rev