URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=60578aa16f4f27d37ea0a90e964c58cc1dc22953
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
60578aa by Pascal Quantin (pascal.quantin@xxxxxxxxx):
file_util.c: do not search in Npcap installation folder when calling ws_load_library()
ws_load_library() is not used to load packet.dll or wpcap.dll (we use ws_module_open() for this).
Let's not lose time checking the folder content.
Change-Id: Ibd4a71b8b0c5ffc0c4c146eca51ad9f20964515b
Reviewed-on: https://code.wireshark.org/review/15938
Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
Actions performed:
from b2c7e8e mongo: return the number of bytes we actually consumed
adds 60578aa file_util.c: do not search in Npcap installation folder when calling ws_load_library()
Summary of changes:
wsutil/file_util.c | 13 -------------
1 file changed, 13 deletions(-)