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.
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.
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.