On Mon, 3 Apr 1995, Dan Winger wrote:
> 	My operating system is OSF/1 vs 3.0.
> 
> 	As I assume everybody is probably hyped about the up and coming
> public release of "S.A.T.A.N." (System Administrators Tool for Analyzing
> Networks), I am trying to do my best to make sure that I can detect
> such hackers in my area of the internet world.
> 
> 	There is one perl script program named "courtney" that uses "tcpdump"
> which uses a library "libpcap.a" to detect any S.A.T.A.N. attempts.  I am
> trying to get "libpcap" to compile properly.
> 
> 	The programs I need are "flex" and "bison".  Are these common programs
> that should be on CDROM associated with the OSF/1 OS CD?
> 
> 	I am missing a file "tokdefs.h" associated with the library code.  Is this
> file a common file?  Or does somebody have a copy of this file who could EMail it
> to me?
> 
> Any help in this matter would be helpful.
> 
> Thank You.
> 
> Dan Winger  __   _     *      )     * NASA-Goddard Space Flight Center
flex and bison are both GNU utilities.
flex is GNU's version of lex, the lexical parser.  It takes text & processes 
them into tokens.  Then you use yacc (or bison or byacc) to operate on 
those tokens.
For the most part, flex & bison is to compile gcc because the system 
lex/yacc are deficient/broken/not powerful enough.  And you need gcc for 
the same reasons ;-}
As for tokdefs.h, I can't help you, I couldn't find it on our system, but 
that doesn't mean it isn't there.
Hope this helps :)
Paul
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
- Paul Lussier		=   It is a good day	=The next best thing to doing -
= Raytheon MSD SWL	-    to put slinkies	-something smart is not doing =
- pll_at_swl.msd.ray.com	=     on escalators	=      something stupid.      -
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   =                           Quote of the week:                          =
   -                Double your drive space - delete Windows!              -
   =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Received on Tue Apr 04 1995 - 08:16:12 NZST