Wireshark-commits: [Wireshark-commits] rev 33924: /trunk/ /trunk/doc/: README.capture /trunk/epan/:
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=33924
User: gerald
Date: 2010/08/25 01:31 PM
Log:
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.
Directory: /trunk/doc/
Changes Path Action
+1 -1 README.capture Modified
Directory: /trunk/epan/
Changes Path Action
+1 -1 filesystem.c Modified
Directory: /trunk/gtk/
Changes Path Action
+1 -1 main.c Modified
Directory: /trunk/
Changes Path Action
+2 -1 airpcap_loader.c Modified
+4 -2 capture-wpcap.c Modified
+2 -1 capture_wpcap_packet.c Modified
+2 -0 config.nmake Modified
+1 -1 nio-ie5.c Modified
Directory: /trunk/epan/wspython/
Changes Path Action
+1 -0 wspy_libws.py Modified
Directory: /trunk/wsutil/
Changes Path Action
+112 -2 file_util.c Modified
+20 -0 file_util.h Modified
(1 file not shown)