Commit Graph

28 Commits

Author SHA1 Message Date
Gerald Combs f763a7d154 Note that we probably don't support HP-UX.
(The bulk of this was written between 1999 and 2005, and hasn't been
updated since. Should we just remove it?)

Change-Id: I6c43a876cf1b4db0b1b2761323fee67377b384c3
Reviewed-on: https://code.wireshark.org/review/23166
Reviewed-by: Gerald Combs <gerald@wireshark.org>
2017-08-28 16:02:52 +00:00
Alexis La Goutte 94a791a76e Continue to remove $Id$ from top of file
(Using sed : sed -i '/^\$Id\$/,+1 d') (No space or star before $Id$)

Change-Id: I0801bd7cf234d32487008a8b6dcee64875b07688
Reviewed-on: https://code.wireshark.org/review/876
Reviewed-by: Evan Huus <eapache@gmail.com>
2014-03-31 16:00:04 +00:00
Anders Broman b2633b05d8 From John Bradshaw:
Spelling fixes
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6296

svn path=/trunk/; revision=38834
2011-09-01 04:35:57 +00:00
Ronnie Sahlberg 06bdc31f5b ethereal to wireshark changes
svn path=/trunk/; revision=18501
2006-06-17 12:21:54 +00:00
Gerald Combs 8958bab6de Tethereal/tethereal -> TShark/tshark.
svn path=/trunk/; revision=18268
2006-05-31 17:38:42 +00:00
Ronnie Sahlberg f0b33a4789 ethereal->wireshark updates
svn path=/trunk/; revision=18206
2006-05-22 08:14:01 +00:00
Ronnie Sahlberg 3b435e70a3 From Mark C Brown NETTL updates
svn path=/trunk/; revision=13999
2005-04-01 10:17:05 +00:00
Guy Harris b93dd91943 Add some additional notes based on comments by Rick Jones.
svn path=/trunk/; revision=12661
2004-12-02 21:24:12 +00:00
Guy Harris 8a8b883450 Set the svn:eol-style property on all text files to "native", so that
they have LF at the end of the line on UN*X and CR/LF on Windows;
hopefully this means that if a CR/LF version is checked in on Windows,
the CRs will be stripped so that they show up only when checked out on
Windows, not on UN*X.

svn path=/trunk/; revision=11400
2004-07-18 00:24:25 +00:00
Guy Harris 6b2bdd3a6e Add a note that Rick Jones reports that HP-UX 11i needs no patches for
outbound promiscuous mode support.

svn path=/trunk/; revision=5797
2002-06-29 04:38:31 +00:00
Guy Harris 775d1a978d Note that pre-0.6 libpcap didn't handle HP-UX as well as 0.6 and later
versions do, so you should use 0.6 or later.

svn path=/trunk/; revision=5298
2002-04-29 23:09:35 +00:00
Guy Harris 3737a46f31 Remove the deja.com URLs for netnews articles with groups.google.com
URLs for those articles.

Note that the patches mentioned in one article might not be the current
ones.

svn path=/trunk/; revision=5297
2002-04-29 22:55:22 +00:00
Guy Harris 709080b358 Update various README and INSTALL files to reflect the requirement for
UCD SNMP 4.2.2 or later if you want MIB-reading support.

svn path=/trunk/; revision=4926
2002-03-11 02:12:41 +00:00
Guy Harris 094dc29f19 The Software Porting And Archive Centre for HP-UX now has libpcap 0.6.2
binaries, so users only need to make sure they have that version
installed in order to have Ethereal (and tcpdump, and snort, and so on)
accept "lanN"-style names (i.e., names of the sort reported by lanscan
and handled by ifconfig), rather than "dlpiN".

Get rid of the patches to update libpcap, get rid of the discussion in
"README.hpux" of patching libpcap and just say "get 0.6.2", and make the
notes on HP-UX kernel patches to fix problems with capturing outgoing
packets a separate item in the list of items in "README.hpux".

Also update the error messages Ethereal and Tethereal display if they
can't open a device and the error is "can't find PPA for XXX" to say
"get 0.6.2" rather than "patch libpcap and recompile.

svn path=/trunk/; revision=3288
2001-04-11 05:24:08 +00:00
Guy Harris ef72fa4de8 Fix up the "ethereal-dev" address to refer to "ethereal.com" rather than
"zing.org".  (We leave addresses in header lines in included mail
messages alone.)

svn path=/trunk/; revision=2858
2001-01-10 09:54:44 +00:00
Guy Harris e01997e3d0 Give, in "README.hpux", what appears to be the new URL for the UK HP-UX
Porting and Archive Centre site.

