Re: [tcpdump-workers] output help

2008-06-07 Thread Guy Harris
[EMAIL PROTECTED] wrote: I tried piping to the SuperCollider program, but I'm guessing I would have to edit the SuperCollider code then so that I can tell it what to do with the Piped data? Try, instead, writing a program that 1) reads tcpdump output and 2) based on what it reads,

Re: [tcpdump-workers] output help

2008-06-07 Thread stephen
To: tcpdump-workers@lists.tcpdump.org Subject: Re: [tcpdump-workers] output help [EMAIL PROTECTED] wrote: > I'm new to the tcpdump code and I'm looking for some direction as to > where the screen output takes place. I'm trying to capture that output > and send it v

Re: [tcpdump-workers] output help

2008-06-07 Thread Guy Harris
[EMAIL PROTECTED] wrote: I'm new to the tcpdump code and I'm looking for some direction as to where the screen output takes place. I'm trying to capture that output and send it via OpenSoundControl messages to the SuperCollider music technology programming system. "Capture" in what sense? On

[tcpdump-workers] output help

2008-06-06 Thread stephen
I'm new to the tcpdump code and I'm looking for some direction as to where the screen output takes place. I'm trying to capture that output and send it via OpenSoundControl messages to the SuperCollider music technology programming system. Any help and direction will be greatly appreciated. T