shramos / polymorph

Polymorph is a real-time network packet manipulation framework with support for almost all existing protocols
GNU General Public License v2.0
445 stars 61 forks source link

KeyboardInterrupt when exit from capturing packets #17

Closed dragonxtek closed 3 years ago

dragonxtek commented 3 years ago

I upgraded to 2.0.4 but when I press Ctrl+C, polymorph crashes Selection_999(920)

shramos commented 3 years ago

Hello @dragonxtek,

It seems that you have pressed Ctrl+C twice, thus interrupting the parsing process of the captured network packets. Press Ctr+C once and wait for Polymorph to finish parsing the captured packets.

I will add a small fix that will capture that exception and finish the parsing process without leaving the application.

Thanks!

dragonxtek commented 3 years ago

Hi again, I updated to the new version (2 minutes ago) and now I got this:

Selection_999(925)

Thanks!

shramos commented 3 years ago

It's the same error as the previous one, I haven't updated to the new version yet.

shramos commented 3 years ago

This issue is already solved in the new update 2.0.5 of Polymorph

dragonxtek commented 3 years ago

The error still appears

image