Having a short look at the patch, I have to disagree on an implementation detail:
I don't like to have the mgcp dissector allocating a mgcp_info_t structure for each dissection of an mgcp packet without freeing it. This could be considered to be a big memory leak.
Instead use a static array of mgcp_info_t structures. You can take the h225 or the q931 dissector as an example of such an implementation.
On Fri, 18 Feb 2005 13:00:00 -0700, Alejandro Vaquero <alejandrovaquero@xxxxxxxxx> wrote:
Hi All, find attached a patch to add MGCP calls to the "Voip Analysis". The implementation is oriented to MGCP Residential Gateways.
Regards, Lars
Powered by MHonArc 2.6.10