aboutsummaryrefslogtreecommitdiffstats
path: root/README.hpux
AgeCommit message (Collapse)AuthorFilesLines
2006-06-17ethereal to wireshark changessahlberg1-8/+8
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18501 f5534014-38df-0310-8fa8-9805f1628bb7
2006-05-31Tethereal/tethereal -> TShark/tshark.gerald1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18268 f5534014-38df-0310-8fa8-9805f1628bb7
2006-05-22ethereal->wireshark updatessahlberg1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18206 f5534014-38df-0310-8fa8-9805f1628bb7
2005-04-01From Mark C Brown NETTL updatessahlberg1-12/+20
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13999 f5534014-38df-0310-8fa8-9805f1628bb7
2004-12-02Add some additional notes based on comments by Rick Jones.guy1-0/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12661 f5534014-38df-0310-8fa8-9805f1628bb7
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy1-1/+1
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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11400 f5534014-38df-0310-8fa8-9805f1628bb7
2002-06-29Add a note that Rick Jones reports that HP-UX 11i needs no patches forguy1-1/+4
outbound promiscuous mode support. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@5797 f5534014-38df-0310-8fa8-9805f1628bb7
2002-04-29Note that pre-0.6 libpcap didn't handle HP-UX as well as 0.6 and laterguy1-1/+23
versions do, so you should use 0.6 or later. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@5298 f5534014-38df-0310-8fa8-9805f1628bb7
2002-04-29Remove the deja.com URLs for netnews articles with groups.google.comguy1-6/+10
URLs for those articles. Note that the patches mentioned in one article might not be the current ones. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@5297 f5534014-38df-0310-8fa8-9805f1628bb7
2002-03-11Update various README and INSTALL files to reflect the requirement forguy1-2/+2
UCD SNMP 4.2.2 or later if you want MIB-reading support. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4926 f5534014-38df-0310-8fa8-9805f1628bb7
2001-04-11The Software Porting And Archive Centre for HP-UX now has libpcap 0.6.2guy1-119/+26
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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3288 f5534014-38df-0310-8fa8-9805f1628bb7
2001-01-10Fix up the "ethereal-dev" address to refer to "ethereal.com" rather thanguy1-5/+5
"zing.org". (We leave addresses in header lines in included mail messages alone.) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@2858 f5534014-38df-0310-8fa8-9805f1628bb7
2000-08-13Give, in "README.hpux", what appears to be the new URL for the UK HP-UXguy1-516/+47
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.) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@2264 f5534014-38df-0310-8fa8-9805f1628bb7
2000-04-29Update the README.hpux file to contain the latest version of the libpcapguy1-126/+183
patch, which appears to work on at least some HP-UX 10.20 systems, as well as HP-UX 11.00. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@1899 f5534014-38df-0310-8fa8-9805f1628bb7
2000-04-04Add some additional notes aboutguy1-5/+120
building GTK+/GLib with 64-bit integer support when using HP's C compiler; libpcap; from Jost Martin. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@1796 f5534014-38df-0310-8fa8-9805f1628bb7
2000-02-21Add a bunch of notes from various "comp.sys.hp.hpux" threads aboutguy1-1/+125
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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@1660 f5534014-38df-0310-8fa8-9805f1628bb7
2000-02-19Give some README.<os> files RCS IDs; the other ones already have them.guy1-0/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@1655 f5534014-38df-0310-8fa8-9805f1628bb7
2000-02-19Note that one can probably symbolically request that nettl log incomingguy1-0/+4
and outgoing PDUs, rather than specifying a numerical mask with pduin and pduout (0x30000000). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@1649 f5534014-38df-0310-8fa8-9805f1628bb7
2000-02-18Move the notes on nettl support above the notes on libpcap; the notes onguy1-20/+20
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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@1645 f5534014-38df-0310-8fa8-9805f1628bb7
2000-02-18Add comments about nettl support.oabad1-0/+28
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@1643 f5534014-38df-0310-8fa8-9805f1628bb7
2000-01-14Supply a patch that, at least on HP-UX 11.00, lets you specify toguy1-33/+459
"pcap_open_live()" a network interface name rather than a "dlpiN" name (where "N" is the PPA for the device, as reported by lanscan). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@1473 f5534014-38df-0310-8fa8-9805f1628bb7
1999-12-24Fix up the additions to reflect the reality that, at least on HP-UX 10.xguy1-5/+18
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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@1378 f5534014-38df-0310-8fa8-9805f1628bb7
1999-12-24Add a pile of additional information derived from Rick Jones' postingsguy1-35/+79
and from the code I fetched from the URLs specified in the postings. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@1377 f5534014-38df-0310-8fa8-9805f1628bb7
1999-12-23Beef up the HP-UX README with some more information.guy1-0/+38
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@1372 f5534014-38df-0310-8fa8-9805f1628bb7
1999-11-29Add a "README.hpux" file, giving notes about the Software Porting Andguy1-0/+22
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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@1159 f5534014-38df-0310-8fa8-9805f1628bb7