On Thu, May 01, 2008 at 09:27:06AM +0300, goitom kahsay wrote: > I want to display these values(the SMTP parameters such as > FROM,TO,SUBJECT,DATE) in a *new dialog* under the analyze menu. And > the dialog displays these values from each SMTP packets displayed in > the packet list pane.
If the contents of the e-mails are gathered also, the best place to display this information is probably via the Export Object feature (File - Export - Object menu). The only object export implemented so far is HTTP. See gtk/export_object.c, gtk/export_object_http.c and a small piece in epan/dissectors/packet-http.c for how this is implemented. Hint: It uses the tap mechanism to pass the information from the dissector to the export object dialog. Steve _______________________________________________ Wireshark-dev mailing list [email protected] http://www.wireshark.org/mailman/listinfo/wireshark-dev
