aboutsummaryrefslogtreecommitdiffstats
path: root/README.irix
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.irix
parent60d39348a03f5b01e557a78c263cbe35441717c1 (diff)
ethereal->wireshark
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18207 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'README.irix')
-rw-r--r--README.irix2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.irix b/README.irix
index 7d8d8339f6..0071da2946 100644
--- a/README.irix
+++ b/README.irix
@@ -128,7 +128,7 @@ On IRIX, older versions of the libpcap library use, in
"pcap_open_live()", the snapshot length passed in, without reducing it
to be less than or equal to the MTU of the interface. If the snapshot
length is larger than the interface MTU, IRIX will return an error; this
-means that, for example, the Ethereal default snapshot length of 65535,
+means that, for example, the Wireshark default snapshot length of 65535,
chosen so that all of the packet is captured, will not work.
Current versions of libpcap, from tcpdump.org, do not do so.