Dimitar Krastev

Results 63 comments of Dimitar Krastev
trafficstars

@seladb @tigercosmos @muthusaravanan3186 Tbh, I don't really see an easy solution to (1) while keeping the current API of the class. The two ways I could see iteration being done...

I think that solution can be done as a (somewhat lengthy) two step process. Step 1 would be: - The current `IPFilter` being renamed to `IPv4Filter` as it already has...

@seladb Still not supported for the netmask syntax, in any of the libs, from what I could find.

@tigercosmos maybe close this as #1324 is now merged?

Also, just asking, is it desirable for internal `detail` namespaces to be documented in the public API documentation?

> @Dimi1010 What are your thoughts on how much we still have to finish? @tigercosmos I think the `map` -> `unordered_map` is almost done. The only place I can find...

Btw, can we get a todo [task list](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/about-task-lists) on this issue, with which parts are done and which are not?

> > Btw, can we get a todo [task list](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/about-task-lists) on this issue, with which parts are done and which are not? > > Sounds good. Feel free to modify...

@davidbolvansky Next release is aimed to be in August. If you need the bugfix urgently, it is also part of the master branch now, you so could potentially build from...

@seladb On the task list above, regarding `PcapRemoteDevice`'s `RemoteAuthentication`, should I keep the current functionality by using a `shared_ptr` or make each device hold a unique copy? Edit: Decided to...