On Feb 23, 2014, at 7:44 AM, ?????????? <237825...@qq.com> wrote:

> after get and dissect a packet,how to display this packet in the 
> packet_view?by call which  function in which file?

You don't.  If Wireshark needs to display a packet in the packet view, it'll 
call the top-level frame dissector, and that will call the next dissector, and 
so on, including your dissector.  It will then display the results.  You don't 
need to do anything to cause it to be displayed (and can't do anything to 
prevent it from being displayed).

___________________________________________________________________________
Sent via:    Wireshark-dev mailing list <wireshark-dev@wireshark.org>
Archives:    http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
             mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe

Reply via email to