ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

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

From: Jeff Morriss <jeff.morriss.ws@xxxxxxxxx>
Date: Wed, 30 Oct 2013 10:51:02 -0400
Yes. Toralf's email was significantly delayed (presumably because he's not subscribed to the list) waiting for the donuts to be made[1].

[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