From mboxrd@z Thu Jan 1 00:00:00 1970 From: anothy@cosym.net To: 9fans@cse.psu.edu Subject: Re: [9fans] cpu server/terminal combination MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit Message-Id: <20020606145452.0590B199EC@mail.cse.psu.edu> Date: Thu, 6 Jun 2002 10:51:06 -0400 Topicbox-Message-UUID: a75bb59c-eaca-11e9-9e20-41e7f4b1d025 //...documentation about network programming in plan9... take a look at dial(2) and ip(3) for starters. that should tell you most of what you need to know to get started. the paper in /sys/doc/net may also be useful. //...a general packet sniffer... take a look at snoopy(8) for a sniffer. i know of no tools to generate custom packets. ア