Re: Need help with logging IP packets

1999-12-29 Thread Dave Ihnat
Miguel A.L. Paraz wrote: > I'm working with a router which can dump copies of all IP headers it sees to > a UDP port on a given host. Ok, so you just want to write a drain and filter program. > I'm now looking into how to write the code that will decipher the headers. > All I need are the sourc

Re: Need help with logging IP packets

1999-12-29 Thread Miguel A.L. Paraz
Hi, On Wed, Dec 29, 1999 at 01:03:16PM +0300, Michael Ju. Tokarev wrote: > This is not answer to your question, but still -- Are you shure that you > really need this method? It is maybe more simple and flexible (and with > less load on machines and esp. network) to use ipchains for this purpo

Re: Need help with logging IP packets

1999-12-29 Thread Michael Ju. Tokarev
"Miguel A.L. Paraz" wrote: > > Hi all, > > I'm working with a router which can dump copies of all IP headers it sees to > a UDP port on a given host. > > I'm now looking into how to write the code that will decipher the headers. > All I need are the source and destination addresses and ports, a