[Wireshark-dev] How to implement Flow graph ?

2010-05-03 Thread nikhil tripathi
Hi All, I have added a new plugin in wireshark source code and able to dissect packets. Now i want to to do Flow graph (Statistics --->Flow Graph) flow graph analysis.I done code browsing and go through wireshark developers guide but couldn't find the way to add Flow graph property. Could you

[Wireshark-dev] Compilation_problem

2010-02-06 Thread nikhil tripathi
Hi I added new plugin on wireshark.I am compiling it on Linux platform. I modified all makefiles ,configure.in and ./configure file to register entry for new plugin. Now i had run command ./autogen.sh after successful execution of this command i found that ./configure file was regenerated and

[Wireshark-dev] DLL_Loading_Issue

2010-01-04 Thread nikhil tripathi
Hi I had downloaded wireshark-1.0.3 source code and added new plugin for protocol "xyz".I rebuild source code it build successfully and "xyz.dll" file generate. Is it possible to load the same "xyz.dll" to other wireshark.exe releases without rebuilding the source code. Regards Nikhil___

[Wireshark-dev] Doubts_in_writting_dissector

2009-12-16 Thread nikhil tripathi
Hi While writing new plugin i have some doubts as below: 1:Why the global_port_number is important and how wiresahrk use thi? 2:How wireshark choose protocol to dissect the cpaturing data? 3.How we write new plugin when we don't know the port number can we wirte plugin ? Regards Nikhil_

[Wireshark-dev] Query

2009-12-15 Thread nikhil tripathi
Hi, I added a new "xyz" plugin in wireshark and build sccussfully.I have a log file.Every time whin i opened log file it dissect according to Ethernet protocol. I want to dissect it with my "xyz" plugin protocol. So guide me how i achive this what are the changes require in library files. Rega