-
Notifications
You must be signed in to change notification settings - Fork 2
senchromatic/packet-parse
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Install: $ make install Compile, build: $ make all Run: $ bin/packetparse examples/smtp.pcap # ETH-IP $ bin/packetparse examples/sampleimf.pcap # ETH-IP $ bin/packetparse -t examples/smtp.pcap && bash scripts/least.sh # ETH-IP-TCP $ bin/packetparse -t examples/sampleimf.pcap && bash scripts/least.sh # ETH-IP-TCP $ bin/packetparse -m examples/smtp.pcap && bash scripts/smtp.sh # ETH-IP-TCP-SMTP $ bin/packetparse -m examples/sampleimf.pcap && bash scripts/smtp.sh # ETH-IP-TCP-SMTP $ bin/packetparse -c examples/cookie.pcap && bash scripts/cookies.sh # ETH-IP-TCP-HTTP Verbose error-logging: $ COMMAND="bin/packetparse examples/smtp.pcap" $ clear; make clean; make all && valgrind --track-origins=yes --leak-check=full --show-leak-kinds=all $COMMAND Check intermediate debug output (after running ETH-IP-TCP-SMTP): $ bash scripts/debug.sh
About
ETH-IP-TCP-SMTP/HTTP
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published