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

Wireshark-users: [Wireshark-users] issue in wsdg_html_chunked/ChDissectTap.html example 9.21 ?

From: Toralf Förster <toralf.foerster@xxxxxx>
Date: Tue, 20 Jan 2009 11:02:27 +0100
Instead of 

	static struct FooTap pinfo;
	...
	tap_queue_packet(foo_tap, pinfo, &pinfo);

it should be sth. like 

	static struct FooTap sinfo;
	...
	tap_queue_packet(foo_tap, pinfo, &sinfo);
or ?
-- 
MfG/Sincerely

Toralf Förster
pgp finger print: 7B1A 07F4 EC82 0F90 D4C2 8936 872A E508 7DB6 9DA3

Attachment: signature.asc
Description: This is a digitally signed message part.