ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 4875] New: wireshark in linux does not provide way to open

Date: Mon, 14 Jun 2010 05:11:40 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4875

           Summary: wireshark in linux does not provide way to open user
                    guide locally
           Product: Wireshark
           Version: 1.4.0
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: Major
          Priority: Low
         Component: Wireshark
        AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
        ReportedBy: pva@xxxxxxxxxx


Build Information:
Version 1.4.0rc1

--
Main screen in wireshark presents button: User's Guide (local version, if
installed). But looking into sources I'm not sure if it's possible to open
local version of user's guide in linux at all. The relevant code is surrounded
with

#ifdef HHC_DIR

#endif 

that works only at windows since there is:

#ifdef HHC_DIR
#include <windows.h>
...
#endif

So either local version, if installed should be dropped, or we need some way to
supply path to local documentation... (better with configure switch)

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.