Mentor or Guide needed for Python code to run extcap programs outside Wireshark
Me and my team are going to create an ExtCap library for python as part of our contribution to the Open Source Community. But we are facing a lot of problem understanding the pillars on which ExtCap stands on as we are only 3rd Year UG CSE students. Is there anybody who can resolve our doubts or guide us through the basics of network capturing. Thank you. This is the link for the idea: https://github.com/open-source-ideas/...
Note: in this case, an "ExtCap library for python" means "code that allows Python programs to run extcap programs, independently of Wireshark, to allow them to capture traffic and respond to it". Think of it as a Python equivalent of libpcap, but for extcap programs, performing a similar function to the code in Wireshark that runs extcap programs.