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

Fixed incompatibility with new version of PyShark or tshark #34

Open krater opened 2 years ago

krater commented 2 years ago

I fixed the [ERROR] Parsing field: ip.addr problem. Looks like tshark or PyShark changed the format a little bit. I tried to make it compatible to both format versions, but can't test it because I have no system where the unpatched polymorph works.

For a little bit more info look at https://github.com/shramos/polymorph/issues/20

Thanks for this really nice tool :D