Re: [Wireshark-dev] [Wireshark] Reach Data

2009-06-10 Thread POINTEAU Remy
> Thank you for you help > > Rémy > > -Message d'origine- > De : wireshark-dev-boun...@wireshark.org > [mailto:wireshark-dev-boun...@wireshark.org]de la part de Guy Harris > Envoyé : mardi 9 juin 2009 18:46 > À : Developer support list for Wireshark > Objet

Re: [Wireshark-dev] [Wireshark] Reach Data

2009-06-10 Thread POINTEAU Remy
Reach Data On Jun 10, 2009, at 1:13 AM, POINTEAU Remy wrote: > I give you an exempl of the data I want to recover. > My problem is I don't now the name of the variable (and the type) > which can give me this array. There's no variable that contains *only* the payload o

[Wireshark-dev] [Wireshark] Reach Data

2009-06-09 Thread POINTEAU Remy
Hi, In my project, I just want to recover the data of the frame which is selected. I try to display in a frame cfile.pd, but nothing is display or sometime just a sqare is display. Maybe I don't use the appropriate variable. Thank you for your help Rémy ___

Re: [Wireshark-dev] Program test

2009-06-05 Thread POINTEAU Remy
Hi, Wireshark can't see communications on your Windows loopback interface. Please run client and serveur on different platfoms. Thanx, Jaap Sent from my iPhone On 4 jun 2009, at 10:43, "POINTEAU Remy" < remy.point...@tech.viveris.com> wrote: > Hi ! > I need, your hel

[Wireshark-dev] Program test

2009-06-04 Thread POINTEAU Remy
Hi ! I need, your help, To test my projecy, I need to create a communication between a server and a client with UDP. I took a source code of python, but wireshark don't capture the communication. I give you the python code that i used. Thank you for your help Rémy serveur.py Description: serv

Re: [Wireshark-dev] [Wireshark] Data bit by bit

2009-04-22 Thread POINTEAU Remy
7 À : Developer support list for Wireshark Objet : Re: [Wireshark-dev] [Wireshark] Data bit by bit On Apr 22, 2009, at 12:25 AM, POINTEAU Remy wrote: > This project should allow Wireshark to dissect packets whose format > is defined by an XML file. I.e., you want a mechanism by whi

Re: [Wireshark-dev] [Wireshark] Data bit by bit

2009-04-22 Thread POINTEAU Remy
:27 À : Developer support list for Wireshark Objet : Re: [Wireshark-dev] [Wireshark] Data bit by bit On Apr 20, 2009, at 6:09 AM, POINTEAU Remy wrote: > I'm working on a project which uses XML file for the definition of > the frame. > To disect the frame, I need the frame withou

Re: [Wireshark-dev] [Wireshark] Data bit by bit

2009-04-21 Thread POINTEAU Remy
il 2009 17:17 À : Developer support list for Wireshark Objet : Re: [Wireshark-dev] [Wireshark] Data bit by bit Hi, So you want the raw data. Why not read the data from the pcap files directly? Or use WinPcap to the capture yourself. Thanx, Jaap Sent from my iPhone On 20 apr 2009, at 15:09, "P

[Wireshark-dev] [Wireshark] Data bit by bit

2009-04-20 Thread POINTEAU Remy
Hi ! I'm working on a project which uses XML file for the definition of the frame. To disect the frame, I need the frame without being disected by Wireshark. I want the bit by bit item a the frame which are captured. Is there any function which can return a file or strings of the bit frame? Thank

[Wireshark-dev] add new project

2009-03-30 Thread POINTEAU Remy
Hi ! for my project, i have to use a parser, and i have several questions : - Should i create a new project to modify th edependency of the project ? - Should i use Tinyxml to parse my XML files or, is there already a parser in wireshark ? - how can i use this parser if there is already one

[Wireshark-dev] XML

2009-03-30 Thread POINTEAU Remy
Hi !! I want to use XML files, and know that GMarkupParser is use in GTK, but is it the librairy which is used by the developpers for all the program? Is there a better librairy which can be added easily to the code ? Thanx Rémy _

[Wireshark-dev] [Wireshark] New pane

2009-03-18 Thread POINTEAU Remy
Hi ! I want to add a new pane during the capture. I try to add the pane in the main_first_pane, but wireshark don't display th enew pane and display the three other pane empty. How can i do to insert a nex pane between byte_nb_ptr and tv_scroll Thank you _

[Wireshark-dev] Plugin development

2009-02-25 Thread POINTEAU Remy
Hi ! It's the first time to me I have to develop a plugin. I'm a beginner ! So, i just want to know if someone can send me an exempl of plugin very easy (a "hello world" plugin). I use MSVC2005. Thank you for all your help. R aimais _

[Wireshark-dev] New member

2009-02-23 Thread POINTEAU Remy
Hi ! I'm a new member of the mailinglist of Wireshark. I registered myself because I do an internship in a company witch asks me to develop the GUI of wireshark. My goal is to develop a plugin wich can be translate all the encrypted data by alphabetic data (or sentences). I began my internship l