[Wireshark-dev] Windows Buildbot Failures

2014-09-25 Thread Evan Huus
Anybody know why they started? It happened on one of my commits, but
as far as I can tell the error is

 'C:\cygwin\bin\python2' is not recognized as an internal or
external command,

which doesn't look related to my changes...
___
Sent via:Wireshark-dev mailing list wireshark-dev@wireshark.org
Archives:http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
 mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe


Re: [Wireshark-dev] Windows Buildbot Failures

2014-09-25 Thread Graham Bloice
On 25 September 2014 18:54, Evan Huus eapa...@gmail.com wrote:

 Anybody know why they started? It happened on one of my commits, but
 as far as I can tell the error is

  'C:\cygwin\bin\python2' is not recognized as an internal or
 external command,

 which doesn't look related to my changes...


In general Windows builds should be picking up the native Windows python as
the cygwin one is pretty slow.

-- 
Graham Bloice
___
Sent via:Wireshark-dev mailing list wireshark-dev@wireshark.org
Archives:http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
 mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe

Re: [Wireshark-dev] Windows Buildbot Failures

2014-09-25 Thread Gerald Combs
On 9/25/14 10:59 AM, Graham Bloice wrote:
 On 25 September 2014 18:54, Evan Huus eapa...@gmail.com
 mailto:eapa...@gmail.com wrote:
 
 Anybody know why they started? It happened on one of my commits, but
 as far as I can tell the error is
 
  'C:\cygwin\bin\python2' is not recognized as an internal or
 external command,
 
 which doesn't look related to my changes...
 
 
 In general Windows builds should be picking up the native Windows python
 as the cygwin one is pretty slow.

For some reason CMake seems to be really good at finding Cygwin's Python
instead of the python.org Python even though c:\Python27 comes before
c:\cygwin\bin in PATH on the Windows builders. The problem is that
Cygwin's python.exe is a symlink, which doesn't work too well when
called outside Cygwin:

http://public.kitware.com/Bug/view.php?id=13818

As part of yesterday's upgrade all copies of Bash everywhere[1]
exercise I upgraded all of the Cygwin packages on the Windows builders.
This included a Python upgrade, which is required by AsciiDoc. I'll see
if I can force CMake to find the right executable using
-DPYTHON_EXECUTABLE but it would be nice if it could figure things out
on its own.


[1] If have Bash installed anywhere, drop what you're doing and upgrade
it now. http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2014-6271
___
Sent via:Wireshark-dev mailing list wireshark-dev@wireshark.org
Archives:http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
 mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe


Re: [Wireshark-dev] Windows Buildbot Failures

2014-09-25 Thread Evan Huus
On Thu, Sep 25, 2014 at 2:48 PM, Gerald Combs ger...@wireshark.org wrote:
 On 9/25/14 10:59 AM, Graham Bloice wrote:
 On 25 September 2014 18:54, Evan Huus eapa...@gmail.com
 mailto:eapa...@gmail.com wrote:

 Anybody know why they started? It happened on one of my commits, but
 as far as I can tell the error is

  'C:\cygwin\bin\python2' is not recognized as an internal or
 external command,

 which doesn't look related to my changes...


 In general Windows builds should be picking up the native Windows python
 as the cygwin one is pretty slow.

 For some reason CMake seems to be really good at finding Cygwin's Python
 instead of the python.org Python even though c:\Python27 comes before
 c:\cygwin\bin in PATH on the Windows builders. The problem is that
 Cygwin's python.exe is a symlink, which doesn't work too well when
 called outside Cygwin:

 http://public.kitware.com/Bug/view.php?id=13818

 As part of yesterday's upgrade all copies of Bash everywhere[1]
 exercise I upgraded all of the Cygwin packages on the Windows builders.
 This included a Python upgrade, which is required by AsciiDoc. I'll see
 if I can force CMake to find the right executable using
 -DPYTHON_EXECUTABLE but it would be nice if it could figure things out
 on its own.


 [1] If have Bash installed anywhere, drop what you're doing and upgrade
 it now. http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2014-6271

