Re: [Wireshark-dev] Fix bug in GSM MAP, have problems with GIT

2014-03-11 Thread Graham Bloice
On 11 March 2014 16:41, Anders Broman anders.bro...@ericsson.com wrote: -Original Message- From: wireshark-dev-boun...@wireshark.org [mailto: wireshark-dev-boun...@wireshark.org] On Behalf Of Evan Huus Sent: den 11 mars 2014 17:26 To: Developer support list for Wireshark Subject:

Re: [Wireshark-dev] GIT tutorials (was: Re: Fix bug in GSM MAP, have problems with GIT)

2014-03-11 Thread Graham Bloice
On 11 March 2014 20:35, Evan Huus eapa...@gmail.com wrote: On Tue, Mar 11, 2014 at 2:01 PM, Roland Knall rkn...@gmail.com wrote: Git commit ids differ between different people (each clone may create their one) Not technically true. If I make a commit with SHA x, push it, and it gets

Re: [Wireshark-dev] GIT tutorials (was: Re: Fix bug in GSM MAP, have problems with GIT)

2014-03-11 Thread Graham Bloice
On 11 March 2014 20:50, Evan Huus eapa...@gmail.com wrote: On Tue, Mar 11, 2014 at 4:42 PM, Graham Bloice graham.blo...@trihedral.com wrote: On 11 March 2014 20:35, Evan Huus eapa...@gmail.com wrote: On Tue, Mar 11, 2014 at 2:01 PM, Roland Knall rkn...@gmail.com wrote: Git commit ids

Re: [Wireshark-dev] GIT tutorials (was: Re: Fix bug in GSM MAP, have problems with GIT)

2014-03-11 Thread Graham Bloice
On 11 March 2014 21:06, Evan Huus eapa...@gmail.com wrote: On Tue, Mar 11, 2014 at 4:58 PM, Graham Bloice graham.blo...@trihedral.com wrote: On 11 March 2014 20:50, Evan Huus eapa...@gmail.com wrote: On Tue, Mar 11, 2014 at 4:42 PM, Graham Bloice graham.blo...@trihedral.com wrote

Re: [Wireshark-dev] Fix bug in GSM MAP, have problems with GIT

2014-03-11 Thread Graham Bloice
On 11 March 2014 17:59, Evan Huus eapa...@gmail.com wrote: On Tue, Mar 11, 2014 at 1:18 PM, Christopher Maynard christopher.mayn...@gtech.com wrote: Graham Bloice graham.bloice@... writes: On 11 March 2014 16:41, Anders Broman anders.bro...@ericsson.com wrote: -Original

Re: [Wireshark-dev] Git+gerrit status update - 2014-01-14

2014-02-26 Thread Graham Bloice
FWIW, git review worked for me on Windows, however I can't remember if I branched my repo myself or added the branch name to the git review command. I think it was the former. I also used the open stack Gerrit Workflow ( https://wiki.openstack.org/wiki/Gerrit_Workflow) as a guide, I think we

Re: [Wireshark-dev] error encountered during compilation on windows

2014-02-11 Thread Graham Bloice
On 11 February 2014 07:41, Rahul Rohit rahul.ro...@aricent.com wrote: Hi, During the build of wireshark exe in windows machice(32 bit) we get the following errors. epan\except.h(97) : error C2054: expected '(' to follow 'WS_MSVC_NORETURN' epan\except.h(97) : error C2085:

Re: [Wireshark-dev] error encountered during compilation on windows

2014-02-11 Thread Graham Bloice
://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev mailto:wireshark-dev-requ...@wireshark.org ?subject=unsubscribe -- Graham Bloice Software Developer Trihedral UK Limited

Re: [Wireshark-dev] Git and line endings

2014-02-04 Thread Graham Bloice
On 3 February 2014 22:50, Pascal Quantin pascal.quan...@gmail.com wrote: Hi all, with subversion we were using the native eol-style property. Now that we moved to git, would it make sense to commit a .gitattributes file with text=auto to avoid any issue between Linux and Windows development

Re: [Wireshark-dev] Git and line endings

2014-02-04 Thread Graham Bloice
On 4 February 2014 11:18, Pascal Quantin pascal.quan...@gmail.com wrote: 2014-02-04 Graham Bloice graham.blo...@trihedral.com: On 3 February 2014 22:50, Pascal Quantin pascal.quan...@gmail.comwrote: Hi all, with subversion we were using the native eol-style property. Now that we moved

Re: [Wireshark-dev] Git and line endings

2014-02-04 Thread Graham Bloice
On 4 February 2014 13:18, Bálint Réczey bal...@balintreczey.hu wrote: Hi, 2014-02-04 Pascal Quantin pascal.quan...@gmail.com: 2014-02-04 Graham Bloice graham.blo...@trihedral.com: On 4 February 2014 11:18, Pascal Quantin pascal.quan...@gmail.com wrote: 2014-02-04 Graham

Re: [Wireshark-dev] Quick start instructions for Gerrit

2014-01-31 Thread Graham Bloice
I use git-review which adds a git review command that does the right thing with respect to gerrit. https://github.com/openstack-infra/git-review I was looking into git-review and it appears things work automagically if the repository has .gitreview file. Can someone who knows what they're

Re: [Wireshark-dev] Start-up help

2014-01-21 Thread Graham Bloice
On 21 January 2014 13:27, Michael Oed michael@gmail.com wrote: Hi Pascal, thanks for your answer. One other question, how can I change in Wireshark-Bugzilla the assigment? Might it be possible that I need extra permissions to do that? Thanks and best regards Mike Mike, You might

[Wireshark-dev] PDB files for WinPCap

2014-01-01 Thread Graham Bloice
Before I bother the folks over at WinPCap, does anyone here know if the pdb files for it are available anywhere? Graham ___ Sent via:Wireshark-dev mailing list wireshark-dev@wireshark.org Archives:

Re: [Wireshark-dev] Windows build crashing today for me

2013-12-19 Thread Graham Bloice
On 19 December 2013 16:00, Christopher Maynard christopher.mayn...@gtech.com wrote: Martin Mathieson martin.r.mathieson@... writes: My windows build (from current trunk) is crashing upon startup today, with the error This application has requested the Runtime to terminate in an unusual

Re: [Wireshark-dev] Move plugins/ to epan/dissectors/plugins/

2013-12-11 Thread Graham Bloice
On 11 December 2013 07:38, Joerg Mayer jma...@loplof.de wrote: Hello, I'd like to move the plugins/ directory into epan/dissectors/. They provide just more dissectors and depend on epan anyway. Are there good reasons not to do that move? And could some of those plugins not be made into

Re: [Wireshark-dev] tools/make-dissector-reg.py

2013-12-11 Thread Graham Bloice
On 11 December 2013 13:10, Gisle Vanem gva...@yahoo.no wrote: I saw the recent change to 'tools/make-dissector-reg.py' to allow reading list of files from a file; the argument dissectorsinfile. I find this a bit awkward. Isn't it better to use the more familiar response-file syntax? So the

Re: [Wireshark-dev] How about we change Filter button to say Diisplay Filter on the main Wireshark GUI page ?

2013-12-09 Thread Graham Bloice
On 9 December 2013 14:34, Bill Meier wme...@newsguy.com wrote: Maybe this would help to make things a bit more clear. I'd also like to add text to the tooltip: Something like: (To enter a capture filter see Capture/Options) Opinions ? As I'm sure others will also point out, I'd prefer

Re: [Wireshark-dev] Windows version info

2013-12-09 Thread Graham Bloice
On 8 December 2013 22:32, Pascal Quantin pascal.quan...@gmail.com wrote: Hi Graham, Le 8 déc. 2013 à 22:56, Graham Bloice graham.blo...@trihedral.com a écrit : Compiling with VS2013, the GetVersionEx function is now reported as deprecated: E:\Wireshark\trunk\version_info.c(368): warning

Re: [Wireshark-dev] Windows version info

2013-12-09 Thread Graham Bloice
On 9 December 2013 15:12, Pascal Quantin pascal.quan...@gmail.com wrote: 2013/12/9 Graham Bloice graham.blo...@trihedral.com On 8 December 2013 22:32, Pascal Quantin pascal.quan...@gmail.comwrote: Hi Graham, Le 8 déc. 2013 à 22:56, Graham Bloice graham.blo...@trihedral.com a écrit

Re: [Wireshark-dev] Windows version info

2013-12-09 Thread Graham Bloice
On 9 December 2013 15:29, Graham Bloice graham.blo...@trihedral.com wrote: On 9 December 2013 15:12, Pascal Quantin pascal.quan...@gmail.com wrote: 2013/12/9 Graham Bloice graham.blo...@trihedral.com On 8 December 2013 22:32, Pascal Quantin pascal.quan...@gmail.comwrote: Hi Graham, Le 8

Re: [Wireshark-dev] Build failures with VS2013

2013-12-08 Thread Graham Bloice
On 7 December 2013 18:43, Graham Bloice graham.blo...@trihedral.com wrote: On 7 December 2013 17:06, Jakub Zawadzki darkjames...@darkjames.plwrote: On Sat, Dec 07, 2013 at 04:50:10PM +, Graham Bloice wrote: Started testing builds with VS 2013 Pro (nmake build), complaints about

[Wireshark-dev] Windows version info

2013-12-08 Thread Graham Bloice
Compiling with VS2013, the GetVersionEx function is now reported as deprecated: E:\Wireshark\trunk\version_info.c(368): warning C4996: 'GetVersionExW': was declared deprecated [E:\Wireshark\2013build\wireshark.vcxproj] E:\Wireshark\trunk\version_info.c(853): warning C4996: 'GetVersionExW': was

Re: [Wireshark-dev] Status Cmake Win32 support

2013-12-05 Thread Graham Bloice
I still have the issue with GTK3, in that I have to comment out the path corrections in FindGTK3.cmake. Hmm, can you please explain the problems you are encountering - I'd like to fix them. In case it involves rewriting the results from pkg-config, can you please include

Re: [Wireshark-dev] Status Cmake Win32 support

2013-12-05 Thread Graham Bloice
On 2 December 2013 16:14, Joerg Mayer jma...@loplof.de wrote: On Mon, Dec 02, 2013 at 02:28:43PM +, Graham Bloice wrote: On 2 December 2013 13:49, Joerg Mayer jma...@loplof.de wrote: 8. Fix build of plugins. They build on my system (cmake with nmake and msbuild

Re: [Wireshark-dev] Windows build setup - Concept required

2013-12-05 Thread Graham Bloice
On 5 December 2013 21:06, Pascal Quantin pascal.quan...@gmail.com wrote: 2013/12/5 Christopher Maynard christopher.mayn...@gtech.com mmann78@... writes: +1 -Original Message- From: Pascal Quantin pascal.quan...@gmail.com To: Developer support list for Wireshark

Re: [Wireshark-dev] Windows build setup - Concept required

2013-12-05 Thread Graham Bloice
On 5 December 2013 19:59, Gerald Combs ger...@wireshark.org wrote: On 12/4/13 12:27 PM, Joerg Mayer wrote: Hello, as Graham and I are working on getting the Windows build process to a) work at all and b) be on par with the current nmake build process we currently rely on the setup

Re: [Wireshark-dev] SI vs. IEC prefixes

2013-12-02 Thread Graham Bloice
On 2 December 2013 10:01, Joerg Mayer jma...@loplof.de wrote: On Mon, Dec 02, 2013 at 03:34:33AM +, Christopher Maynard wrote: For example, if a user wants to set a maximum file size, then I think it's more intuitive to the user to specify and expect SI, powers of 10, units to apply

Re: [Wireshark-dev] Status Cmake Win32 support

2013-12-02 Thread Graham Bloice
On 2 December 2013 10:54, Joerg Mayer jma...@loplof.de wrote: On Sun, Dec 01, 2013 at 10:35:50PM +, Graham Bloice wrote: On 30 November 2013 23:18, Joerg Mayer jma...@loplof.de wrote: I still have the issue with GTK3, in that I have to comment out the path corrections in FindGTK3

Re: [Wireshark-dev] Status Cmake Win32 support

2013-12-02 Thread Graham Bloice
On 2 December 2013 13:49, Joerg Mayer jma...@loplof.de wrote: On Mon, Dec 02, 2013 at 11:34:21AM +, Graham Bloice wrote: On 2 December 2013 10:54, Joerg Mayer jma...@loplof.de wrote: On Sun, Dec 01, 2013 at 10:35:50PM +, Graham Bloice wrote: On 30 November 2013 23:18, Joerg

Re: [Wireshark-dev] [Wireshark-commits] rev 53683: /trunk/tools/ /trunk/tools/: make-dissector-reg.py

2013-12-01 Thread Graham Bloice
On 1 December 2013 09:45, Joerg Mayer jma...@loplof.de wrote: On Sun, Dec 01, 2013 at 01:35:14AM +, ger...@wireshark.org wrote: http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=revrevision=53683 User: gerald Date: 2013/12/01 01:35 AM Log: Fix compatibility with Python 2.5.

Re: [Wireshark-dev] Status Cmake Win32 support

2013-12-01 Thread Graham Bloice
other small issues first so I didn't have any uncommitted stuff in my tree. On Sun, Nov 24, 2013 at 07:45:07PM +, Graham Bloice wrote: I've now got tshark to build from a VS solution file, had to do some hacks to get there though, patch files attached for others to peruse, as I'm

Re: [Wireshark-dev] Status Cmake Win32 support

2013-12-01 Thread Graham Bloice
On 30 November 2013 23:18, Joerg Mayer jma...@loplof.de wrote: 1. I had to add some MSC version definitions to CMakeLists.txt There are two independent parts to this patch: 1) I applied the MSC_VER_REQUIRED part (after I understood the cmake specific part of it). 2) -

Re: [Wireshark-dev] Status Cmake Win32 support

2013-11-29 Thread Graham Bloice
On 29 November 2013 17:56, Joerg Mayer jma...@loplof.de wrote: On Sun, Nov 24, 2013 at 07:45:07PM +, Graham Bloice wrote: I've now got tshark to build from a VS solution file, had to do some hacks to get there though, patch files attached for others to peruse, as I'm not sure

Re: [Wireshark-dev] [Wireshark-commits] rev 53619: /trunk/ /trunk/: NEWS

2013-11-28 Thread Graham Bloice
On 28 November 2013 12:47, Joerg Mayer jma...@loplof.de wrote: Once that is done we can move to the asn1/ stuff - which should then be moved to epan/dissectors/asn1/ ;-) Not so fast, we need to get Windows CMake done first :-)

Re: [Wireshark-dev] Wireshark-qt : Capture Interfaces

2013-11-26 Thread Graham Bloice
On 26 November 2013 13:16, Alexis La Goutte alexis.lagou...@gmail.comwrote: Hi, I push yesterday the work of Thomas (GSoC'13 Students) about add captures interfaces window dialog for Wireshark-qt. It is a first draft of new captures interfaces, only display the list of interface and

Re: [Wireshark-dev] Status Cmake Win32 support

2013-11-26 Thread Graham Bloice
On 26 November 2013 12:15, Joerg Mayer jma...@loplof.de wrote: Just a short note on this one, the rest after work and some testing :-) On Sun, Nov 24, 2013 at 09:51:47PM +, Graham Bloice wrote: The above fix for gtkui then broke wiretap, and some other things, e.g. dumpcap

Re: [Wireshark-dev] Status Cmake Win32 support

2013-11-24 Thread Graham Bloice
I've now got tshark to build from a VS solution file, had to do some hacks to get there though, patch files attached for others to peruse, as I'm not sure if they are the optimal solutions: 1. I had to add some MSC version definitions to CMakeLists.txt 2. I had to remove some definitions

Re: [Wireshark-dev] Status Cmake Win32 support

2013-11-24 Thread Graham Bloice
dumpcap compiled with the same warning as tshark. Now for the biggie, Wireshark. The build is failing to make gtkui DLL, due to missing the pango header files. Looking at the additional directories passed to the compiler in the vcxproj file, pango definitely isn't in there. I presume that some

Re: [Wireshark-dev] Status Cmake Win32 support

2013-11-22 Thread Graham Bloice
Back onto this. Still attempting to build tshark via a Visual studio 2010 solution. First failure, the regex stuff in FindGTK3.cmake around line 44 fails if when I set WIRESHARK_BASE_DIR to E:\Wireshark for my build env. It breaks on the \W part. Setting WIRESHARK_BASE_DIR to E:/Wireshark

Re: [Wireshark-dev] Adding install target to Makefile.nmake for plugins

2013-11-13 Thread Graham Bloice
On 13 November 2013 16:01, John Dill john.d...@greenfieldeng.com wrote: I added an install target for my protocol dissector plugin nmake file. Simplifies the tedious step of copying it to the Wireshark/plugins folder during development and test. Here's the snippets that I added. The

Re: [Wireshark-dev] A newbie to contributiobn

2013-11-12 Thread Graham Bloice
On 12 November 2013 07:45, Shankar Raman shankarama...@gmail.com wrote: Hello all, I read the documentation and downloaded the source using Sub version. $ svn checkout http://anonsvn.wireshark.org/wireshark/trunkwireshark After the download I read that we need

Re: [Wireshark-dev] Wireshark development setup Help

2013-11-11 Thread Graham Bloice
On 11 November 2013 09:16, Sreejith M M sreejith...@gmail.com wrote: Even the below files does not exist in my PC. For the sake of future users, I believe the wireshark developer doc must be editied Maybe you could use the Explorer search facility to find the files? Doing so on my XP

Re: [Wireshark-dev] A newbie to contributiobn

2013-11-11 Thread Graham Bloice
Hi, Welcome to the community, The dev mailing list is usually the best place for these sort of discussions, so I’ll cc the dev list so others can see as well. Personally I’m not sure how we “assign” Bugzilla items, unless someone is grabbing the item to work on it themselves but adding

Re: [Wireshark-dev] compile test of checkins mandatory ?

2013-11-08 Thread Graham Bloice
On 8 November 2013 15:09, Toralf Förster toralf.foers...@gmx.de wrote: In the past few weeks I run more often than expected after a svn update into an build error, mostly obvious coding style issues / typos / treat warning as errors were the culprit. This let me wondering, if there isn't a

Re: [Wireshark-dev] GTK+ 3 on Windows

2013-10-28 Thread Graham Bloice
On 28 October 2013 13:26, Christopher Maynard christopher.mayn...@gtech.com wrote: Interesting Goings on http://blogs.gnome.org/mclasen/2013/10/28/gtk-3-on-windows/ This line from the download page is interesting: Specifically, this means that you should not use newer versions of the

Re: [Wireshark-dev] Idea for process image dissection

2013-10-15 Thread Graham Bloice
On 15 October 2013 17:25, Roland Knall rkn...@gmail.com wrote: Hi I actually did not know about wsgd.free.fr. For what I want to achieve, this would be completely sufficient. But It would need a UI, because the definition of the wsgd and fdesc files would be too much for the nomal user.

Re: [Wireshark-dev] Help needed building portaudio for windows

2013-10-13 Thread Graham Bloice
On 12 October 2013 23:10, Joerg Mayer jma...@loplof.de wrote: On Sat, Oct 12, 2013 at 07:45:10PM +0100, Graham Bloice wrote: On 12 October 2013 18:20, Joerg Mayer jma...@loplof.de wrote: I still haven't found out how to build portaudio in the Wireshark-win32-libs directory. Can

Re: [Wireshark-dev] Status Cmake Win32 support

