dugsong / pypcap

Automatically exported from code.google.com/p/pypcap
Other
117 stars 45 forks source link

Consolidate pypcap forks #55

Open hellais opened 7 years ago

hellais commented 7 years ago

I have been maintaining for the last couple of years a fork of pypcap here: https://github.com/pynetwork/pypcap.

It would be great if we could consolidate these two efforts to avoid duplicating and have a canonical place to report issues to.

I don't mind if we use this repository of the one inside of pynetwork, as long as there is only one of the two.

@dugsong what do you think?

jaddison commented 7 years ago

Great idea. I see growing confusion around this library - would be great to consolidate one way or the other.

hellais commented 7 years ago

FWIW my fork of it over at https://github.com/pynetwork/pypcap includes a series of bugfixes and improvements to the original library, while I see this repo not having any activity since many years.

We are also in the process of adding python3 support as well as better windows support.

I have been looking from time to time at this repo for bugs and things that users report to port them over to the other fork and integrate them, though it would make things much easier if people were to report bugs and submit pull requests directly to pynetwork/pypcap to make this task easier...