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

Wireshark-dev: [Wireshark-dev] read protocol tree in a tap interface

From: "蒋品" <jiangpin.minstrel@xxxxxxxxx>
Date: Sat, 29 Mar 2008 15:25:51 +0800
Hi,
             I am developing a Tap interface. Can I read the edt->tree in a tap interface?
 
             I added tap_queue_packet just before the return dissect function.  But I still can't get the protocol tree of the dissection.
 
             If I add specific field of the protocol to the display filter, thus I can read the field in the edt->tree.
 
             Anyway to read all fields ( all dissection result ) in a tap interface?
 
 
A tap packet interface:
           
             static int rpcstat_packet(void *arg, packet_info *pinfo, epan_dissect_t *edt _U_, const void *arg2)
 
 
             Thank you in advance. Looking forward to your replys
 
BRs, Richard