question

Started by Terry Martinabout 19 years ago4 messagesgeneral
Jump to latest
#1Terry Martin
tmartin@timedatacorp.com

I would like to know if I there is a utility to take a UDP packet which
has specific information in the payload and extract the information from
the packet and place it in the Postgres data base?

Terry Martin

Timedata Corporation

VP of Network Operations

Work: (212) 644-1600 X3

Cell: (503) 3188909

Attachments:

image001.jpgimage/jpeg; name=image001.jpgDownload
image002.gifimage/gif; name=image002.gifDownload
#2Andrej Ricnik-Bay
andrej.groups@gmail.com
In reply to: Terry Martin (#1)
Re: question

On 4/13/07, Terry Martin <tmartin@timedatacorp.com> wrote:

I would like to know if I there is a utility to take a UDP packet which
has specific information in the payload and extract the information
from the packet and place it in the Postgres data base?

Which OS (in Linux ulogd and/or tcpdump spring to mind), do
you need it captured real-time or would batch-processing on
the full-hour or end of day suit you just fine?

Cheers,
Andrej

#3Anton Melser
melser.anton@gmail.com
In reply to: Andrej Ricnik-Bay (#2)
Re: question

On 13/04/07, Andrej Ricnik-Bay <andrej.groups@gmail.com> wrote:

On 4/13/07, Terry Martin <tmartin@timedatacorp.com> wrote:

I would like to know if I there is a utility to take a UDP packet which
has specific information in the payload and extract the information
from the packet and place it in the Postgres data base?

Which OS (in Linux ulogd and/or tcpdump spring to mind), do
you need it captured real-time or would batch-processing on
the full-hour or end of day suit you just fine?

ethereal (packet sniffer) is multiplatform and scriptable, and afaict
is pretty much the best free option out there.
Cheers
Anton

#4Andrej Ricnik-Bay
andrej.groups@gmail.com
In reply to: Terry Martin (#1)
Re: question

On 4/17/07, Terry Martin <tmartin@timedatacorp.com> wrote:

I am using redhat and RTOS.

The packets with be coming in on a 1 GBPS port and the information is
streaming UDP packets coming in.

I need it real time.

With RH ulogd should be possible; RTOS I don't know at all.
And it will need a grunty machine if you're looking at lots of
traffic :}