9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] snoopy correction
@ 2004-02-22 21:06 Richard Miller
  0 siblings, 0 replies; only message in thread
From: Richard Miller @ 2004-02-22 21:06 UTC (permalink / raw)
  To: 9fans

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



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-02-22 21:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-02-22 21:06 [9fans] snoopy correction Richard Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).