Skip to content

Instantly share code, notes, and snippets.

@mmasashi
Created November 28, 2014 06:19
Show Gist options
  • Save mmasashi/8e59f5490f17c3c5b65d to your computer and use it in GitHub Desktop.
Save mmasashi/8e59f5490f17c3c5b65d to your computer and use it in GitHub Desktop.
tcpdump command
#!/bin/bash
tcpdump -s0 -i eth0 -X port 44567 -w test.cap
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment