Ethereal-dev: Re: [ethereal-dev] AIX: gtk problem solved, now an ethereal problem

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

From: Laurent Deniel <deniel@xxxxxxxxxxx>
Date: Tue, 16 Nov 1999 07:22:16 +0100
Craig Rodrigues wrote:
> 
> 
> This may be a stupid question, but where can I learn about
> these low-level ioctl() functions, and the implementation of these
> things at the kernel/network stack level?  I don't have a lot of
> experience working in this area, and don't know where to look
> for answers when I have questions (this mailing list has been pretty good. :)
> 

Usually comments in <sys/ioctl.h> may help :-). In fact that depends a lot
on the OS, there is no standard way for documenting those ioctl since they
are often OS or subsystem specific. But you can try to look at manual pages
(or info on AIX) like ioctl, inet, ip, tcp and specific devices etc.
A good source of information is also the FAQ (socket programming, TCP/IP and
RAW IP FAQs for instance). When you are really stuck, you can search the
WEB...

Laurent.

--
Laurent DENIEL        | E-mail: deniel@xxxxxxxxxxx
Paris, FRANCE         |         laurent.deniel@xxxxxxxxxxxxxxxxxxxxxxxxxxxx
                      | WWW   : http://www.worldnet.fr/~deniel
    All above opinions are personal, unless stated otherwise.