Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Jun 2000 09:13:22 +1200
From:      "Juha Saarinen" <juha_saarinen@email.msn.com>
To:        "Bernhard Rosenkraenzer" <bero@redhat.de>, "Willem Brown" <willem@brwn.org>
Cc:        <redhat-list@redhat.com>, "Alan Mead" <amead8695@home.com>, <freebsd-questions@freebsd.org>
Subject:   RE: Someone is still stalking me with spam
Message-ID:  <LNBBIBDBFFCDPLBLLLHFIEPMHLAA.juha_saarinen@email.msn.com>
In-Reply-To: <Pine.LNX.4.21.0006081312050.4033-100000@bochum.redhat.de>

next in thread | previous in thread | raw e-mail | index | archive | help
%-> The simplest way to make them readable is
%->
%-> #include <stdio.h>
%-> main()
%-> {
%->         unsigned long l=htonl(3454552827);
%->         unsigned char *s=(unsigned char *)&l;
%->         printf("%u.%u.%u.%u\n", s[0], s[1], s[2], s[3]);
%-> }

Errr... don't know if that's the simplest way, actually. Simply ping the
obfuscated address to get the IP. ;-)

-- Juha




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?LNBBIBDBFFCDPLBLLLHFIEPMHLAA.juha_saarinen>