davidgfnet / wireshark-whatsapp

Whatsapp dissector plugin for wireshark
Other
207 stars 68 forks source link

Fixed Python3.x compatibility issues #18

Closed sidcode closed 9 years ago

sidcode commented 9 years ago

Couldn't build from source because the make-dissector-reg.py was compatible with Python2.7 while make tried to compile it using the default Python3. Indentation error on Line 255. That's it. Paranthesizing the print statements and adjusting a tab space. And then it worked.

sidcode commented 9 years ago

Yes that should solve the problem. Closing this pull request. Sending another request (build passing) which is Python version agnostic. (with the print statements removed) and correct indentation.