Skip to content

A CLI utility written in Rust to parse GCP communication between an RemotePHY device and a CORE.

Notifications You must be signed in to change notification settings

number1pride/rphy-gcp-pcap-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

PCAP_RPARSER

CLI program writen in Rust to parse pcap file network capture of CableLabs R-PHY protocol.

Installation

# Download repo
cargo run --release

TODOs

  • ansi term (color)
  • Add filtering support. e.i. add option to filter by message type, packet, etc..
  • Analysis and Statistics. Timing between messages, keep alives, response delays etc..
  • Change the TLV parsing from hard coded to a HashMap or dB of settings with each definition and decoding instructions.
  • Real time capturing.

Usage

  • Capture the communication via tcpdump: tcpdump -i <if> -s0 tcp port 8190 -w filename.pcap
  • ./pcap_parser filename.pcap

About

A CLI utility written in Rust to parse GCP communication between an RemotePHY device and a CORE.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages