Ethereal-dev: Re: [Ethereal-dev] Message and reason counter for H.225

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

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Mon, 27 Oct 2003 16:34:28 -0800

On Oct 27, 2003, at 3:35 PM, Lars Roland wrote:

I'd like to contribute this feature to ethereal. It's a simple counter for
H.225 Messages and their reason tags. This gives you an overview of
h225-traffic in a capture file.

Checked in, with some compiler warnings fixed (adding _U_ after the declaration of the pinfo parameter to the tap was done twice, perhaps once again suggesting that a way to have taps that leave the printing/drawing up to common framework code, and that contain the same code for Ethereal and Tethereal, might be useful) and with "h225_pi" in "packet-h225.c" made static. (It's unfortunate that PER-based dissectors need static variables to pass information from one part of the dissector to another.)

I have also attached patches for makefiles and doku.

Thanks for including the boring parts in the patch....