Re: Python Script for Colorizing Traceroute Output (apologies for top-post)

2012-11-17 Thread Chris Angelico
On Sun, Nov 18, 2012 at 12:18 PM, Steven D'Aprano wrote: > On Sun, 18 Nov 2012 09:00:10 +1100, Chris Angelico wrote: > > [...] >> I've never used the program, though, so I have no idea how good it is. >> All I've done is download the tar.gz and glance over a few bits (the >> licence, mainly - whic

Re: Python Script for Colorizing Traceroute Output (apologies for top-post)

2012-11-17 Thread Steven D'Aprano
On Sun, 18 Nov 2012 09:00:10 +1100, Chris Angelico wrote: [...] > I've never used the program, though, so I have no idea how good it is. > All I've done is download the tar.gz and glance over a few bits (the > licence, mainly - which is mostly-GPL). "Mostly" GPL? You mean "not GPL". I really wis

Re: Python Script for Colorizing Traceroute Output (apologies for top-post)

2012-11-17 Thread Chris Angelico
On Sun, Nov 18, 2012 at 6:59 AM, Jordan Bylsma wrote: > For this case the firewalls DO respond to TTL(in most cases) and will show in > a traceroute. The objective here is to colorize particular devices to easily > see what type of devices traffic would traverse across the network. I would > be

Re: Python Script for Colorizing Traceroute Output (apologies for top-post)

2012-11-17 Thread Jordan Bylsma
For this case the firewalls DO respond to TTL(in most cases) and will show in a traceroute. The objective here is to colorize particular devices to easily see what type of devices traffic would traverse across the network. I would be using a database of device hostnames that when they match in t

Re: Python Script for Colorizing Traceroute Output (apologies for top-post)

2012-11-17 Thread Chris Angelico
On Sun, Nov 18, 2012 at 5:38 AM, Roy Smith wrote: > In article , > w...@mac.com wrote: >> Don't forget that most firewalls don't decrement) the time-to-live number, >> and unless you REALLY know what to look for, are invisible. > > Interesting. If the firewall doesn't decrement TTL (a particular

Re: Python Script for Colorizing Traceroute Output (apologies for top-post)

2012-11-17 Thread Roy Smith
In article , w...@mac.com wrote: > On Nov 17, 2012, at 10:04 AM, Jordan Bylsma wrote: > > > I'm looking into writing a python script that colorizes particular hops > > when using traceroute. Anyone run across something like this? I don't think > > it would be extremely difficult to write but

Re: Python Script for Colorizing Traceroute Output (apologies for top-post)

2012-11-17 Thread wrw
On Nov 17, 2012, at 10:04 AM, Jordan Bylsma wrote: > I'm looking into writing a python script that colorizes particular hops when > using traceroute. Anyone run across something like this? I don't think it > would be extremely difficult to write but some example code would help. > > Basically

Re: Python Script for Colorizing Traceroute Output

2012-11-17 Thread wrw
Don't forget that most firewalls don't decrement) the time-to-live number, and unless you REALLY know what to look for, are invisible. -Bill On Nov 17, 2012, at 10:04 AM, Jordan Bylsma wrote: > I'm looking into writing a python script that colorizes particular hops when > using traceroute. An

Re: Python Script for Colorizing Traceroute Output

2012-11-17 Thread garabik-news-2005-05
Jordan Bylsma wrote: > I'm looking into writing a python script that colorizes particular > hops when using traceroute. Anyone run across something like this? I > don't think it would be extremely difficult to write but some example > code would help. > Generic Colouriser http://kassiopeia.juls