Reputation: 3
I'm facing issue where I'm trying to parse http2 packet by using pyshark in python. On my machine everything works fine and i can see all layers but when i tried to run same script in debian docker container with same python and modules i can only see TCP layer and then there is one line saying "DATA".
What i found is, when i run this script on my machine as root i can see only TCP layer as well. I'm not sure if this is right observation or misleading myself.
Does anyone faced same issue?
Upvotes: 0
Views: 44