Re: hex2ascii

2003-10-13 Thread Gary Stainburn
On Monday 13 Oct 2003 12:29 pm, Rob Dixon wrote: > Gary Stainburn wrote: > > I've got tcpdump data in HEX format, which I need to convert > > to characters so that I can then pass it through ebcdic2ascii > > so that I can ready it, i.e. > > > > how can I convert > > > > my $line='48656c6c6f20576f72

Re: hex2ascii

2003-10-13 Thread Rob Dixon
Gary Stainburn wrote: > > I've got tcpdump data in HEX format, which I need to convert > to characters so that I can then pass it through ebcdic2ascii > so that I can ready it, i.e. > > how can I convert > > my $line='48656c6c6f20576f726c64'; > > so that I get > > print $line,"\n"; > > giving > > H

hex2ascii

2003-10-13 Thread Gary Stainburn
hi folks, I've got tcpdump data in HEX format, which I need to convert to characters so that I can then pass it through ebcdic2ascii so that I can ready it, i.e. how can I convert my $line='48656c6c6f20576f726c64'; so that I get print $line,"\n"; giving Hello World -- Gary Stainburn T