ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-dev: Re: [Wireshark-dev] [PATCH] Dissector hooks: Small and Simple additions

From: Shehjar Tikoo <shehjart@xxxxxxxxxxxxxxx>
Date: Mon, 05 Mar 2007 13:44:34 +1100
Hi

Guy Harris wrote:
Also, can this be done with the existing tap mechanism, by searching for particular fields in the generated protocol tree?

Thanks. I've been looking at the tap mechanism as a mechanism for the anonymizer and I see that we'll have to add calls to tap_queue_packet(..) in every packet-nfs.c:dissect_nfs_<messagetype> call to queue the message for the tap listener.

Is that an acceptable addition to the NFS dissector, since it doesn't already have a tap listener in it?

Regards
Shehjar