aboutsummaryrefslogtreecommitdiffstats
path: root/README.linux
Commit message (Collapse)AuthorAgeFilesLines
* Continue to remove $Id$ from top of fileAlexis La Goutte2014-03-311-2/+0
| | | | | | | | (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>
* ethereal to wireshark changesRonnie Sahlberg2006-06-171-5/+5
| | | | svn path=/trunk/; revision=18501
* Tethereal/tethereal -> TShark/tshark.Gerald Combs2006-05-311-1/+1
| | | | svn path=/trunk/; revision=18268
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-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. svn path=/trunk/; revision=11400
* Bring it up to date.Guy Harris2003-12-031-37/+78
| | | | svn path=/trunk/; revision=9148
* Fix up the "ethereal-dev" address to refer to "ethereal.com" rather thanGuy Harris2001-01-101-2/+2
| | | | | | | "zing.org". (We leave addresses in header lines in included mail messages alone.) svn path=/trunk/; revision=2858
* Put in a note about enabling the Packet protocol; if it's not enabled onGuy Harris2000-02-191-4/+28
| | | | | | | a Linux kernel, network analysis programs such as tcpdump or Ethereal/Tethereal won't be able to capture packets. svn path=/trunk/; revision=1652
* Add a note about many Linux libpcaps turning promiscuous mode off onlyGuy Harris2000-02-011-1/+29
| | | | | | | | | when the program using libpcap exits, and perhaps not doing so even then, and indicating how to check whether an interface is in promiscuous mode and how to take it out of promiscuous mode if it is in promiscuous mode. svn path=/trunk/; revision=1593
* Note that capture filters don't work on Linux loopback devices with theGuy Harris2000-02-011-1/+8
| | | | | | current version of libpcap. svn path=/trunk/; revision=1592
* Note that the Ethereal workaround for the libpcap timeout problem shouldGuy Harris2000-01-141-30/+11
| | | | | | | prevent Ethereal's GUI from hanging during a capture, even if libpcap on your Linux system hasn't been patched. svn path=/trunk/; revision=1472
* Add sample strace output to illustrate the timeout problem.Gerald Combs1999-12-291-1/+18
| | | | svn path=/trunk/; revision=1395
* Added info about Linux libpcap misbehavior, and where to download the libpcapGilbert Ramirez1999-08-311-0/+16
patch. svn path=/trunk/; revision=616