summaryrefslogtreecommitdiff
path: root/README.hpux
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2006-06-17 12:21:54 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2006-06-17 12:21:54 +0000
commit06bdc31f5b08227eeeb14f7cb540adf8a2d780b5 (patch)
treedca89f7b6b87b7fe6b27da1d8c51bb07a080262e /README.hpux
parent62e32390b50565abbbd98cb6f43b4168c7ae3486 (diff)
downloadwireshark-06bdc31f5b08227eeeb14f7cb540adf8a2d780b5.tar.gz
ethereal to wireshark changes
svn path=/trunk/; revision=18501
Diffstat (limited to 'README.hpux')
-rw-r--r--README.hpux16
1 files changed, 8 insertions, 8 deletions
diff --git a/README.hpux b/README.hpux
index c22026a568..9e603572d6 100644
--- a/README.hpux
+++ b/README.hpux
@@ -2,13 +2,13 @@ $Id$
Contents:
-1 - Building ethereal
+1 - Building wireshark
2 - Building GTK+/GLib with HP's C compiler
3 - nettl support
4 - libpcap on HP-UX
5 - HP-UX patches to fix packet capture problems
-1 - Building ethereal
+1 - Building wireshark
The Software Porting And Archive Centre for HP-UX, at
@@ -20,7 +20,7 @@ both source and binary form, for Wireshark, as well as for the libpcap,
GLib, GTK+, and zlib 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
+you've downloaded the source to the latest version of Wireshark (the
version on the Centre's site may not necessarily be the latest version),
it should be able to compile, perhaps with those changes.
@@ -40,12 +40,12 @@ By default, HP's C compiler doesn't support "long long int" to provide
64-bit integral data types on 32-bit platforms; the "-Ae" flag must be
supplied to enable extensions such as that.
-Ethereal's "configure" script automatically includes that flag if it
+Wireshark's "configure" script automatically includes that flag if it
detects that the native compiler is being used on HP-UX; however, the
configure scripts for GTK+ and GLib don't do so, which means that 64-bit
integer support won't be enabled.
-This may prevent some parts of Ethereal from compiling; in order to get
+This may prevent some parts of Wireshark from compiling; in order to get
64-bit integer support in GTK+/GLib, edit all the Makefiles for GTK+ and
GLib, as generated by the GTK+ and GLib "configure" scripts, to add
"-Ae" to all "CFLAGS = " definitions found in those Makefiles. (If a
@@ -54,7 +54,7 @@ definition that includes "-Ae".)
3 - nettl support
-nettl is used on HP-UX to trace various streams based subsystems. Ethereal
+nettl is used on HP-UX to trace various streams based subsystems. Wireshark
can read nettl files containing raw IP frames (NS_LS_IP, NS_LS_TCP,
NS_LS_UDP, NS_LS_ICMP subsystems), all ethernet/tokenring/fddi driver
level frames (such as BTLAN, BASE100, GELAN, IGELAN subsystems) and LAPB
@@ -80,7 +80,7 @@ on old versions of 10.20 and 9.04.
4 - libpcap on HP-UX
-If you want to use Ethereal to capture packets, you will have to install
+If you want to use Wireshark to capture packets, you will have to install
libpcap; binary distributions are, as noted above, available from the
Software Porting And Archive Centre for HP-UX, as well as source code.
@@ -99,7 +99,7 @@ as a shared library.
5 - HP-UX patches to fix packet capture problems
-Note that packet-capture programs such as Ethereal/TShark or tcpdump
+Note that packet-capture programs such as Wireshark/TShark or tcpdump
may, on HP-UX, not be able to see packets sent from the machine on which
they're running. Make sure you have a recent "LAN Cummulative/DLPI" patch
installed.