aboutsummaryrefslogtreecommitdiffstats
path: root/README.hpux
AgeCommit message (Collapse)AuthorFilesLines
2000-04-04Add some additional notes aboutGuy Harris1-5/+120
building GTK+/GLib with 64-bit integer support when using HP's C compiler; libpcap; from Jost Martin. svn path=/trunk/; revision=1796
2000-02-21Add a bunch of notes from various "comp.sys.hp.hpux" threads aboutGuy Harris1-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. svn path=/trunk/; revision=1660
2000-02-19Give some README.<os> files RCS IDs; the other ones already have them.Guy Harris1-0/+2
svn path=/trunk/; revision=1655
2000-02-19Note that one can probably symbolically request that nettl log incomingGuy Harris1-0/+4
and outgoing PDUs, rather than specifying a numerical mask with pduin and pduout (0x30000000). svn path=/trunk/; revision=1649
2000-02-18Move the notes on nettl support above the notes on libpcap; the notes onGuy Harris1-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. svn path=/trunk/; revision=1645
2000-02-18Add comments about nettl support.Olivier Abad1-0/+28
svn path=/trunk/; revision=1643
2000-01-14Supply a patch that, at least on HP-UX 11.00, lets you specify toGuy Harris1-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). svn path=/trunk/; revision=1473
1999-12-24Fix up the additions to reflect the reality that, at least on HP-UX 10.xGuy Harris1-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. svn path=/trunk/; revision=1378
1999-12-24Add a pile of additional information derived from Rick Jones' postingsGuy Harris1-35/+79
and from the code I fetched from the URLs specified in the postings. svn path=/trunk/; revision=1377
1999-12-23Beef up the HP-UX README with some more information.Guy Harris1-0/+38
svn path=/trunk/; revision=1372
1999-11-29Add a "README.hpux" file, giving notes about the Software Porting AndGuy Harris1-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. svn path=/trunk/; revision=1159