ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Ethereal-dev: Re: [Ethereal-dev] where define sttype_range_drange(struct stnode_t *)

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

From: Gilbert Ramirez <gram@xxxxxxxxxxxxxxx>
Date: Tue, 05 Aug 2003 04:09:15 -0000
On Mon, 2003-08-04 at 22:01, li wrote:
> 
> 
> 
> I use VC++ 6 to compile Ethereal, it can't find 
>  
> sttype_range_drange(struct stnode_t *)
> sttype_range_hfinfo(struct stnode_t *)
> 
> these two function definition.
> 
> could you tell me where define it?
> 
> thanks and regards,
> 
> Frank Li
> 
> ----
> 

Those functions are defined by macros in epan/dfilter/sttype-range.h

The macro which creates them, STTYPE_ACCESSOR, is defined in
epan/dfilter/syntax-tree.h.

--gilbert