Ethereal-dev: RE: [Ethereal-dev] [patch] Small patch for flow graph feature for SS7nodes

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: "Jacques, Olivier (OCBU-Test Infra)" <olivier.jacques@xxxxxx>
Date: Thu, 15 Dec 2005 09:25:56 +0100
Hello,

Can someone have a look at this small patch and see if it could be included?
http://www.ethereal.com/lists/ethereal-dev/200512/msg00209.html 

Maybe I need to do some more homework :)

Olivier.

> -----Original Message-----
> From: ethereal-dev-bounces@xxxxxxxxxxxx 
> [mailto:ethereal-dev-bounces@xxxxxxxxxxxx] On Behalf Of 
> Jacques, Olivier (OCBU-Test Infra)
> Sent: vendredi 9 décembre 2005 11:27
> To: Ethereal development
> Subject: RE: [Ethereal-dev] [patch] Small patch for flow 
> graph feature for SS7nodes
> 
> Here is a second version of the diff which now leave the 
> choice between standard source/destination addresses 
> (default) and network source/destination addresses.
> 
> I think this version could be checked-in while waiting for 
> the improvements mentioned by Guy about address layers.
> 
> Olivier.
> 
> > -----Original Message-----
> > From: ethereal-dev-bounces@xxxxxxxxxxxx 
> > [mailto:ethereal-dev-bounces@xxxxxxxxxxxx] On Behalf Of Jacques, 
> > Olivier (OCBU-Test Infra)
> > Sent: mardi 6 décembre 2005 16:08
> > To: Ethereal development
> > Subject: [Ethereal-dev] [patch] Small patch for flow graph 
> feature for 
> > SS7nodes
> > 
> > Hello all,
> >  
> > here is a small patch for the flow graph feature. It allows to have 
> > SS7 nodes (network indicator/point codes) to be recognized 
> as nodes in 
> > the graphs.
> > The patch consists in using "pinfo->net_src" or "pinfo->net_dst" 
> > instead of "pinfo->src" or "pinfo->dst".
> > I did some tests with other IP protocols and behavior was still the 
> > same as before. But I do not guaranty that it doesn't have some bad 
> > side effects for some protocols.
>