From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: To: 9fans@cse.psu.edu From: Richard Miller MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: [9fans] snoopy correction Date: Sun, 22 Feb 2004 21:06:18 +0000 Topicbox-Message-UUID: f1007df2-eacc-11e9-9e20-41e7f4b1d025 snoopy(8) has a small impediment preventing it from displaying the contents of 9p packets which turn out not to be 9p packets (because they're encrypted or 3rd edition 9p or both). Here's a correction: diff /sys/src/cmd/ip/snoopy/ninep.c ninep.c 29,30c29 < convM2S(m->ps, m->pe-m->ps, &f); < if(f.type){ --- > if(convM2S(m->ps, m->pe-m->ps, &f)){ -- Richard