https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=15592

--- Comment #18 from Chuck Craft <bubbas...@gmail.com> ---
Possible solutions: (open to suggestions)
1. Duct tape and baling wire - have the windows installer throw an extra copy
of the help file into the extcap directory. That leaves the existing copy where
it is (matches other platforms) without attempting some sort of symbolic link
on Windows.

2. help_url = data_file_url("sshdump.html");
Fix the Windows bit in get_datafile_dir() (called by data_file_url()) that
makes assumptions about file locations.

3. Add a function to help_url.c (similar to user_guide_url()) that looks for
the help file, verifies it is there and if not then redirects (with
confirmation) to online man page.

Leaning towards #3.

-- 
You are receiving this mail because:
You are watching all bug changes.
___________________________________________________________________________
Sent via:    Wireshark-bugs mailing list <wireshark-bugs@wireshark.org>
Archives:    https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
             mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

Reply via email to