Re: [Wireshark-dev] Enabling protocol in Decode As dialog

2016-06-12 Thread Robert Cragie
I fully understand all of that. The initial question was about why I didn't see it in the "Decode As" dialog, which you answered and I thank you for that. Robert On 10 June 2016 at 18:57, Guy Harris wrote: > On Jun 10, 2016, at 10:40 AM, Robert Cragie > wrote: &

Re: [Wireshark-dev] Enabling protocol in Decode As dialog

2016-06-10 Thread Robert Cragie
It's more like a tunnelling protocol e.g. L2TP where L2 runs atop a L4 protocol - which is not "conventional". Anyway, it is all working exactly how I want now, so thanks again for your help. Robert On 10 June 2016 at 18:05, Guy Harris wrote: > On Jun 10, 2016, at 2:28

Re: [Wireshark-dev] Enabling protocol in Decode As dialog

2016-06-10 Thread Robert Cragie
It doesn't run on top of UDP in the conventional sense but practically and for the purposes of this discussion, yes it does. Thanks for your help - just what I needed. Robert On 9 June 2016 at 08:54, Guy Harris wrote: > On Jun 8, 2016, at 11:10 PM, Robert Cragie > wrote: > >

Re: [Wireshark-dev] Enabling protocol in Decode As dialog

2016-06-08 Thread Robert Cragie
or does in addition is to add a port using dissector_add_uint() - could that be what's missing? Robert On 8 Jun 2016 18:47, "Guy Harris" wrote: On Jun 8, 2016, at 10:44 AM, Robert Cragie wrote: > I have written a simple dissector and the protocol appears in the "Enabled

[Wireshark-dev] Enabling protocol in Decode As dialog

2016-06-08 Thread Robert Cragie
I have written a simple dissector and the protocol appears in the "Enabled Protocols" dialog box but I can't see it in the "Decode As" dialog box for transport. What do I need to do to get it to appear in that list? Thanks Robert ___

Re: [Wireshark-dev] Can't build GTK only using CMake on Windows7

2016-03-30 Thread Robert Cragie
ing this to -dev > > On 30 March 2016 at 17:00, Robert Cragie > wrote: > >> Also, can you put back in the build instructions for nmake back into the >> online docs somewhere even if it is deprecated? >> >> This is causing me a lot of headaches at the moment and

Re: [Wireshark-dev] Can't build GTK only using CMake on Windows7

2016-03-30 Thread Robert Cragie
es. Can this be put back in? Robert On 30 March 2016 at 14:35, Graham Bloice wrote: > > > On 30 March 2016 at 14:01, Robert Cragie > wrote: > >> I have always had issues with trying to have both cygwin and git (or any >> other pseudo-GNU/Linux environments) coexist

Re: [Wireshark-dev] Can't build GTK only using CMake on Windows7

2016-03-30 Thread Robert Cragie
t will totally break things for me unless a satisfactory solution can be found. Robert On 30 March 2016 at 12:49, Graham Bloice wrote: > > > On 30 March 2016 at 12:05, Robert Cragie > wrote: > >> I do have cygwin on the path. I needed this for nmake build and it hasn&#x

Re: [Wireshark-dev] Can't build GTK only using CMake on Windows7

2016-03-30 Thread Robert Cragie
Call Stack (most recent call first): CMakeLists.txt:830 (find_package) -- Configuring incomplete, errors occurred! See also "C:/Users/robcra01/Documents/WiresharkBitbucket/wsbuild/CMakeFiles/CMakeOutput.log". See also "C:/Users/robcra01/Documents/WiresharkBitbucket/wsbuild/CMakeFile

Re: [Wireshark-dev] Building with CMake on Win10 and VS2013 (win64)

2016-03-30 Thread Robert Cragie
I needed to add the PLATFORM environment variable as well. I am using VS2013 community edition. Robert On 30 March 2016 at 08:56, Graham Bloice wrote: > > > On 29 March 2016 at 20:14, Michael Mann wrote: > >> I had gotten CMake to build on my setup a few months back, but it was a >> bit "quirk

Re: [Wireshark-dev] Can't build GTK only using CMake on Windows7

2016-03-30 Thread Robert Cragie
ot been found: * CAP * LIBSSH (required version >= 0.6) , libssh is library for ssh connections and it is needed to build sshdump/ciscodump , https://www.libssh.org/get-it/> * M * SBC , SBC Codec for Bluetooth A2DP stream playing , http://git.kernel.org/cgit/bluetooth/sbc.git> *

Re: [Wireshark-dev] Can't build GTK only using CMake on Windows7

2016-03-29 Thread Robert Cragie
build\docbook\release_notes_html.vcxproj] ./asn1/kerberos/packet-kerberos-template.c(268): fatal error C1083: Cannot open include file: 'krb5.h': No such file or directory (C:\Users\robcra01\Documents\WiresharkBitbucket\wireshark\epan\dissectors\packet-kerberos.c) [C:\Users\robcra01\Do

Re: [Wireshark-dev] Can't build GTK only using CMake on Windows7

2016-03-29 Thread Robert Cragie
On 27 March 2016 at 20:00, Joerg Mayer wrote: > Hello, > > On Fri, Mar 25, 2016 at 02:46:35AM +, Robert Cragie wrote: > > Following the announcement about deprecating nmake (which I have been > using > > successfully for years), I thought I would try using CMake. I >

[Wireshark-dev] Can't build GTK only using CMake on Windows7

2016-03-24 Thread Robert Cragie
Following the announcement about deprecating nmake (which I have been using successfully for years), I thought I would try using CMake. I deliberately only want to build the GTK version so I use the following options with CMake: cmake -DENABLE_CHM_GUIDES=on -DBUILD_wireshark=off -G "Visual Studio

Re: [Wireshark-dev] overriding built-in dissector

2015-12-01 Thread Robert Cragie
If I were you, I would just modify packet-dis.c and rebuild Wireshark. I wouldn't call the process laborious and time consuming, although that may depend on what environment you use (I build on Windows and Linux). There is a certain amount of tools setup to do but follow the steps here and you are

[Wireshark-dev] code.wireshark.org down?

2015-09-03 Thread Robert Cragie
I can't access https://code.wireshark.org/review - is it down? Robert ___ Sent via:Wireshark-dev mailing list Archives:https://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://wireshark.org/mailman/options/w

Re: [Wireshark-dev] tvb_captured_length or tvb_reported_length?

2015-09-03 Thread Robert Cragie
wrote: > > On Sep 2, 2015, at 10:33 AM, Robert Cragie > wrote: > > > I am trying to understand the changes to the previous use of > tvb_length(). There are now two functions > > There have *always* been two functions; that was not changed. They were > orig

[Wireshark-dev] tvb_captured_length or tvb_reported_length?

2015-09-02 Thread Robert Cragie
I am trying to understand the changes to the previous use of tvb_length(). There are now two functions (and their associates): * tvb_captured_length() * tvb_reported_length() As far as I can tell, tvb_captured_length() is the direct replacement for tvb_length() but tvbuff.h says "You probably wan

Re: [Wireshark-dev] Greying out preferences

2015-06-19 Thread Robert Cragie
Not heard anything more about this - is this achievable? No particular problem if it isn't but it would be nice. Robert On 9 June 2015 at 08:15, Robert Cragie wrote: > The example I have in mind is basically as follows: > > For a particular pane of protocol preferences: >

Re: [Wireshark-dev] Greying out preferences

2015-06-09 Thread Robert Cragie
"dependencies" on each > other so that one preference field effects another? > Are you talking about other GUI items in the (main) menu being based on > protocol preferences? > > > > -Original Message- > From: Robert Cragie > To: Developer support list

[Wireshark-dev] Greying out preferences

2015-06-08 Thread Robert Cragie
I was wondering if there is an easy way to grey out another GUI item based on e.g. selecting a radio button or dropdown for a protocol's preferences. I can't see anything obvious in prefs.c. The only thing which looked like what I wanted to do was in the top level User Interface preferences where t

[Wireshark-dev] Issue with packet-ieee802154.c

2015-01-20 Thread Robert Cragie
Recent commit ecaa1f8d21b1284a267ca08d4d698ca99fbcab83 (onvert variables that were static just because of SET_ADDRESS macro to use the proper pinfo->pool instead) has introduced an error in packet-ieee802154.c. The extended addresses were network byte order before but are now being interpreted the

Re: [Wireshark-dev] Installing on Ubuntu 12.04.5

2014-10-22 Thread Robert Cragie
These are notes I took when building for Linux (Ubuntu): Get all the tools (if not already installed): sudo apt-get install - git - autoconf - automake - libtool - bison - flex - qt-sdk - libgtk-3-dev - libpcap-dev Then: git clone https://code.wireshark.org/review

Re: [Wireshark-dev] Errors using nmake/VC++2010 EE

2014-08-21 Thread Robert Cragie
maintainer-clean target did it (I had tried clean and distclean). Thanks for your help. Robert On 21/08/2014 4:11 PM, Graham Bloice wrote: On 21 August 2014 16:00, Robert Cragie <mailto:robert.cra...@gridmerge.com>> wrote: Hopefully this is the right mailing list - if not, pleas

[Wireshark-dev] Errors using nmake/VC++2010 EE

2014-08-21 Thread Robert Cragie
Hopefully this is the right mailing list - if not, please tell me where to post. I am getting the following errors building commit 14605754afc3dd0da0ef2da1c534cb4d77cc2d9e using MSVC_VARIANT=MSVC2010EE nmake: Linking wireshark.exe link @C:\Users\Robert\AppData\Local\Temp\nm3CCA.tmp libgt