Skip to content

horaih/cap2seq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cap2seq

cap2sec is used to generate a sequence diagram for 5G system. The project is aimed to investigate how the 5GC works well.

Getting Started

Prerequisites

Installing and some examples.

  • Download cap2seq and show its usage.

    $ git clone https://github.com/horaih/cap2seq.git
    $ cd cap2seq
    $ cargo run -- --help
    Usage: cap2seq [OPTIONS] --pcapfile <PCAPFILE>
    
    Options:
      -f, --pcapfile <PCAPFILE>          
      -p, --http2ports <PORT NUMBER(s)>  
      -i, --imsi <IMSI>                  
      -h, --help                         Print help
    
  • show IMSI list used in the pcap file.

    $ cargo run -- --pcapfile $somewhere/free5gc.pcap -http2ports 29502,29503,29504,29507,29509,29518
    following imsi(s) found.
    2089300007487
    
  • generate sequence diagram for the specified IMSI.

    $ cargo run -- --pcapfile $somewhere/free5gc.pcap -http2ports 29502,29503,29504,29507,29509,29518 --imsi 2089300007487
    (To be implemented)
    

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages