Re: [Wireshark-dev] proto_help.c

2011-07-19 Thread Chris Maynard
Alexander Koeppe writes: > Ah thanks. Sorry but I wasn't aware of it. > Unfortunately I receive an "Access Denied" page for some protocols e.g. > IPv6. I think this is some kind of the business model of INACON, isn't it? Right. They only provide some protocol help for free. For the rest, you n

Re: [Wireshark-dev] proto_help.c

2011-07-19 Thread Alexander Koeppe
Am 18.07.2011 21:13, schrieb Michael Tüxen: > On Jul 18, 2011, at 8:31 PM, Alexander Koeppe wrote: > >> Am 14.07.2011 22:49, schrieb Anders Broman: >>> Hi, >>> protocol_help. has been disabled in the new UIManager based code as it >>> uses the deprecated GtkItemFactory >>> methods. If you whant i

Re: [Wireshark-dev] proto_help.c

2011-07-18 Thread Chris Maynard
Chris Maynard writes: > There is nothing to commit. Just to clarify, when I wrote that, I mean there is nothing to commit in order to support multiple help files. The bug I opened contains a sample wireshark.ini file, which could be committed if folks think there's any merit in doing so. > I

Re: [Wireshark-dev] proto_help.c

2011-07-18 Thread Chris Maynard
Joerg Mayer writes: > Did you commit the code to suport several help files? How is the order of > the help entries decided if you have entries in more than one .ini file? There is nothing to commit. Just dump as many valid help.ini files in the protocol_help directory as you want and then start

Re: [Wireshark-dev] proto_help.c

2011-07-18 Thread Joerg Mayer
On Mon, Jul 18, 2011 at 08:37:53PM +, Chris Maynard wrote: > Joerg Mayer writes: > > > Just a question regarding the download: The download will only provide the > > protocol_help/ph.ini file and to use it I need to be online? Or are the > > pages also available offline? > > By default, inac

Re: [Wireshark-dev] proto_help.c

2011-07-18 Thread Joerg Mayer
On Mon, Jul 18, 2011 at 10:31:48PM +0200, Joerg Mayer wrote: > Btw, do we want to distribute and install the protocol_help stuff of the > light version with Wireshark? Just to answer myself: While it might be interesting, the datafiles have a copyright that is "incompatible" with Wireshark's. From

Re: [Wireshark-dev] proto_help.c

2011-07-18 Thread Chris Maynard
Joerg Mayer writes: > Btw, do we want to distribute and install the protocol_help stuff of the > light version with Wireshark? Personally I think their help is pretty darn good, so I would be in favor of it. ___ Sent via:

Re: [Wireshark-dev] proto_help.c

2011-07-18 Thread Chris Maynard
Joerg Mayer writes: > Just a question regarding the download: The download will only provide the > protocol_help/ph.ini file and to use it I need to be online? Or are the > pages also available offline? By default, inacon's protocol help is available at http://www.inacon.de/ph/data/, since that'

Re: [Wireshark-dev] proto_help.c

2011-07-18 Thread Joerg Mayer
On Mon, Jul 18, 2011 at 10:20:14PM +0200, Joerg Mayer wrote: > On Mon, Jul 18, 2011 at 07:12:34PM +, Chris Maynard wrote: > > Inacon supplied their help files in bug 3045: > > https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3045. > > > > But, my understanding is that since they were never

Re: [Wireshark-dev] proto_help.c

2011-07-18 Thread Joerg Mayer
On Mon, Jul 18, 2011 at 07:12:34PM +, Chris Maynard wrote: > Inacon supplied their help files in bug 3045: > https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3045. > > But, my understanding is that since they were never incorporated into > Wireshark, > Inacon supplies those help files them

Re: [Wireshark-dev] proto_help.c

2011-07-18 Thread Michael Tüxen
On Jul 18, 2011, at 8:31 PM, Alexander Koeppe wrote: > Am 14.07.2011 22:49, schrieb Anders Broman: >> Hi, >> protocol_help. has been disabled in the new UIManager based code as it >> uses the deprecated GtkItemFactory >> methods. If you whant it to be part of Wireshark once Wireshark has >> been

Re: [Wireshark-dev] proto_help.c

2011-07-18 Thread Chris Maynard
Alexander Koeppe writes: > Are the protocol help files still maintained? > I can't find any on my system. > > ~/.wireshark$ find -name protocol_help > ~/.wireshark$ find ~/build/wireshark -name protocol_help > ~/.wireshark$ > > Why then keeping it? Inacon supplied their help file

Re: [Wireshark-dev] proto_help.c

2011-07-18 Thread Alexander Koeppe
Am 14.07.2011 22:49, schrieb Anders Broman: > Hi, > protocol_help. has been disabled in the new UIManager based code as it > uses the deprecated GtkItemFactory > methods. If you whant it to be part of Wireshark once Wireshark has > been converted to use UIManager > you need to convert proto help t

[Wireshark-dev] proto_help.c

2011-07-14 Thread Anders Broman
Hi, protocol_help. has been disabled in the new UIManager based code as it uses the deprecated GtkItemFactory methods. If you whant it to be part of Wireshark once Wireshark has been converted to use UIManager you need to convert proto help to use UIManager code. Best regards Anders __