Convert PCAP to custom format #597
sajumadnair
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I would like to use Pyshark python wrappers to do the following, for a 5G eCPRI packet network.
We have a hardware design, written in Verilog (RTL) language.
It performs eCPRI packet framing/de-framing
Convert a PCAP file, to a custom HEX format, that can then be used to drive a Verilog simulation testbench - to test my hardware logic's functionality.
At various points in the logic, I would like to compare the data against "expected" data.
This "expected" data could be created from the PRB information that is part of the Wireshark/T-shark processed fields.
I am hoping that I could use write Python scripts, and work with Pyshark, to get this done.
Please confirm.
Beta Was this translation helpful? Give feedback.
All reactions