aboutsummaryrefslogtreecommitdiffstats
path: root/README.aix
diff options
context:
space:
mode:
authorsahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2006-05-22 08:21:22 +0000
committersahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2006-05-22 08:21:22 +0000
commit151dcf1c94fb83c2fdfa3524e6f404da40bd1a33 (patch)
tree9965ecb160280dc9ff430db72322b3203b53a3ac /README.aix
parent60d39348a03f5b01e557a78c263cbe35441717c1 (diff)
ethereal->wireshark
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18207 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'README.aix')
-rw-r--r--README.aix4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.aix b/README.aix
index d48f49eb4f..9102b02ea3 100644
--- a/README.aix
+++ b/README.aix
@@ -283,7 +283,7 @@ The AIX documentation is not so well written.
But basically, after I fixed up pcap-dlpi.c, I managed to get libpcap
working under AIX. This enabled me to successfully run Ethereal,
ie. all the packets on my Ethernet network correctly showed up
-as Ethernet and not Token Ring in the Ethereal screen.
+as Ethernet and not Token Ring in the Wireshark screen.
YAY!
--
@@ -309,7 +309,7 @@ On Thu, Nov 11, 1999 at 11:50:23AM -0800, Guy Harris wrote:
> > Any ideas why this causes trouble?
>
> Mismatches between the layouts of data structures as declared in the
-> "gtk/gtk*.h" files in the Ethereal source tree and the layouts as
+> "gtk/gtk*.h" files in the Wireshark source tree and the layouts as
> declared in the header files in the GTK+ source (either due to header
> file differences - although the header files appear to be identical to
> the GTK+ 1.2.6 ones - or due to compiler behavior differences)?