Re: [Wireshark-dev] Re : Re: SMTP : Copying Data into a file

2008-05-10 Thread goitom kahsay
Hi Sevastien Tandel, Thank you for ur help. I read the README.developer and it is very important. But i have difficulty on gathering the SMTP data or (Extracting the values From,To,Subject,Date ) from the SMTP packet and display these values from each packet displayed on the packet list to a new

Re: [Wireshark-dev] Re : Re: SMTP : Copying Data into a file

2008-04-30 Thread Sébastien Tandel
Hi, I think it is relly better for you to read first the doc/README.developer and others before doing what you would like. Regards, Sebastien Tandel On Wed, Apr 30, 2008 at 3:54 PM, Auvray Julien <[EMAIL PROTECTED]> wrote: > Hello everybody!! > > I'm trying to add script to create a fil

[Wireshark-dev] Re : Re: SMTP : Copying Data into a file

2008-04-30 Thread Auvray Julien
Hello everybody!! I’m trying to add script to create a file in the source “epan/dissectors/packet-smtp.c” when I send a mail. Then I have added : FILE *P_FICHIER; P_FICHIER = fopen ("data2.txt", "w"); fclose(P_FICHIER); at the beginning of the function “dissect_smtp”. And when I start w