Ethereal-users: [Ethereal-users] help:translate tethereal output into MYSQL database in C progra

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: "Ching-Tung Lo" <g931319@xxxxxxxxxxx>
Date: Thu, 25 Sep 2003 17:19:52 +0800
Hi,
I'm using Tethereal to do a live capture ,and trying to pipe the output to another program
(the program is used to  translate the output into MYSQL database).
Here is my thought:
#tethereal  -l  |  ( program)
#tethereal  -l  > (program)
Which is better to Use  " | " or " >"  ?
Because I am not good in C programming,
can anybody tell me what library fuction should be used in the program??or tell me where to find the program solution?
Thanks!!
                                    Ching-Tung Lo