ntap
ntap copied to clipboard
A depth and breadth to the packet capture
Add the following flags to tcpdump:
- nn makes it not lookup hostnames for faster and cleaner output
- vv increases verbosity; fully decode SMB and NFS reply packets
- X makes it print each packet in hex and ascii; useful for tracking headers
- S makes it print absolute vs relative TCP seq numbers
Are the printing options of any use? You're not really observing the output of the command anyway.
@botherder - Fair point. Are you seeing the options (nn) and (vv) as helpful?