Warn in the very beginning of that file that libpcap may not work very
well without patches.  Give patches to libpcap for:

	vanilla LBL libpcap 0.4

	vanilla tcpdump.org libpcap 0.5

	libpcap 0.4 from the HP-UX Porting and Archive Centre (which is
	the only version that includes configure-script changes to work
	with HP's C compiler as well as GCC)

and put them in files separate from "README.hpux" (to make it easier for
users to apply the patches).

Make those versions of the patch give a slightly different error message
if libpcap fails to find the PPA for the device, to make it easier to
figure out if the user reporting a problem with HP-UX capture has a
patched version of libpcap or not (so that we know whether the problem
may just be that they're using an unmodified libpcap, or if they're
running a patched version and that patch needs more work, e.g. to look
at devices other than just "/dev/dlpi").

Give information on how to find "patch", warn that probably only the
HP-UX Porting and Archive Centre version will work with the HP C
compiler, warn that applying a version of the patch other than the one
for the particular version of libpcap you've downloaded will probably
not work, and warn that you need to download source to libpcap in order
to do any of this in the first place.

(The current libpcap CVS tree at tcpdump.org has this patch in it, so
the next release of libpcap from tcpdump.org should have it; hopefully
the HP-UX Porting and Archive Centre will switch to that version when it
comes out, and people will just be able to push a few buttons to get an
Ethereal that works on HP-UX.)

svn path=/trunk/; revision=2264
2000-08-13 07:48:56 +00:00
Guy Harris 2df9411886 Update the README.hpux file to contain the latest version of the libpcap
patch, which appears to work on at least some HP-UX 10.20 systems, as
well as HP-UX 11.00.

svn path=/trunk/; revision=1899
2000-04-29 08:38:35 +00:00
Guy Harris 7fba3d94c2 Add some additional notes about
building GTK+/GLib with 64-bit integer support when using HP's C
	compiler;

	libpcap;

from Jost Martin.

svn path=/trunk/; revision=1796
2000-04-04 21:07:33 +00:00
Guy Harris 92e1e36237 Add a bunch of notes from various "comp.sys.hp.hpux" threads about
tweaking HP-UX so that DLPI (and thus Ethereal/Tethereal and tcpdump)
can see, when capturing on a given machine, packets sent by that
machine.

svn path=/trunk/; revision=1660
2000-02-21 20:41:01 +00:00
Guy Harris 0603ba881d Give some README.<os> files RCS IDs; the other ones already have them.
svn path=/trunk/; revision=1655
2000-02-19 22:00:25 +00:00
Guy Harris b903eb672a Note that one can probably symbolically request that nettl log incoming
and outgoing PDUs, rather than specifying a numerical mask with pduin
and pduout (0x30000000).

svn path=/trunk/; revision=1649
2000-02-19 08:50:11 +00:00
Guy Harris 903d6ba665 Move the notes on nettl support above the notes on libpcap; the notes on
libpcap are somewhat long, and if somebody doesn't look at the table of
contents, but just scrolls through the file, they may get bored and give
up before they get to the notes on nettl.

svn path=/trunk/; revision=1645
2000-02-18 19:13:27 +00:00
Olivier Abad 5aa0493bb3 Add comments about nettl support.
svn path=/trunk/; revision=1643
2000-02-18 09:15:22 +00:00
Guy Harris e0468c2e16 Supply a patch that, at least on HP-UX 11.00, lets you specify to
"pcap_open_live()" a network interface name rather than a "dlpiN" name
(where "N" is the PPA for the device, as reported by lanscan).

svn path=/trunk/; revision=1473
2000-01-14 08:44:50 +00:00
Guy Harris c91afab6c9 Fix up the additions to reflect the reality that, at least on HP-UX 10.x
and 9.x, "libpcap-0.4" should, in theory, do the right thing; stuff may
be different on HP-UX 11.x, and "libpcap-0.4" may not do the right
thing, obliging you to use "dlpiN" devices in Ethereal.

svn path=/trunk/; revision=1378
1999-12-24 01:01:36 +00:00
Guy Harris b2cd42e7d5 Add a pile of additional information derived from Rick Jones' postings
and from the code I fetched from the URLs specified in the postings.

svn path=/trunk/; revision=1377
1999-12-24 00:45:35 +00:00
Guy Harris c84cedd891 Beef up the HP-UX README with some more information.
svn path=/trunk/; revision=1372
1999-12-23 01:48:15 +00:00
Guy Harris ced3198a2b 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
1999-11-29 23:19:09 +00:00