diff options
author | Guy Harris <guy@alum.mit.edu> | 1999-11-29 23:19:09 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 1999-11-29 23:19:09 +0000 |
commit | ced3198a2baf713d23ee19ba34d860edb05bb389 (patch) | |
tree | e24c43dde6471e8c80cc538485894c2bff2d288f /README.hpux | |
parent | f6147bfdd9c1913a713bb615493dadca9651b549 (diff) | |
download | wireshark-ced3198a2baf713d23ee19ba34d860edb05bb389.tar.gz wireshark-ced3198a2baf713d23ee19ba34d860edb05bb389.tar.bz2 wireshark-ced3198a2baf713d23ee19ba34d860edb05bb389.zip |
Add a "README.hpux" file, giving notes about the Software Porting And
Archive Centre for HP-UX, who have (perhaps not the latest version of)
Ethereal in their archives, and the HP-UX C compiler options they used
when building their version.
Also note in the "README.hpux" file that there are, in the "INSTALL"
file for "libpcap", several comments about HP-UX that should be read if
you're going to use Ethereal with "libpcap" to capture packets.
svn path=/trunk/; revision=1159
Diffstat (limited to 'README.hpux')
-rw-r--r-- | README.hpux | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/README.hpux b/README.hpux new file mode 100644 index 0000000000..211e3f57da --- /dev/null +++ b/README.hpux @@ -0,0 +1,22 @@ +The Software Porting And Archive Centre for HP-UX, at + + http://hpux.csc.liv.ac.uk/ + +(and with mirrors in various countries, listed on the Centre's home +page) has ported versions, in both source and binary form, for Ethereal, +as well as for the "libpcap", GLib, GTK+, "zlib", and CMU SNMP libraries +that it uses. + +The changes they've made appear largely to be compile option changes; if +you've downloaded the source to the latest version of Ethereal (the +version on the Centre's site may not necessarily be the latest version), +it should be able to compile, perhaps with those changes. + +They appear to have used HP-UX's "cc" compiler, with the options "-Ae +-O"; there's a comment "Add -Dhpux_9 if building under 9.X". It may +also build with GCC. + +If you want to use Ethereal to capture packets, you will have to install +"libpcap"; the INSTALL file for "libpcap" has several comments about +HP-UX, which you should read if you're going to install and use +"libpcap" on HP-UX. |