Last updated:
0 purchases
ranshark 1.0.0.38
ranshark
===========
This is the Python project that read 5g RAN packets using pyshark lib (a Tshark wrapper) and filter flows based below identities.
5G Identifiers
4G Identifiers
This will automatically show call flow visualization view based on the filters determined from input pcap file and basic stats like rrc,ho and context call count etc
Quick Start
Create your own Django project and follow below
django-admin startproject <your choice>
Add drawranflow to your project INSTALLED_APPS settings like below
INSTALLED_APPS= [
.....
"drawranflow",
]
Add url path as below
path('drawranflow/', include('drawranflow.urls')),
Add project settings.py with MEDIA_ROOT like below
MEDIA_ROOT = BASE_DIR/'drawranflow/pcapfiles'
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.