Results 544 comments of seladb

thanks for the kind words :) Could you please clarify your question? what do you mean by async capture with a vector thread?

Thanks for clarifying your question. If I understand your ask, you're currently using the API: ```cpp PcapLiveDevice::startCapture(RawPacketVector& capturedPacketsVector) ``` And you're looking for a way to start using the packets...

Thanks. Please create a PR once you're done and I'll review and merge it

hi @KevinSmild please let me know if you have the time to work on this

@gx740 what do you think about this?

Sure @jafar75 you're more than welcome! Please go for it, thank you!

I tried to do it a few months back but various parts in the API assume memory allocation on both shared library and API caller sides so this separation doesn't...

As I explained in the comment above this is not trivial because several parts in PcapPlusPlus API assume memory allocation on both sides (shared library and caller) so this separation...

To be honest, it's been a long time so I don't quite remember... but you can try to build the PcapPlusPlus as shared library, [run the unit-tests](https://pcapplusplus.github.io/docs/install/build-source/tests) and you'll probably...

> > > I have met `undefined reference` problem several times, like > > ``` > undefined reference to `pcpp::MacAddress::toString[abi:cxx11]() const' > ``` > Are you trying to build PcapPlusPlus...