Ethereal-users: Re: [ethereal-users] problem while make'ing: "wiretap/file.c:93: undefined refer

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

From: Guy Harris <gharris@xxxxxxxxxxxx>
Date: Sun, 28 Nov 1999 11:58:18 -0800
> And what is the 'wiretap' file used for? I believe it is an Ethereal 
> internal file, is this correct?

Wiretap is the name of the library that Ethereal uses to read and write
capture files; it's (currently) an Ethereal internal library (one could,
I guess, use it in other programs, as long as one bears in mind that the
API isn't necessarily cast in concrete yet, and may change if Ethereal
requires a feature from it that requires an API change - Ethereal would
change to use the changed API, but you'd have to change your program
yourself...).