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
>
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
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)
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
#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
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
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