Wireshark-dev: Re: [Wireshark-dev] [PATCH] Dissector hooks: Small and Simple additions
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