Re: [Wireshark-dev] Enhancement to Flow graph in Wireshark

2009-06-11 Thread BANDARU, Govindarao (Govindarao)

Didier,
Thanks a lot for quick response. I will give a try now. 
Where I can see text output of flow graph? Please let me know.

Thanks,
Govind

-Original Message-
From: didier [mailto:dgauthe...@magic.fr] 
Sent: Tuesday, June 09, 2009 9:00 PM
To: Developer support list for Wireshark
Cc: BANDARU, Govindarao (Govindarao)
Subject: Re: [Wireshark-dev] Enhancement to Flow graph in Wireshark

Hi,
Le mardi 09 juin 2009 à 11:55 +0530, BANDARU, Govindarao (Govindarao) a
écrit :
 Hi All,
 
I have a request for you. I need your help/suggestions for the
 following issue on flow graph in Wireshark. 
 
   We have a feature called 'flow graph' in wireshark as you know. It
 shows messages in a call flow among each entity with an IP address. We
 can name each IP address with an entity name through hosts file. This
 is fine, where each entity(NE,network element) has single IP address
 for each interface. 
 
   But the issue is with when each NE(Network Element) has different IP
 addresses for the interface. For example, one NE (XX) will have
 different IP addresses for different interfaces. So in the Wireshark,
 in the hosts file, even if we define same host name (NE, XX) to
 different IP address  it will not plot a flow showing one
 entity(NE,XX). It will generate a flow showing  different entity (XX).
 Can you please suggest me how to implement this enhancement where we 
You have to modify at least:
gtk/flow_graph.c
gtk/graph_analysis.c
gtk/graph_analysis.h

and maybe files including graph_analysis.h if you changed structures
definition.

You need a new node type, ie hostname and modify the logic each time
you're seeing CMP_ADDRESS, COPY_ADDRESS.
You can get an IP hostname with Wireshark function get_addr_name()

 can see correct flow graph for this? How much time it will take to
 implement this in Wireshark? 
With testing? At most half a day.

   One more thing is,  can we save flow in a readable format (could be
 in pdf format)?
There's a text output, no idea if it's readable though :)

Didier

 

___
Sent via:Wireshark-dev mailing list wireshark-dev@wireshark.org
Archives:http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
 mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe


Re: [Wireshark-dev] Enhancement to Flow graph in Wireshark

2009-06-11 Thread didier
Hi,
Le jeudi 11 juin 2009 à 16:24 +0530, BANDARU, Govindarao (Govindarao) a
écrit :
 Didier,
 Thanks a lot for quick response. I will give a try now. 
 Where I can see text output of flow graph? Please let me know.
Huh? Are we speaking about the same thing? Here both in 1.0 and HEAD in
the flow chart window I have a 'Save as...' button.

Didier


___
Sent via:Wireshark-dev mailing list wireshark-dev@wireshark.org
Archives:http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
 mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe


[Wireshark-dev] Enhancement to Flow graph in Wireshark

2009-06-09 Thread BANDARU, Govindarao (Govindarao)
Hi All,
   I have a request for you. I need your help/suggestions for the following 
issue on flow graph in Wireshark.
  We have a feature called 'flow graph' in wireshark as you know. It shows 
messages in a call flow among each entity with an IP address. We can name each 
IP address with an entity name through hosts file. This is fine, where each 
entity(NE,network element) has single IP address for each interface.
  But the issue is with when each NE(Network Element) has different IP 
addresses for the interface. For example, one NE (XX) will have different IP 
addresses for different interfaces. So in the Wireshark, in the hosts file, 
even if we define same host name (NE, XX) to different IP address  it will not 
plot a flow showing one entity(NE,XX). It will generate a flow showing  
different entity (XX). Can you please suggest me how to implement this 
enhancement where we can see correct flow graph for this? How much time it will 
take to implement this in Wireshark?
  One more thing is,  can we save flow in a readable format (could be in pdf 
format)?

  Thanks in advance.

Thanks,
Govind


___
Sent via:Wireshark-dev mailing list wireshark-dev@wireshark.org
Archives:http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
 mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe

Re: [Wireshark-dev] Enhancement to Flow graph in Wireshark

2009-06-09 Thread didier
Hi,
Le mardi 09 juin 2009 à 11:55 +0530, BANDARU, Govindarao (Govindarao) a
écrit :
 Hi All,
 
I have a request for you. I need your help/suggestions for the
 following issue on flow graph in Wireshark. 
 
   We have a feature called ‘flow graph’ in wireshark as you know. It
 shows messages in a call flow among each entity with an IP address. We
 can name each IP address with an entity name through hosts file. This
 is fine, where each entity(NE,network element) has single IP address
 for each interface. 
 
   But the issue is with when each NE(Network Element) has different IP
 addresses for the interface. For example, one NE (XX) will have
 different IP addresses for different interfaces. So in the Wireshark,
 in the hosts file, even if we define same host name (NE, XX) to
 different IP address  it will not plot a flow showing one
 entity(NE,XX). It will generate a flow showing  different entity (XX).
 Can you please suggest me how to implement this enhancement where we 
You have to modify at least:
gtk/flow_graph.c
gtk/graph_analysis.c
gtk/graph_analysis.h

and maybe files including graph_analysis.h if you changed structures
definition.

You need a new node type, ie hostname and modify the logic each time
you're seeing CMP_ADDRESS, COPY_ADDRESS.
You can get an IP hostname with Wireshark function get_addr_name()

 can see correct flow graph for this? How much time it will take to
 implement this in Wireshark? 
With testing? At most half a day.

   One more thing is,  can we save flow in a readable format (could be
 in pdf format)?
There's a text output, no idea if it's readable though :)

Didier

 

___
Sent via:Wireshark-dev mailing list wireshark-dev@wireshark.org
Archives:http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
 mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe

Re: [Wireshark-dev] Enhancement to Flow graph in Wireshark

2009-06-09 Thread Abhik Sarkar
Hi Govind,

On Tue, Jun 9, 2009 at 10:25 AM, BANDARU, Govindarao (Govindarao) 
govinda...@alcatel-lucent.com wrote:

But the issue is with when each NE(Network Element) has different IP
 addresses for the interface. For example, one NE (XX) will have different IP
 addresses for different interfaces. So in the Wireshark, in the hosts file,
 even if we define same host name (NE, XX) to different IP address  it will
 not plot a flow showing one entity(NE,XX). It will generate a flow
 showing  different entity (XX). Can you please suggest me how to implement
 this enhancement where we can see correct flow graph for this? How much time
 it will take to implement this in Wireshark?

Why don't you suffix the hostname with the purpose of the different
interfaces? For example, instead of just hostname NE for all the IPs, put
the hostnames as NE-oam, NE-sig1, NE-sig2 etc. Would that not meet the
requirements?

Regards,
Abhik.
___
Sent via:Wireshark-dev mailing list wireshark-dev@wireshark.org
Archives:http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
 mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe