Commit Graph

10 Commits

Author SHA1 Message Date
gerald f81e185fab Add ws_load_library and ws_module_open, which respectively call
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.


git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@33924 f5534014-38df-0310-8fa8-9805f1628bb7
2010-08-25 20:30:59 +00:00
stig cfce12bcb0 From Andrew Feren:
Fix an assortment of typos and other minor errors in various README files


git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23166 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-12 19:13:31 +00:00
ulfl 825d15d588 fix #1063, some leftover typo's: Etheral -> Wireshark
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19053 f5534014-38df-0310-8fa8-9805f1628bb7
2006-08-27 11:46:02 +00:00
gerald c0692513e9 Rename the main executable to "wireshark", along with more conversions:
ethereal.com -> wireshark.org
  mailing lists and addresses
  ETHEREAL -> WIRESHARK
  Man pages
  Automake/Autoconf names



git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18271 f5534014-38df-0310-8fa8-9805f1628bb7
2006-05-31 19:12:15 +00:00
ulfl 91e56221f5 rename pcap-....c/.h files to capture-pcap-....c/.h
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

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16691 f5534014-38df-0310-8fa8-9805f1628bb7
2005-12-06 00:07:13 +00:00
ulfl 1695303a49 update text to reflect the current implementation (e.g. we don't have normal/sync mode any longer)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14762 f5534014-38df-0310-8fa8-9805f1628bb7
2005-06-26 09:14:12 +00:00
guy 0f43797234 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.


git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11400 f5534014-38df-0310-8fa8-9805f1628bb7
2004-07-18 00:24:25 +00:00
ulfl 04c6ba7625 reflect latest changes to capture.c
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9960 f5534014-38df-0310-8fa8-9805f1628bb7
2004-02-02 23:55:41 +00:00
guy 86efde565f Give it an RCS ID.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9706 f5534014-38df-0310-8fa8-9805f1628bb7
2004-01-18 03:48:19 +00:00
ulfl 8ae53cda9a First attempt to make a description of the capturing things
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9691 f5534014-38df-0310-8fa8-9805f1628bb7
2004-01-17 11:10:59 +00:00