Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: Re: [Wireshark-dev] r52963 introduced a build error

From: Jeff Morriss <jeff.morriss.ws@xxxxxxxxx>
Date: Wed, 30 Oct 2013 19:44:02 -0400
[Resending with the list in Cc:]

I think so: subscribe to the mailing list and then go into your subscription options and turn off mail delivery. I think usually that Mailman option is used for stopping delivery during vacation but it would probably work well for you.

On 10/30/2013 01:32 PM, Toralf Förster wrote:
On 10/30/2013 03:51 PM, Jeff Morriss wrote:
Yes.  Toralf's email was significantly delayed (presumably because he's
not subscribed to the list) waiting for the donuts to be made[1].


Yeah - isn't there a way to be subscribed but not get all "other" mail ?

I'm asking because I do follow the repository closely but do neither
have the knowledge nor the time to actively be involved in the
development process.


[1] https://www.wireshark.org/lists/wireshark-dev/201108/msg00344.html

On 10/30/13 10:30, mmann78@xxxxxxxxxxxx wrote:
I believe that was already addressed in r52965.  (r52971 also has some
"compiler cleanup")
-----Original Message-----
From: Toralf Förster <toralf.foerster@xxxxxx>
To: wireshark-dev <wireshark-dev@xxxxxxxxxxxxx>
Sent: Wed, Oct 30, 2013 10:13 am
Subject: [Wireshark-dev] r52963 introduced a build error


------------------------------------------------------------------------
r52963 | mmann | 2013-10-29 21:04:50 +0100 (Tue, 29 Oct 2013) | 1 line

Remove use of pinfo->private_data
------------------------------------------------------------------------

make  all-recursive
make[4]: Entering directory
`/home/tfoerste/devel/wireshark/epan/dissectors'
make[5]: Entering directory
`/home/tfoerste/devel/wireshark/epan/dissectors'
    CC     libdissectors_la-packet-isakmp.lo
    CC     libdissectors_la-packet-pdcp-lte.lo
    CC     libdissectors_la-register.lo
packet-isakmp.c: In function 'dissect_proposal':
packet-isakmp.c:3002:108: error: unused parameter 'pinfo'
[-Werror=unused-parameter]
cc1: all warnings being treated as errors
make[5]: *** [libdissectors_la-packet-isakmp.lo] Error 1
make[5]: *** Waiting for unfinished jobs....
make[5]: Leaving directory
`/home/tfoerste/devel/wireshark/epan/dissectors'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory
`/home/tfoerste/devel/wireshark/epan/dissectors'
make[3]: *** [all] Error 2