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

Ethereal-dev: [Ethereal-dev] missing api's in plugins library

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

From: "ofer samocha" <ofers@xxxxxxxxx>
Date: Wed, 9 Mar 2005 01:02:40 +0200
Hi,
 
I'm enjoying ethereal very much, thanks
 
in plugin_api_list.c the following apis are missing
 
proto_item* proto_tree_add_uint64(proto_tree*, int, tvbuff_t*, gint, gint, guint64);
proto_item* proto_tree_add_uint64_format(proto_tree*, int, tvbuff_t*, gint, gint, guint64, const char*, ...);
 
best regards,
Ofer