aboutsummaryrefslogtreecommitdiffstats
path: root/doc/README.capture
AgeCommit message (Collapse)AuthorFilesLines
2010-08-25Add ws_load_library and ws_module_open, which respectively callGerald Combs1-1/+1
LoadLibrary and g_module_open only for the program directory and system directory on Windows. Use them to replace a bunch of LoadLibrary and g_module_open calls. Use the extension ".dll" for all the DLLs that we load. Add comments about DLL loading in Python. svn path=/trunk/; revision=33924
2007-10-12From Andrew Feren:Stig Bjørlykke1-8/+8
Fix an assortment of typos and other minor errors in various README files svn path=/trunk/; revision=23166
2006-08-27fix #1063, some leftover typo's: Etheral -> WiresharkUlf Lamping1-1/+1
svn path=/trunk/; revision=19053
2006-05-31Rename the main executable to "wireshark", along with more conversions:Gerald Combs1-1/+1
ethereal.com -> wireshark.org mailing lists and addresses ETHEREAL -> WIRESHARK Man pages Automake/Autoconf names svn path=/trunk/; revision=18271
2005-12-06rename pcap-....c/.h files to capture-pcap-....c/.hUlf Lamping1-4/+4
this way, the capture prefix will "logically" group the files together and file browsers will also group them we may want to move the files into a subdir capture later svn path=/trunk/; revision=16691
2005-06-26update text to reflect the current implementation (e.g. we don't have ↵Ulf Lamping1-32/+66
normal/sync mode any longer) svn path=/trunk/; revision=14762
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-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
2004-02-02reflect latest changes to capture.cUlf Lamping1-5/+5
svn path=/trunk/; revision=9960
2004-01-18Give it an RCS ID.Guy Harris1-0/+2
svn path=/trunk/; revision=9706
2004-01-17First attempt to make a description of the capturing thingsUlf Lamping1-0/+110
svn path=/trunk/; revision=9691