Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: Re: [Wireshark-dev] [Wireshark-commits] rev 53473: /trunk/ui/ /trunk/ui/gtk/: ma

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Thu, 21 Nov 2013 11:29:31 -0800
On Nov 21, 2013, at 5:25 AM, mmann78@xxxxxxxxxxxx wrote:

> Of the ones I needed/interested in ("eth", "ip", "ipv6", "tcp", "udp", "sctp") only "ip" had its proto_* variable in a header (in the dissectors directory).

	/** Given a protocol's filter_name.
	 @param filter_name the filter name to search for
	 @return proto_id */
	WS_DLL_PUBLIC int proto_get_id_by_filter_name(const gchar* filter_name);

?