Re: Intresting Strange Address - Not Linux Q

2001-06-06 Thread Oded Arbel
MAIL PROTECTED]>; "Ben-Nes Michael" <[EMAIL PROTECTED]>; "Linux-Il" <[EMAIL PROTECTED]> Sent: Wednesday, June 06, 2001 12:10 PM Subject: Re: Intresting Strange Address - Not Linux Q > By the way, if anyone is contemplating filtering mailing-list email to >

Re: Intresting Strange Address - Not Linux Q

2001-06-06 Thread Nadav Har'El
On Tue, Jun 05, 2001, Nadav Har'El wrote about "Re: Intresting Strange Address - Not Linux Q": > Actually, catching this case is trivial. Since nobody in their right mind > (i.e., nobody except spammers) actually uses such a weird URL in an email, > the mere presence of

Re: Intresting Strange Address - Not Linux Q

2001-06-05 Thread Nadav Har'El
On Wed, Jun 06, 2001, Adi Stav wrote about "Re: Intresting Strange Address - Not Linux Q": > On Tue, Jun 05, 2001 at 02:17:26PM +0300, Haim Gelfenbeyn wrote: > > As you know IP address in just 32-bit number. Many browsers (including > > NS and IE4+ as far as I know)

Re: Intresting Strange Address - Not Linux Q

2001-06-05 Thread Adi Stav
On Tue, Jun 05, 2001 at 02:17:26PM +0300, Haim Gelfenbeyn wrote: > As you know IP address in just 32-bit number. Many browsers (including > NS and IE4+ as far as I know) support both the regilar > "number.dot.number..." form and specifying IP as-is (e.g. as 32-bit > decimal number). To convert fro

Re: Intresting Strange Address - Not Linux Q

2001-06-05 Thread rcs
#include #include #include #include static char *weirdaddr="3475622417"; int main(void) { struct sockaddr_in in; in.sin_addr.s_addr=inet_addr(weirdaddr); printf("weird addr not so weird: %s\n",inet_ntoa(in.sin_addr)); return 0; } Ben-Nes Michael <[EMAIL PRO

RE: Intresting Strange Address - Not Linux Q

2001-06-05 Thread Haim Gelfenbeyn
As you know IP address in just 32-bit number. Many browsers (including NS and IE4+ as far as I know) support both the regilar "number.dot.number..." form and specifying IP as-is (e.g. as 32-bit decimal number). To convert from 32-bit numeric form to the regular one simply convert the number to hex

Re: Intresting Strange Address - Not Linux Q

2001-06-05 Thread Michael Rozhavsky
Hi, 3475622417 == 0xCF29CA11 0xCF=207 0x29=41 0xCA=202 0x11=17 :) On Tue, Jun 05, 2001 at 01:45:27PM +0300, Ben-Nes Michael wrote: > I got in spam mail a funny address -> http://3475622417 > > The address catch my attention as it look very strange to me ( no domain, no > IP) > > I tried to