From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Lars Magne Ingebrigtsen Newsgroups: gmane.emacs.devel Subject: Re: UDP/DNS in Emacs Date: Sat, 30 Mar 2002 23:41:05 +0100 Organization: Programmerer Ingebrigtsen Sender: emacs-devel-admin@gnu.org Message-ID: References: <6137-Sat30Mar2002211343+0300-eliz@is.elta.co.il> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1017528149 26671 127.0.0.1 (30 Mar 2002 22:42:29 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 30 Mar 2002 22:42:29 +0000 (UTC) Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16rRYL-0006w4-00 for ; Sat, 30 Mar 2002 23:42:29 +0100 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 16rRio-0001PL-00 for ; Sat, 30 Mar 2002 23:53:19 +0100 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16rRY5-0008St-00; Sat, 30 Mar 2002 17:42:13 -0500 Original-Received: from main.gmane.org ([80.91.224.249]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16rRX0-0008RZ-00 for ; Sat, 30 Mar 2002 17:41:06 -0500 Original-Received: from list by main.gmane.org with local (Exim 3.33 #1 (Debian)) id 16rRX0-0006vY-00 for ; Sat, 30 Mar 2002 23:41:06 +0100 Original-To: emacs-devel@gnu.org X-Injected-Via-Gmane: http://gmane.org/ Original-Received: from news by main.gmane.org with local (Exim 3.33 #1 (Debian)) id 16rRX0-0006vQ-00 for ; Sat, 30 Mar 2002 23:41:06 +0100 Original-Path: not-for-mail Original-Newsgroups: gmane.emacs.devel Original-Lines: 22 Original-NNTP-Posting-Host: quimbies.gnus.org Original-X-Trace: main.gmane.org 1017528066 26569 80.91.231.2 (30 Mar 2002 22:41:06 GMT) Original-X-Complaints-To: usenet@main.gmane.org Original-NNTP-Posting-Date: Sat, 30 Mar 2002 22:41:06 +0000 (UTC) Mail-Copies-To: never X-Now-Playing: Cabaret Voltaire's _Radiation_: "Doom Zoom" User-Agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.1 (i686-pc-linux-gnu) X-Face: |J List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:2267 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:2267 Simon Josefsson writes: > I wrote a simple DNS client for TCP some time ago, but I'm sure that > seeing the code won't help you. :-) :-) > Oh, and DNS can use both UDP and TCP, so I guess a dns.el should use > both, with the appropriate fallback UDP->TCP. I'm concentrating on UDP for the time being... > There was a library posted to gnu.emacs.sources recently for dealing > with binary structures, it might be useful for unpacking DNS packets. I've basically gotten dns.el to work, only I'm having the usual problems with having bytes in the buffer remain bytes and not turning into characters. :-/ -- (domestic pets only, the antidote for overdose, milk.) larsi@gnus.org * Lars Magne Ingebrigtsen _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://mail.gnu.org/mailman/listinfo/emacs-devel