Closed mmguero closed 2 years ago
An update, as of 4.0.0-rc2 this plugin still fails to build and won't install with zkg either.
/usr/local/src/zeek-4.0.0-rc2/auxil/zeek-aux/plugin-support/zeek-quic/src/GQUIC.cc: In constructor 'analyzer::gquic::GQUIC_Analyzer::GQUIC_Analyzer(Connection*)':
/usr/local/src/zeek-4.0.0-rc2/auxil/zeek-aux/plugin-support/zeek-quic/src/GQUIC.cc:19:6: error: expected primary-expression before '=' token
19 | pia = 0;
| ^
Is what I'm getting at the moment.
I've got a topic branch (https://github.com/mmguero-dev/GQUIC_Protocol_Analyzer/tree/topic/zeek-4-compat) where I'm trying to figure this out. If you'd like to use what I've done so far as a basis feel free, where you're likely more experienced than I am at writing these plugins you might get there faster than I will.
With salesforce/GQUIC_Protocol_Analyzer#14 this isn't an issue anymore.
Attempting to build as so (which is how I've been building the plugin for the Zeek 3.0.x series):
Results in the following output:
The error being: