Ethereal-dev: Re: [Ethereal-dev] capture.c - where are 'ld.counts.<xxxxxxxx>' defined??

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

From: Guy Harris <guy@xxxxxxxxxx>
Date: Wed, 5 Sep 2001 12:02:09 -0700 (PDT)
> I've been trying to locate where the ld.counts.xxxx variables are
> located in the source-tree and in which file they are defined - untill
> now without any success.

"ld" is a "loop_data" structure; the Tethereal version doesn't have a
"counts" member, so the only interesting one is the one in Ethereal. 
"loop_data", and "ld", in Ethereal are both defined in "capture.c".

The "counts" member is a "packet_counts" structure; "packet_counts" is
defined in "epan/packet.h".