diff options
author | Gilbert Ramirez <gram@alumni.rice.edu> | 1999-07-07 22:52:57 +0000 |
---|---|---|
committer | Gilbert Ramirez <gram@alumni.rice.edu> | 1999-07-07 22:52:57 +0000 |
commit | 07f42b5b31f9523deeb147226521f77a2c8dd797 (patch) | |
tree | c720d2a42f11c9d14ac1a161eb785b438c2c4b14 /README | |
parent | fba49cfe85d4b23ebbffa97fae126a379e913ecd (diff) | |
download | wireshark-07f42b5b31f9523deeb147226521f77a2c8dd797.tar.gz wireshark-07f42b5b31f9523deeb147226521f77a2c8dd797.tar.bz2 wireshark-07f42b5b31f9523deeb147226521f77a2c8dd797.zip |
Created a new protocol tree implementation and a new display filter
mechanism that is built into ethereal. Wiretap is now used to read all
file formats. Libpcap is used only for capturing.
svn path=/trunk/; revision=342
Diffstat (limited to 'README')
-rw-r--r-- | README | 13 |
1 files changed, 0 insertions, 13 deletions
@@ -31,19 +31,6 @@ Ethereal is known to compile and run on the following systems: It should run on other systems without too much trouble. -NOTE: the Makefile appears to depend on GNU "make"; it doesn't appear to -work with the "make" that comes with Solaris 7 nor the BSD "make". - -In addition, wiretap (see below) requires "flex" - it cannot be built -with vanilla "lex" - and either "bison" or the Berkeley "yacc"; whilst -the "yacc" that comes with Solaris 7 has a "-p" flag to replace "yy" in -various variable names with a specified prefix, to allow multiple -yacc-built parsers in the same program, it doesn't replace "yy" in the -"y.tab.h" file, so the lexical analyzer has no clue that "yylval" has -been renamed to "wtap_lval". (What *were* they thinking?) - -You must therefore install GNU "make", "flex", and either "bison" or -Berkeley "yacc" on systems that lack them. Full installation instructions can be found in the INSTALL file. |