From owner-freebsd-questions Thu Jun 8 14:17:24 2000 Delivered-To: freebsd-questions@freebsd.org Received: from secure.smtp.email.msn.com (cpimssmtpu07.email.msn.com [207.46.181.28]) by hub.freebsd.org (Postfix) with ESMTP id 81CA237BFBD for ; Thu, 8 Jun 2000 14:17:21 -0700 (PDT) (envelope-from juha_saarinen@email.msn.com) Received: from DENDENNIS - 203.79.82.14 by email.msn.com with Microsoft SMTPSVC; Thu, 8 Jun 2000 14:16:59 -0700 From: "Juha Saarinen" To: "Bernhard Rosenkraenzer" , "Willem Brown" Cc: , "Alan Mead" , Subject: RE: Someone is still stalking me with spam Date: Fri, 9 Jun 2000 09:13:22 +1200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG %-> The simplest way to make them readable is %-> %-> #include %-> 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