Skip to content

aneesh-joshi/packet-analyzer-fcn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Packet analyzer for TCP, UDP and ICMP packet

Instructions to use:

$ javac pktanalyzer.java

$ java pktanalyzer path/to/.bin

Overview

The process will first extract the whole packet into a byte array and process it byte by byte. Each function called on the packet unwraps a header file and forwards it to the next protocol header with a modified offset.

About

Packet analyzer for UDP, TCP and ICMP packets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages