Skip to content
This repository has been archived by the owner on Mar 14, 2019. It is now read-only.

alexandreborgo/Wiresharklike

Repository files navigation

Wiresharklike

Compilation

javac *.java

Simple execution

java Wiresharklike filname

Execution with filters

java Wiresharklike filname filter value (...)

example: java Wiresharklike toto.pcap proto http ip.src 192.168.0.1

stacked filters will work as logical OR.

Available filters and values:

proto : tcp, udp, http, arp, icmp.

mac.addr (src or dst): anything mac.src: anything mac.dst: anything

ip.addr (src or dst): anything ip.src : anything ip.dst : anything

port (src or dst): anything port.src: anything port.dst: anything

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages