diff options
author | Michael Tüxen <tuexen@fh-muenster.de> | 2004-03-23 18:33:25 +0000 |
---|---|---|
committer | Michael Tüxen <tuexen@fh-muenster.de> | 2004-03-23 18:33:25 +0000 |
commit | b7ef0e5bed2aa01b6ba8bb832d96c14dca101c03 (patch) | |
tree | 2a29d82eba7193cb6028477f90bdfbfa61468aa0 /README.macos | |
parent | 834543d7c779bdcd0a49536e91c0021c17264477 (diff) | |
download | wireshark-b7ef0e5bed2aa01b6ba8bb832d96c14dca101c03.tar.gz wireshark-b7ef0e5bed2aa01b6ba8bb832d96c14dca101c03.tar.bz2 wireshark-b7ef0e5bed2aa01b6ba8bb832d96c14dca101c03.zip |
pcap-stdinc.h is not needed on a Mac OS X system.
svn path=/trunk/; revision=10462
Diffstat (limited to 'README.macos')
-rw-r--r-- | README.macos | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.macos b/README.macos index e05ef11d77..2cde7e55f6 100644 --- a/README.macos +++ b/README.macos @@ -1,4 +1,4 @@ -$Id: README.macos,v 1.7 2004/03/23 03:19:06 guy Exp $ +$Id: README.macos,v 1.8 2004/03/23 18:33:25 tuexen Exp $ This file tries to help building Ethereal for Mac OS X (Ethereal does not work on earlier versions of Mac OS). @@ -90,5 +90,5 @@ In addition, the Software Update to 10.3.3 and later will update the libpcap dylib but not the header files. If systems come pre-installed with 10.3.3, they might have the correct header files (and man pages). -As a workaround, install pcap.h, pcap-bpf.h and pcap-stdinc.h from +As a workaround, install pcap.h and pcap-bpf.h from tcpdump.org's libpcap 0.8.1 in "/usr/include". |