Re: [Wireshark-dev] [Wireshark-users] Wireshark 1.12.3 is now available

2015-01-07 Thread Pascal Quantin
Le 8 janv. 2015 07:47, "Manish ." a écrit : > > Hi Gents, > > > > I compared the no of plugin’s in wireshark release 1.12.3 and 1.6.7. Also found that the no of plug-in are much less in 1.12.3. Below is screenshot FYR > > > > > > > > > > Regards > > Manish Singla Hi, Some of those plugins were c

Re: [Wireshark-dev] [Wireshark-users] Wireshark 1.12.3 is now available

2015-01-07 Thread Guy Harris
On Jan 7, 2015, at 8:07 PM, "Manish ." wrote: > I am confused with the two release of wireshark at a time (1.12.3 and 1.10.12) > Can anyone of you please confirm which one is latest and recommended. http://wiki.wireshark.org/Development/LifeCycle "The Wireshark download page lists thre

Re: [Wireshark-dev] Update Windows Build Instructions

2015-01-07 Thread Guy Harris
On Jan 7, 2015, at 5:05 PM, Jeff Morriss wrote: > Funny, when I want to build my normal vi-like editor on Windows/Cygwin I just > extract the tarball, type ./configure, and then "make". Works like a charm. > :-) > > Admittedly the editor has a LOT less requirements/dependencies than > Wires

Re: [Wireshark-dev] Update Windows Build Instructions

2015-01-07 Thread Guy Harris
On Jan 6, 2015, at 10:45 AM, Bálint Réczey wrote: > Today the the best practice (IMO) is _not_ shipping configure, but > requiring autofoo/CMake in source tarballs. And if we're going to require more than just compiler+make to build from source, CMake might be the better of those two choices.

Re: [Wireshark-dev] Improving TCAP session matching

2015-01-07 Thread Jeff Morriss
On 01/03/2015 07:32 PM, Luke Mewburn wrote: 2. TCAP session matching incomplete. DETAILS: TCAP session matching doesn't cope with TCAP dialogue confirmation. (See "TCAP background" below for more information about dialogue confirmation). This is because the current implementation uses the desti

Re: [Wireshark-dev] Feedback about Multipath TCP support

2015-01-07 Thread Jeff Morriss
On 01/04/2015 06:27 AM, Alexis La Goutte wrote: On Sun, Dec 28, 2014 at 1:58 PM, Matt mailto:matta...@gmail.com>> wrote: Thanks for the comments. I will try to proceed as suggested by alexis via pushing to gerrit smaller (cleaned) patches. Waiting your patches ;-) I have a

Re: [Wireshark-dev] Update Windows Build Instructions

2015-01-07 Thread Jeff Morriss
On 01/05/2015 06:51 PM, Stephen Fisher wrote: On Mon, Jan 05, 2015 at 11:46:48PM +, Graham Bloice wrote: On 5 January 2015 at 23:39, Stephen Fisher wrote: Right, that's the best part of of autoconf: it generates a shell script called configure that will run on any system without having a

[Wireshark-dev] Wireshark 1.12.3 is now available

2015-01-07 Thread Gerald Combs
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm proud to announce the release of Wireshark 1.12.3. __ What is Wireshark? Wireshark is the world's most popular network protocol analyzer. It is used for troubleshooting,

[Wireshark-dev] Wireshark 1.10.12 is now available

2015-01-07 Thread Gerald Combs
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm proud to announce the release of Wireshark 1.10.12. __ What is Wireshark? Wireshark is the world's most popular network protocol analyzer. It is used for troubleshooting,

Re: [Wireshark-dev] [Wireshark-bugs] [Bug 10750] Use of GdkPixdata / gdk_pixbuf_new_from_inline deprecated in gdk-pixbuf 2.31.2

2015-01-07 Thread Bálint Réczey
2015-01-07 20:08 GMT+01:00 Stephen Fisher : > On Wed, Jan 07, 2015 at 07:51:33PM +0100, B?lint R?czey wrote: > >> Removing usages of the deprecated functions is on my TODO list, but if >> I can't finish that in reasonable time keeping the reminder would help >> others to act. > > What about leaving

Re: [Wireshark-dev] [Wireshark-bugs] [Bug 10750] Use of GdkPixdata / gdk_pixbuf_new_from_inline deprecated in gdk-pixbuf 2.31.2

2015-01-07 Thread Stephen Fisher
On Wed, Jan 07, 2015 at 07:51:33PM +0100, B?lint R?czey wrote: > Removing usages of the deprecated functions is on my TODO list, but if > I can't finish that in reasonable time keeping the reminder would help > others to act. What about leaving disabled functions deprecated in git and removing

Re: [Wireshark-dev] [Wireshark-bugs] [Bug 10750] Use of GdkPixdata / gdk_pixbuf_new_from_inline deprecated in gdk-pixbuf 2.31.2

2015-01-07 Thread Bálint Réczey
Hi Stephen, 2015-01-07 19:31 GMT+01:00 Stephen Fisher : > On Wed, Jan 07, 2015 at 06:21:06PM +, bugzilla-dae...@wireshark.org wrote: >> https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=10750 >> >> --- Comment #7 from Balint Reczey --- >> (In reply to Stephen Fisher from comment #6) >> > Di

Re: [Wireshark-dev] [Wireshark-bugs] [Bug 10750] Use of GdkPixdata / gdk_pixbuf_new_from_inline deprecated in gdk-pixbuf 2.31.2

2015-01-07 Thread Stephen Fisher
On Wed, Jan 07, 2015 at 06:21:06PM +, bugzilla-dae...@wireshark.org wrote: > https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=10750 > > --- Comment #7 from Balint Reczey --- > (In reply to Stephen Fisher from comment #6) > > Distribution sources really shouldn't disable deprecated function

Re: [Wireshark-dev] Update Windows Build Instructions

2015-01-07 Thread Stephen Fisher
On Tue, Jan 06, 2015 at 07:45:08PM +0100, B?lint R?czey wrote: > Originally I was skeptical regarding CMake, but now I think this is > the best cross-platform option, thus the best option for Wireshark. > Just give it a try, and you will never look back. :-) Oookay, I'll try it :) > Theoretica

[Wireshark-dev] Add preference to display spaces between bytes for FT_BYTES fields

2015-01-07 Thread mmann78
Looking for more feedback on https://code.wireshark.org/review/6304/ My thought process was that fields with a small number of bytes (< 8, maybe < 16), the field displays better with a space in between bytes. Some fields however are variable length between "something small" and "something larg