2013-10-13 Thread Graham Bloice
On 12 October 2013 23:22, Joerg Mayer jma...@loplof.de wrote: On Sat, Oct 12, 2013 at 07:58:45PM +0100, Graham Bloice wrote: - Are there other platforms that would benefit from something similar to what I did with the setenv.bat script? The setenv.bat (I hope that is the file

Re: [Wireshark-dev] Status Cmake Win32 support

2013-10-13 Thread Graham Bloice
On 12 October 2013 23:38, Joerg Mayer jma...@loplof.de wrote: On Sat, Oct 12, 2013 at 07:31:27PM +0100, Graham Bloice wrote: On 11 October 2013 16:09, Joerg Mayer jma...@loplof.de wrote: Another milestone hit: - Win 32bit: The following executables build and run from the build

Re: [Wireshark-dev] Status Cmake Win32 support

2013-10-13 Thread Graham Bloice
On 13 October 2013 09:45, Graham Bloice graham.blo...@trihedral.com wrote: On 12 October 2013 23:22, Joerg Mayer jma...@loplof.de wrote: On Sat, Oct 12, 2013 at 07:58:45PM +0100, Graham Bloice wrote: - Are there other platforms that would benefit from something similar to what I

Re: [Wireshark-dev] Status Cmake Win32 support

2013-10-13 Thread Graham Bloice
wsutil has stopped linking for me. It's looking for gmodule-2.0.lib. Looking at the linker input the library is specified but without the full path to ...\wireshark-win-32-libs\gtk2\lib. In fact the linker input for this target isn't very good at all, it has gmodule-2.0.lib, glib-2.0.lib and

Re: [Wireshark-dev] Inconsistent QT5_BASE_DIR

2013-10-12 Thread Graham Bloice
On 12 October 2013 18:24, Joerg Mayer jma...@loplof.de wrote: Hello, set setup for nmake seems to be C:\Qt\Qt5.1.1\5.1.1\msvc2010 while the value for cmake is just c:\qt\qt5.1.1\5.1.1 My motivation was to not rule out mingw builds. In case there is no interest in that kind of flexibility

Re: [Wireshark-dev] Status Cmake Win32 support

2013-10-12 Thread Graham Bloice
On 11 October 2013 16:09, Joerg Mayer jma...@loplof.de wrote: Another milestone hit: - Win 32bit: The following executables build and run from the build directory (as well as capture if they should be able to). *: Acutally tested $ ls *exe capinfos.exe* dumpcap.exe mergecap.exe

Re: [Wireshark-dev] Help needed building portaudio for windows

2013-10-12 Thread Graham Bloice
On 12 October 2013 18:20, Joerg Mayer jma...@loplof.de wrote: I still haven't found out how to build portaudio in the Wireshark-win32-libs directory. Can someone please provide information where this is documented or how to do it if no such documentation exists? The portaudio object files

Re: [Wireshark-dev] Status Cmake Win32 support

2013-10-12 Thread Graham Bloice
- Are there other platforms that would benefit from something similar to what I did with the setenv.bat script? The setenv.bat (I hope that is the file you're referring to) doesn't work with a MSVC2010 solution, as the paths to the libraries directory is wrong, it has ...\builddir\lib, it

Re: [Wireshark-dev] Inconsistent QT5_BASE_DIR

2013-10-12 Thread Graham Bloice
On 12 October 2013 20:23, Guy Harris g...@alum.mit.edu wrote: On Oct 12, 2013, at 10:24 AM, Joerg Mayer jma...@loplof.de wrote: set setup for nmake seems to be C:\Qt\Qt5.1.1\5.1.1\msvc2010 while the value for cmake is just c:\qt\qt5.1.1\5.1.1 Does CMake somehow look for a subdirectory of

Re: [Wireshark-dev] Status Cmake Win32 support

2013-10-11 Thread Graham Bloice
On 11 October 2013 16:09, Joerg Mayer jma...@loplof.de wrote: Another milestone hit: - Win 32bit: The following executables build and run from the build directory (as well as capture if they should be able to). *: Acutally tested $ ls *exe capinfos.exe* dumpcap.exe mergecap.exe

Re: [Wireshark-dev] 1.11.0 release

2013-10-09 Thread Graham Bloice
On 9 October 2013 11:21, Bálint Réczey bal...@balintreczey.hu wrote: 2013/10/9 Guy Harris g...@alum.mit.edu: On Oct 9, 2013, at 2:47 AM, Bálint Réczey bal...@balintreczey.hu wrote: How about dropping the automake based and nmake based makefile systems and replacing both with CMake?

Re: [Wireshark-dev] Building on Windows with CMake: Status and help needed

2013-10-08 Thread Graham Bloice
On 8 October 2013 00:22, Joerg Mayer jma...@loplof.de wrote: This is undoubtedly about the fact that Makefile.nmake copies lots of DLLs and etc to a separate run directory. The exe's won't run from the build dir on Windows. See install_all: target in Makefile.nmake

Re: [Wireshark-dev] Building on Windows with CMake: Status and help needed

2013-10-07 Thread Graham Bloice
On 7 October 2013 15:37, Gerald Combs ger...@wireshark.org wrote: On 10/6/13 4:35 PM, Bill Meier wrote: On 10/6/2013 7:27 PM, Joerg Mayer wrote: The executables now compile and link except the gtk and qt guis. I have not yet been able to run the executables as running the binaries inside

Re: [Wireshark-dev] Building on Windows with CMake: Status and help needed

2013-10-06 Thread Graham Bloice
On 5 October 2013 12:03, Joerg Mayer jma...@loplof.de wrote: Hello, I've made some progress and am now able to almost build a first 32 bit executable with VSEE2010. The executable (capinfos) using nmake as build tool. The cmake stage (for nmake) is working as much as is needed, i.e. no GUI

Re: [Wireshark-dev] portaudio and zlib on Windows

2013-10-04 Thread Graham Bloice
On 4 October 2013 16:31, Joerg Mayer jma...@loplof.de wrote: Hello, I just looked at the zlib and portaudio packages from the win32 and win64 packages and it looks like all 4 are source only (no libs and no include dir). Is this intentional or did I just miss something? zlib is compiled

Re: [Wireshark-dev] [Wireshark-commits] rev 52194: / /trunk/cmake/modules/: FindCARES.cmake FindGCRYPT.cmake FindGEOIP.cmake FindGLIB2.cmake FindGMODULE2.cmake FindGNUTLS.cmake FindGTHREAD2.cmake Find

2013-09-24 Thread Graham Bloice
On 24 September 2013 10:17, Joerg Mayer jma...@loplof.de wrote: On Mon, Sep 23, 2013 at 05:32:38PM -0700, Gerald Combs wrote: Would it make things easier for either of you if you could get useful answers from pkg-config on Windows? Sure! The problem to solve here is how to handle the

Re: [Wireshark-dev] Problems with Windows build environment

2013-09-24 Thread Graham Bloice
On 24 September 2013 11:00, Joerg Mayer jma...@loplof.de wrote: Hello, I'm trying to build on Win7, 64-bit and it fails very early (nmake target fails earlier than Vproj, but both fail). Googling the error fatal error C1902: Program database manager mismatch; please check your

Re: [Wireshark-dev] [Wireshark-commits] rev 52194: / /trunk/cmake/modules/: FindCARES.cmake FindGCRYPT.cmake FindGEOIP.cmake FindGLIB2.cmake FindGMODULE2.cmake FindGNUTLS.cmake FindGTHREAD2.cmake Find

2013-09-24 Thread Graham Bloice
On 24 September 2013 10:49, Joerg Mayer jma...@loplof.de wrote: On Tue, Sep 24, 2013 at 10:24:33AM +0100, Graham Bloice wrote: On 24 September 2013 10:17, Joerg Mayer jma...@loplof.de wrote: On Mon, Sep 23, 2013 at 05:32:38PM -0700, Gerald Combs wrote: Would it make things easier

Re: [Wireshark-dev] Problems with Windows build environment

2013-09-24 Thread Graham Bloice
On 24 September 2013 11:12, Graham Bloice graham.blo...@trihedral.comwrote: On 24 September 2013 11:00, Joerg Mayer jma...@loplof.de wrote: Hello, I'm trying to build on Win7, 64-bit and it fails very early (nmake target fails earlier than Vproj, but both fail). Googling the error fatal

Re: [Wireshark-dev] Gently migrating to Git + Gerrit

2013-09-20 Thread Graham Bloice
On 20 September 2013 08:04, Pascal Quantin pascal.quan...@gmail.com wrote: 2013/9/20 Gerald Combs ger...@wireshark.org If I understand correctly, the main difference between Chocolatey packages and NuGet packages from our perspective is that the former are installed in system-wide locations

Re: [Wireshark-dev] Gently migrating to Git + Gerrit

2013-09-20 Thread Graham Bloice
On 20 September 2013 01:16, Guy Harris g...@alum.mit.edu wrote: On Aug 8, 2013, at 11:21 AM, Evan Huus eapa...@gmail.com wrote: Similarly on Mac, it would be nice if the macosx-setup.sh script could as much as possible be replaced with a set of homebrew packages (or some other

Re: [Wireshark-dev] Removal of Visual Studio solution and project files

2013-09-18 Thread Graham Bloice
On 17 September 2013 22:51, Pascal Quantin pascal.quan...@gmail.com wrote: Hi Michael, why not load directly the executable in Visual as described here: http://wiki.wireshark.org/Development/Tips ? It works pretty well and does not require an obsolete project file. Le 17/09/2013 23:45,

[Wireshark-dev] Removal of Visual Studio solution and project files

2013-09-17 Thread Graham Bloice
as required rendering the repository copies even more confusing. Any objections? -- Graham Bloice ___ Sent via:Wireshark-dev mailing list wireshark-dev@wireshark.org Archives:http://www.wireshark.org/lists/wireshark-dev

Re: [Wireshark-dev] Getting a wireshark stack trace on Windows

2013-08-23 Thread Graham Bloice
pdb's for trunk can be found in a zip file in the same directory as the executable installer. Note that pdb's are only kept available for the length of time that the installer is. Once the pdb's have been deleted then debugging becomes close to impossible. Graham On 23 August 2013 08:28,

Re: [Wireshark-dev] Getting a wireshark stack trace on Windows

2013-08-23 Thread Graham Bloice
On 22 August 2013 20:02, Evan Huus eapa...@gmail.com wrote: Could somebody who knows windows a little better take a look at bug #9062? I don't fully understand how our build environment interacts with windows debuggers / stack tracers. Is there a way to get a symbolic stack trace on Windows

Re: [Wireshark-dev] Remove hf_ variables

2013-08-14 Thread Graham Bloice
On 13 August 2013 17:53, Jakub Zawadzki darkjames...@darkjames.pl wrote: On Fri, Aug 09, 2013 at 08:31:02PM +0200, Jakub Zawadzki wrote: On Wed, Aug 07, 2013 at 08:10:21PM +0200, Jakub Zawadzki wrote: I wrote some ugly gawk program for hf_ variables. Here is one + some patch for epan:

Re: [Wireshark-dev] bugzilla: allow See-Also to point to 'Ask' questions

2013-08-09 Thread Graham Bloice
As is Trac. On 9 August 2013 15:43, Evan Huus eapa...@gmail.com wrote: Jira and Mantis are other bug tracking systems (Jira is by Atlassian). On Fri, Aug 9, 2013 at 10:25 AM, Jeff Morriss jeff.morriss...@gmail.com wrote: I was trying to add an ask.wireshark.org question to the See-Also

Re: [Wireshark-dev] Gently migrating to Git + Gerrit

2013-08-07 Thread Graham Bloice
On 6 August 2013 19:11, Gerald Combs ger...@wireshark.org wrote: On 8/6/13 4:18 AM, Bálint Réczey wrote: Currently all the library archives are stored in SVN and if we simply convert it to Git anyone cloning the repository would have to download all the libs ever checked in (unless

Re: [Wireshark-dev] Fwd: [Wireshark-commits] rev 51173: /trunk/epan/ /trunk/epan/: proto.c - Use __builtin_ctz for GCC/clang

2013-08-07 Thread Graham Bloice
On 6 August 2013 23:42, Jakub Zawadzki darkjames...@darkjames.pl wrote: On Tue, Aug 06, 2013 at 11:39:11PM +0200, Anders Broman wrote: Should we use *_BitScanForward* on Windows? http://msdn.microsoft.com/en-us/library/wfd9z0bb%28VS.80%29.aspx Sure, if you know how to do it, why not.

Re: [Wireshark-dev] Recent changes in composite TVB (extra changes beside move)

2013-08-01 Thread Graham Bloice
On 31 July 2013 22:42, Jakub Zawadzki darkjames...@darkjames.pl wrote: SNIP --- 9d519b5659aa8c0c4aa984bc6169909eb31be7d6_2.c2013-07-31 22:50:46.144101741 +0200 +++ 9d519b5659aa8c0c4aa984bc6169909eb31be7d6_1.c2013-07-31 22:50:36.800818660 +0200 Totally off-topic rant, but

Re: [Wireshark-dev] Problems building installer on Windows 8

2013-07-31 Thread Graham Bloice
On 31 July 2013 10:16, John OSullivan john.osulli...@cloudiumsystems.comwrote: Hi, ** ** I have downloaded the latest code for wireshark to build on a Windows 8 (64 bit) machine. I am building an x86 version and can build all stages up to nmake –f Makefile.nmake

Re: [Wireshark-dev] Cmake on Win32/64

2013-07-24 Thread Graham Bloice
On 24 July 2013 03:00, Joerg Mayer jma...@loplof.de wrote: Hello, I've finally succeeded in my first Wireshark build on Win. Next steps will be the installation of cmake and starting work on detecting the packages installed when following the quick setup chapter in the wsdg. Any hints

Re: [Wireshark-dev] rev 50749: /trunk/ /trunk/: CMakeLists.txt

2013-07-23 Thread Graham Bloice
On 22 July 2013 23:24, Joerg Mayer jma...@loplof.de wrote: On Mon, Jul 22, 2013 at 11:22:38AM +0100, Graham Bloice wrote: Now that OSX appears to be mostly sorted, Windows could do with some attention, maybe another thread for that, or pick up on the older one. I'm stuck in the same

Re: [Wireshark-dev] rev 50749: /trunk/ /trunk/: CMakeLists.txt

2013-07-22 Thread Graham Bloice
On 22 July 2013 11:08, Joerg Mayer jma...@loplof.de wrote: Hello Michael, On Sun, Jul 21, 2013 at 07:49:01PM +0200, Michael Tuexen wrote: .. not only testing. I'm using it. And it is bad to have all the unused warnings, since then I don't detect bugs I would commit... I have checked in

Re: [Wireshark-dev] BUg report

2013-07-04 Thread Graham Bloice
On 4 July 2013 13:37, Alexis La Goutte alexis.lagou...@gmail.com wrote: Hi, There is a bugzilla : https://bugs.wireshark.org Regards, On Tue, Jul 2, 2013 at 6:23 PM, Miguel Quintana miguel.quint...@sixbell.com wrote: Dear Dev. Support: ** ** I want to know where can I report

Re: [Wireshark-dev] CMake for Windows

2013-06-26 Thread Graham Bloice
On 26 June 2013 10:10, Roland Knall rkn...@gmail.com wrote: Hi As I am somewhat converse in cmake, I can give you a few pointers, if you like. In general for each package a cmake system should look for, a FindPackageName.cmake file should exist in either one of two places: - The local

Re: [Wireshark-dev] CMake for Windows

2013-06-26 Thread Graham Bloice
) or similar to prevent other breaking CMake on other platforms. kind regards, Roland On Wed, Jun 26, 2013 at 11:35 AM, Graham Bloice graham.blo...@trihedral.com wrote: On 26 June 2013 10:10, Roland Knall rkn...@gmail.com wrote: Hi As I am somewhat converse in cmake, I can give you a few

Re: [Wireshark-dev] CMake for Windows

2013-06-26 Thread Graham Bloice
On 26 June 2013 11:29, Graham Bloice graham.blo...@trihedral.com wrote: On 26 June 2013 11:07, Roland Knall rkn...@gmail.com wrote: Hi GLOB and GLOB_RECURSE should normally only catch files, not directories. (As noted on http://www.cmake.org/cmake/help/v2.8.11/cmake.html#command:file

Re: [Wireshark-dev] Proposed Gerrit workflow (was: Re: Notes from Sharkfest '13)

2013-06-23 Thread Graham Bloice
On 23 June 2013 11:58, Bálint Réczey bal...@balintreczey.hu wrote: Hi, 2013/6/22 Marc Petit-Huguenin m...@petit-huguenin.org: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 06/22/2013 09:43 AM, Bálint Réczey wrote: Hi Marc, 2013/6/22 Marc Petit-Huguenin

Re: [Wireshark-dev] [Wireshark-commits] buildbot failure in Wireshark (development) on Windows-XP-x86

2013-06-21 Thread Graham Bloice
OK for me also on XP x32, although I'm not sure how to feed in the seed from the failing test run. Graham On 20 June 2013 16:56, Pascal Quantin pascal.quan...@gmail.com wrote: Failed to reproduce it on my side also, but I was running on Windows 7 x64. I will not have access to my XP x32 box

[Wireshark-dev] CMake for Windows

2013-06-20 Thread Graham Bloice
As the starter for some planned major improvements|changes to the win32 build, I'd like to get CMake working for building Wireshark on Windows. I know what I'm doing with the nmake builds, and have once built successfully on Ubuntu with CMake, but that's about it for my CMake knowledge, so I'm

Re: [Wireshark-dev] Kept support of Visual Studio 2005

2013-05-20 Thread Graham Bloice
On 20 May 2013 17:54, Gerald Combs ger...@wireshark.org wrote: On 5/20/13 8:37 AM, Graham Bloice wrote: This is the small end of a long and wriggly worm. Windows builds can consume system libraries from two sources, the Compiler\VS Studio installation and the Platform SDK. Merely

Re: [Wireshark-dev] NPL to Wireshark compiler/converter

2013-05-20 Thread Graham Bloice
On 20 May 2013 19:15, Guy Harris g...@alum.mit.edu wrote: On Jul 21, 2012, at 11:00 AM, Richard Sharpe realrichardsha...@gmail.com wrote: I have started working on an NPL to Wireshark compiler/converter ... It sounds as if Microsoft's new Message Analyzer tool:

Re: [Wireshark-dev] installation problem in Linux

2013-05-10 Thread Graham Bloice
On 10 May 2013 11:01, Engr Muhammad Tahir Fattani tahirfatt...@gmail.comwrote: Hey, I need a link for installation of Wireshark on to my system which is Linux based. Please send me link where should i got the version for Linux Operating system. Please help me in this regard M Tahir

Re: [Wireshark-dev] Start and stop capture toolbar buttons?

2013-04-09 Thread Graham Bloice
On 9 April 2013 04:29, Evan Huus eapa...@gmail.com wrote: The *proper* (for certain values of that word) way to decide this issue is really to do a usability study, however that is expensive/time-consuming so unless Riverbed wants to make that investment it isn't likely to happen with any

Re: [Wireshark-dev] Start and stop capture toolbar buttons?

2013-04-09 Thread Graham Bloice
On 9 April 2013 14:54, Ed Beroset bero...@mindspring.com wrote: Evan Huus wrote: The *proper* (for certain values of that word) way to decide this issue is really to do a usability study, however that is expensive/time-consuming so unless Riverbed wants to make that investment it isn't

Re: [Wireshark-dev] Windows 7 Buildbot problem

2013-04-01 Thread Graham Bloice
On 31 March 2013 19:47, Gerald Combs ger...@wireshark.org wrote: On 3/31/13 11:00 AM, Evan Huus wrote: It seems to have a zombie job kicking around that won't go away. Build 5010 is still listed as current despite being nearly a week old and being stuck at 'svn update' that entire time.

Re: [Wireshark-dev] Compiling for Windows XP

2013-03-05 Thread Graham Bloice
On 4 March 2013 17:56, Max Baker m...@warped.org wrote: Hi All, I was able to compile 32-bit and 64-bit versions of Wireshark (http://nikonhacker.com/viewtopic.php?f=2t=708). I installed and tested both on a 32-bit Windows 7 and 64-bit Windows 7 Machine. However, one user is saying that

Re: [Wireshark-dev] Building Wireshark in Windows

2013-03-05 Thread Graham Bloice
On 5 March 2013 14:04, Alexander Papakhristos papa...@marsat.ru wrote: Hello, I’ve tried to build wireshark 1.8.4 in Windows using Wireshark Step by Step guide: http://www.wireshark.org/docs/wsdg_html_chunked/ChSetupWin32.html I’ve installed all required software and passed verify-tools

Re: [Wireshark-dev] Building Wireshark in Windows

2013-03-05 Thread Graham Bloice
On 5 March 2013 15:25, Alexander Papakhristos papa...@marsat.ru wrote: Thanks, it worked. Now I have a problem doing “nmake –f Makefile.nmake distclean” operation: ** ** ** ** C:\wireshark\trunknmake -f Makefile.nmake distclean ** ** Microsoft (R) Program Maintenance Utility

Re: [Wireshark-dev] Building Wireshark in Windows

2013-03-05 Thread Graham Bloice
On 5 March 2013 15:52, Anders Broman anders.bro...@ericsson.com wrote: ** ** Google is your friend http://support.microsoft.com/kb/133249 Installing SP1 on VS2010 may have fixed it for me. Hmm. That KB is discussing an issue introduced by VC 2.0 and fixed by VC 5.0, i.e. very

Re: [Wireshark-dev] SubGit

2013-02-18 Thread Graham Bloice
On 14 February 2013 23:31, Gerald Combs ger...@wireshark.org wrote: Does anyone have any experience with the SubGit Subversion↔Git integration package (http://subgit.com/)? I'm usually hesitant to use closed-source software for our infrastructure but this looks like it might be useful enough

<    2   3   4   5   6   7   8   9   10   >