JarryShaw / PyPCAPKit

Python-based Comprehensive Network Packet Analysis Library

Home Page:https://jarryshaw.github.io/PyPCAPKit/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

C Arrays Format Parser

DolevAttiya opened this issue · comments

Hello,
It will be nice if the module could parse as in "C Arrays" format from a TCP / UDP Stream (as Wireshark give this feature in the GUI version, adding photos).

https://imgur.com/a/rpEnkLB

Thank you for your help :)

You may simply create a C Array parser to convert each peer array as bytes or bytesarray, and supply to the protocol parser of PyPCAPKit.

There is no need to bundle specifically a C Array parser in PyPCAPKit.

Thx for your issue.