And if you were too on-the-ball yesterday you might need to upgrade it again:
https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2014-7169

Although to quote one of the security-ops people at my $DAY_JOB: even
with a correct fix in place, the feature of being able to define
functions in your env-vars means that you could potentially override a
bunch of commands that people might execute, and still get arbitrary
code executed.
___
Sent via:Wireshark-dev mailing list wireshark-dev@wireshark.org
Archives:http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
 mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe


Re: [Wireshark-dev] Building Wireshark on MAC

2014-09-25 Thread Anders Broman
Thanks,
After running the script I try to run autogen but get

./autogen.sh

error:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool:
unknown option character `-' in: --version

Usage:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool
-static [-] file [...] [-filelist listfile[,dirname]] [-arch_only arch]
[-sacLT] [-no_warning_for_no_symbols]

Usage:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool
-dynamic [-] file [...] [-filelist listfile[,dirname]] [-arch_only arch]
[-o output] [-install_name name] [-compatibility_version #]
[-current_version #] [-seg1addr 0x#] [-segs_read_only_addr 0x#]
[-segs_read_write_addr 0x#] [-seg_addr_table filename]
[-seg_addr_table_filename file_system_path] [-all_load] [-noall_load]


 You must have libtool 1.4 or later installed to compile Wireshark.

Download the appropriate package for your distribution/OS,

or get the source tarball at ftp://ftp.gnu.org/pub/gnu/libtool/


What am I doing wrong?

Regards

Anders

2014-09-23 22:47 GMT+02:00 Evan Huus eapa...@gmail.com:

 There is a script in git called macosx-setup.sh which will take a
 while to run but should install all the needed tools, dependencies,
 etc.

 On Tue, Sep 23, 2014 at 4:45 PM, Anders Broman a.broma...@gmail.com
 wrote:
  Hi,
  I just got may hands on a MAC book Pro, how do you set it up to build
  Wireshark?
  I didn't find any instruction. I downloaded Xcode but it does not come
 with
  autoconf.
  Regards
  Anders
 
 
 ___
  Sent via:Wireshark-dev mailing list wireshark-dev@wireshark.org
  Archives:http://www.wireshark.org/lists/wireshark-dev
  Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
   mailto:wireshark-dev-requ...@wireshark.org
 ?subject=unsubscribe
 ___
 Sent via:Wireshark-dev mailing list wireshark-dev@wireshark.org
 Archives:http://www.wireshark.org/lists/wireshark-dev
 Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
  mailto:wireshark-dev-requ...@wireshark.org
 ?subject=unsubscribe

___
Sent via:Wireshark-dev mailing list wireshark-dev@wireshark.org
Archives:http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
 mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe

Re: [Wireshark-dev] Building Wireshark on MAC

2014-09-25 Thread Guy Harris

On Sep 25, 2014, at 12:11 PM, Anders Broman a.broma...@gmail.com wrote:

 Thanks,
 After running the script I try to run autogen but get
 ./autogen.sh
 error: 
 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool:
  unknown option character `-' in: --version
 Usage: 
 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool
  -static [-] file [...] [-filelist listfile[,dirname]] [-arch_only arch] 
 [-sacLT] [-no_warning_for_no_symbols]
 Usage: 
 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool
  -dynamic [-] file [...] [-filelist listfile[,dirname]] [-arch_only arch] [-o 
 output] [-install_name name] [-compatibility_version #] [-current_version #] 
 [-seg1addr 0x#] [-segs_read_only_addr 0x#] [-segs_read_write_addr 0x#] 
 [-seg_addr_table filename] [-seg_addr_table_filename file_system_path] 
 [-all_load] [-noall_load]
 
   You must have libtool 1.4 or later installed to compile Wireshark.
   Download the appropriate package for your distribution/OS,
   or get the source tarball at ftp://ftp.gnu.org/pub/gnu/libtool/

What does which libtool print?

What does which glibtool print?
___
Sent via:Wireshark-dev mailing list wireshark-dev@wireshark.org
Archives:http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
 mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe


Re: [Wireshark-dev] Building Wireshark on MAC

2014-09-25 Thread Anders Broman
which libtool

/usr/bin/libtool


which glibtool

$


glibtool

-bash: glibtool: command not found




2014-09-25 21:39 GMT+02:00 Guy Harris g...@alum.mit.edu:


 On Sep 25, 2014, at 12:11 PM, Anders Broman a.broma...@gmail.com wrote:

  Thanks,
  After running the script I try to run autogen but get
  ./autogen.sh
  error:
 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool:
 unknown option character `-' in: --version
  Usage:
 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool
 -static [-] file [...] [-filelist listfile[,dirname]] [-arch_only arch]
 [-sacLT] [-no_warning_for_no_symbols]
  Usage:
 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool
 -dynamic [-] file [...] [-filelist listfile[,dirname]] [-arch_only arch]
 [-o output] [-install_name name] [-compatibility_version #]
 [-current_version #] [-seg1addr 0x#] [-segs_read_only_addr 0x#]
 [-segs_read_write_addr 0x#] [-seg_addr_table filename]
 [-seg_addr_table_filename file_system_path] [-all_load] [-noall_load]
 
You must have libtool 1.4 or later installed to compile Wireshark.
Download the appropriate package for your distribution/OS,
or get the source tarball at ftp://ftp.gnu.org/pub/gnu/libtool/

 What does which libtool print?

 What does which glibtool print?
 ___
 Sent via:Wireshark-dev mailing list wireshark-dev@wireshark.org
 Archives:http://www.wireshark.org/lists/wireshark-dev
 Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
  mailto:wireshark-dev-requ...@wireshark.org
 ?subject=unsubscribe

___
Sent via:Wireshark-dev mailing list wireshark-dev@wireshark.org
Archives:http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
 mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe

Re: [Wireshark-dev] Building Wireshark on MAC

2014-09-25 Thread Guy Harris

On Sep 25, 2014, at 12:43 PM, Anders Broman a.broma...@gmail.com wrote:

 which libtool
 /usr/bin/libtool
 
 which glibtool
 $
 
 glibtool
 -bash: glibtool: command not found

What do

echo $PATH

and

which autoconf

print?
___
Sent via:Wireshark-dev mailing list wireshark-dev@wireshark.org
Archives:http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
 mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe


Re: [Wireshark-dev] Building Wireshark on MAC

2014-09-25 Thread Anders Broman
echo $PATH

/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin


/usr/local/bin/autocon

2014-09-25 21:50 GMT+02:00 Guy Harris g...@alum.mit.edu:


 On Sep 25, 2014, at 12:43 PM, Anders Broman a.broma...@gmail.com wrote:

  which libtool
  /usr/bin/libtool
 
  which glibtool
  $
 
  glibtool
  -bash: glibtool: command not found

 What do

 echo $PATH

 and

 which autoconf

 print?
 ___
 Sent via:Wireshark-dev mailing list wireshark-dev@wireshark.org
 Archives:http://www.wireshark.org/lists/wireshark-dev
 Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
  mailto:wireshark-dev-requ...@wireshark.org
 ?subject=unsubscribe

___
Sent via:Wireshark-dev mailing list wireshark-dev@wireshark.org
Archives:http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
 mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe

Re: [Wireshark-dev] Building Wireshark on MAC

2014-09-25 Thread Guy Harris

On Sep 25, 2014, at 1:01 PM, Anders Broman a.broma...@gmail.com wrote:

 echo $PATH
 /usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin

What does

ls /usr/local/bin/*libtool

print?
___
Sent via:Wireshark-dev mailing list wireshark-dev@wireshark.org
Archives:http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
 mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe


Re: [Wireshark-dev] Building Wireshark on MAC

2014-09-25 Thread Anders Broman
ls /usr/local/bin/*libtool

/usr/local/bin/libtool


2014-09-25 22:08 GMT+02:00 Guy Harris g...@alum.mit.edu:


 On Sep 25, 2014, at 1:01 PM, Anders Broman a.broma...@gmail.com wrote:

  echo $PATH
  /usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin

 What does

 ls /usr/local/bin/*libtool

 print?
 ___
 Sent via:Wireshark-dev mailing list wireshark-dev@wireshark.org
 Archives:http://www.wireshark.org/lists/wireshark-dev
 Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
  mailto:wireshark-dev-requ...@wireshark.org
 ?subject=unsubscribe

___
Sent via:Wireshark-dev mailing list wireshark-dev@wireshark.org
Archives:http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
 mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe

Re: [Wireshark-dev] Building Wireshark on MAC

2014-09-25 Thread Guy Harris

On Sep 25, 2014, at 1:11 PM, Anders Broman a.broma...@gmail.com wrote:

 ls /usr/local/bin/*libtool
 /usr/local/bin/libtool

macosx-setup.sh has

mv /usr/local/bin/libtool /usr/local/bin/glibtool
mv /usr/local/bin/libtoolize /usr/local/bin/glibtoolize

so it *should* rename them to glibtool and glibtoolize, but if you don't 
have write permission on /usr/local/bin, that'll fail.

What does ls -ld /usr/local/bin print?
___
Sent via:Wireshark-dev mailing list wireshark-dev@wireshark.org
Archives:http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
 mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe


Re: [Wireshark-dev] Building Wireshark on MAC

2014-09-25 Thread Anders Broman
drwxr-xr-x  107 root  wheel  3638 Sep 25 10:34 /usr/local/bin

2014-09-25 22:18 GMT+02:00 Guy Harris g...@alum.mit.edu:


 On Sep 25, 2014, at 1:11 PM, Anders Broman a.broma...@gmail.com wrote:

  ls /usr/local/bin/*libtool
  /usr/local/bin/libtool

 macosx-setup.sh has

 mv /usr/local/bin/libtool /usr/local/bin/glibtool
 mv /usr/local/bin/libtoolize /usr/local/bin/glibtoolize

 so it *should* rename them to glibtool and glibtoolize, but if you
 don't have write permission on /usr/local/bin, that'll fail.

 What does ls -ld /usr/local/bin print?
 ___
 Sent via:Wireshark-dev mailing list wireshark-dev@wireshark.org
 Archives:http://www.wireshark.org/lists/wireshark-dev
 Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
  mailto:wireshark-dev-requ...@wireshark.org
 ?subject=unsubscribe

___
Sent via:Wireshark-dev mailing list wireshark-dev@wireshark.org
Archives:http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
 mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe

Re: [Wireshark-dev] Building Wireshark on MAC

2014-09-25 Thread Anders Broman
Configure fails though, without parameters
:

checking for pkg-config... /usr/local/bin/pkg-config

checking for Qt5Core - version = 4.6.0... no

checking for QtCore - version = 4.6.0... no

configure: error: Qt is not available


2014-09-25 22:23 GMT+02:00 Anders Broman a.broma...@gmail.com:

 After using sudo mv ... autoconf works
 Thanks

 2014-09-25 22:20 GMT+02:00 Anders Broman a.broma...@gmail.com:

 drwxr-xr-x  107 root  wheel  3638 Sep 25 10:34 /usr/local/bin

 2014-09-25 22:18 GMT+02:00 Guy Harris g...@alum.mit.edu:


 On Sep 25, 2014, at 1:11 PM, Anders Broman a.broma...@gmail.com wrote:

  ls /usr/local/bin/*libtool
  /usr/local/bin/libtool

 macosx-setup.sh has

 mv /usr/local/bin/libtool /usr/local/bin/glibtool
 mv /usr/local/bin/libtoolize /usr/local/bin/glibtoolize

 so it *should* rename them to glibtool and glibtoolize, but if you
 don't have write permission on /usr/local/bin, that'll fail.

 What does ls -ld /usr/local/bin print?

 ___
 Sent via:Wireshark-dev mailing list wireshark-dev@wireshark.org
 Archives:http://www.wireshark.org/lists/wireshark-dev
 Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
  mailto:wireshark-dev-requ...@wireshark.org
 ?subject=unsubscribe




___
Sent via:Wireshark-dev mailing list wireshark-dev@wireshark.org
Archives:http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
 mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe

Re: [Wireshark-dev] Building Wireshark on MAC

2014-09-25 Thread Guy Harris

On Sep 25, 2014, at 1:20 PM, Anders Broman a.broma...@gmail.com wrote:

 drwxr-xr-x  107 root  wheel  3638 Sep 25 10:34 /usr/local/bin

Yup, the script needs to be fixed to sudo those two commands.

Try doing

sudo mv /usr/local/bin/libtool /usr/local/bin/glibtool
sudo mv /usr/local/bin/libtoolize /usr/local/bin/glibtoolize

and then try re-running the autogen script - hopefully, the failure of the two 
mv commands didn't cause the entire script to stop running at that point, so 
that it at least built and installed everything after that.

(If you're curious, the problem is that OS X has a libtool command unrelated 
to GNU libtool, possibly inherited from NeXTStEP, so, back when Apple - and 
NeXT? - shipped GNU libtool, they renamed it to glibtool to avoid the 
collision.  macosx-setup.sh will do the same, to avoid collisions with the 
system libtool and to have autogen.sh's workaround for the rename continue to 
work.)
___
Sent via:Wireshark-dev mailing list wireshark-dev@wireshark.org
Archives:http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
 mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe


Re: [Wireshark-dev] Building Wireshark on MAC

2014-09-25 Thread Guy Harris

On Sep 25, 2014, at 1:25 PM, Anders Broman a.broma...@gmail.com wrote:

 Configure fails though, without parameters
 :
 checking for pkg-config... /usr/local/bin/pkg-config
 checking for Qt5Core - version = 4.6.0... no
 checking for QtCore - version = 4.6.0... no
 configure: error: Qt is not available

That might be a consequence of

https://bugreports.qt-project.org/browse/QTBUG-35256

which is a bit painful to work around; I'll see if I have a script that fixes 
the .pc files.
___
Sent via:Wireshark-dev mailing list wireshark-dev@wireshark.org
Archives:http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
 mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe


[Wireshark-dev] Bugzilla / Gerrit hook not working anymore?

2014-09-25 Thread Pascal Quantin
Hi,

it looks like the hook updating Bugzilla with the changes pushed to Gerrit
does not work (my last 2 changes did not update the corresponding bugs).

Cheers,
Pascal.
___
Sent via:Wireshark-dev mailing list wireshark-dev@wireshark.org
Archives:http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
 mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe

Re: [Wireshark-dev] Bugzilla / Gerrit hook not working anymore?

2014-09-25 Thread Bill Meier

On 9/25/2014 5:16 PM, Pascal Quantin wrote:

Hi,

it looks like the hook updating Bugzilla with the changes pushed to
Gerrit does not work (my last 2 changes did not update the corresponding
bugs).

Cheers,
Pascal.



It hasn't been working for me for a while with Windows Git, but I noted 
that it still seemed to be working for others so I thought it must be 
something about my environment or the way I'm doing things


Bill



___
Sent via:Wireshark-dev mailing list wireshark-dev@wireshark.org
Archives:http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe


Re: [Wireshark-dev] Bugzilla / Gerrit hook not working anymore?

2014-09-25 Thread Guy Harris

On Sep 25, 2014, at 4:28 PM, Bill Meier wme...@newsguy.com wrote:

 On 9/25/2014 5:16 PM, Pascal Quantin wrote:
 
 
 it looks like the hook updating Bugzilla with the changes pushed to
 Gerrit does not work (my last 2 changes did not update the corresponding
 bugs).
 
 It hasn't been working for me for a while with Windows Git, but I noted that 
 it still seemed to be working for others so I thought it must be something 
 about my environment or the way I'm doing things

It didn't work for me on the last few commits, unless the tag is something 
other than Bug: bug number at the bottom of the commit message.
___
Sent via:Wireshark-dev mailing list wireshark-dev@wireshark.org
Archives:http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
 mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe