bhaskarbhar
bhaskarbhar
Working on it
@seladb @tigercosmos How to provide the deb file?
@seladb @tigercosmos I have made the deb file. The name of the deb file is pcapplusplus_25.05_amd64.deb I have written a small test: // file: test.cpp #include #include int main() {...
@seladb @tigercosmos https://github.com/bhaskarbhar/PcapPlusPlus/releases/tag/v25.05-deb
@seladb @tigercosmos I created the .deb using the following steps: ``` cd PcapPlusPlus mkdir build && cd build cmake .. make -j$(nproc) sudo make install DESTDIR=$PWD/install-root cd install-root mkdir -p...
@seladb For CI I have written a package.yml, I dont know, this is correct or not. Need your support: ```yaml name: Build and Release DEB Package on: release: types: [published]...
> [@seladb](https://github.com/seladb) We can also think about how we can put PCPP into the apt source list. That' s a great idea.
Opened a PR. PR failed due to pre-commit.
Outputs should look like this? set["SQLITE", "REDIS"] @timwoj
@timwoj Will work on this then.