[Wireshark-dev] Plugin easy_codec seems obsolete with VS2005+

2009-11-19 Thread xourciere.ext
Hello, For information, it seems that the plugin easy_codec is obsolete using VS2005+ to compile Wireshark. The error: > Microsoft (R) Program Maintenance Utility Version 9.00.21022.08 > Copyright (C) Microsoft Corporation. Tous droits réservés. > > link -dll /out:easy_codec.dll /NOLOGO

Re: [Wireshark-dev] Flow Graph without information about packets

2009-11-17 Thread xourciere.ext
Hello, I am still having some problems making the Flow Graph to work fine with my dissectors. Is there some doc on the use of the flow graph ? Perhaps I missed something in my dissectors but I am not able to find what at this time. Any help is welcome. Regards, Xavier. -Message d'origin

Re: [Wireshark-dev] Browse field in the preferences

2009-08-05 Thread xourciere.ext
Hello Aurelien, Perhaps you can use the "Follow TCP/UDP stream" feature then save the result. Regarding your idea about having a file setting inside the preferences it should be possible, but I do not know how to use it properly. Here are some sources I use in my dissector templates to let th

Re: [Wireshark-dev] error during the compilation.

2009-08-03 Thread xourciere.ext
Thank you Florent. Installing subversion Cygwin package solves this problem. I think this package should be checked by the "nmake -f Makefile.nmake verify_tools" because subversion seems to be mandatory to compile the trunk. Regards, -- Xavier OURCIERE. F

Re: [Wireshark-dev] Flow Graph without information about packets

2009-02-17 Thread xourciere.ext
I just noticed that when I show the Flow Graph there are no information at all. The only way to have the information of my protocol showed in the Flow Graph, is to do "Telephony -> VoIP-Calls" then showing the Flow Graph. I am pretty sure that I miss something in my dissector but I cannot say wh

[Wireshark-dev] Flow Graph without information about packets

2009-02-17 Thread xourciere.ext
Hello, After having coded a dissector plugin (thx to Anders for the help), I am looking for a way to have the "Flow Graph" populated automaticaly. Unfortunately I did not find any info on it. Perhaps it is done with the info dissected from the dissector... I dont know. The weird thing is that I

Re: [Wireshark-dev] Help - Peculiar behavior with DLLs

2009-02-16 Thread xourciere.ext
Hi Doron, Have you checked the URL below about the compiler used to build Wireshark ? http://www.wireshark.org/docs/wsdg_html_chunked/ChToolsMSChain.html Perhaps you need the redistribuable files for the compiler you used to build Wireshark. Just download those files and install them on the ta

Re: [Wireshark-dev] Problems to fill COL_INFO in a new dissector

2009-02-13 Thread xourciere.ext
Hi Yann, In fact I hoped there is a way to get the info back from the tree once it is populated by the dissector. But I return to my first idea that was to populate the COL_INFO during the dissection (at this time it is partially working, thx to Anders). Regards, Xavier. -Message d'origin

[Wireshark-dev] Problems to fill COL_INFO in a new dissector

2009-02-13 Thread xourciere.ext
Hello, Well here is the full story. I managed to code a new dissector from its ASN.1 description (Cisco CRSPv3). Everything is working except that I want to have some informations showed in the column "Info". At this time I can parse the tvb to match the info I need, but in this case the dissect

Re: [Wireshark-dev] Problems to fill COL_INFO in a new dissector

2009-02-13 Thread xourciere.ext
Thank you for this code snippet. It helped me a lot to understand the way the code in the CNF is inserted in the generated code of the dissector. Regards, Xavier. -Message d'origine- De : wireshark-dev-boun...@wireshark.org [mailto:wireshark-dev-boun...@wireshark.org] De la part de Ande

[Wireshark-dev] Problems to fill COL_INFO in a new dissector

2009-02-13 Thread xourciere.ext
Hi Anders, I am not familiar with the CNF file, I used an almost empty one during my tests but I will try to have a deeper look at the advanced conf. In the meantime I think that I can get the info I need directly from the generated "tree" filled by the dissector. So is there some predefined fun

[Wireshark-dev] Problems to fill COL_INFO in a new dissector

2009-02-13 Thread xourciere.ext
Hello, Well here is the full story. I managed to code a new dissector from its ASN.1 description (Cisco CRSPv3). Everything is working except that I want to get some informations showed in the column "Info". At this time I can parse the tvb to match the info I need, but in this case the dissecto