Skip to content

A program to analyze a network packet and provide human readable information regarding the packet.

License

Notifications You must be signed in to change notification settings

shankardeepak22/PacketAnalyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PacketAnalyzer

A program to analyze a network packet and provide human readable information regarding the packet.

This project consists of

Pkt.java
Pktanalyzer.java
PktType.java

To Run the program, follow these steps.

1. Compile all the java files.
2. Run Pktanalyzer using the command
	java Pktanalyzer <filename>
	Here, file name is the name of the packet stored in a binary file.

While this project currently decodes the ICMP, TCP and UDP for now, other protocols will be updated soon enough.

Until then, Cheers!

About

A program to analyze a network packet and provide human readable information regarding the packet.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages