This software parses tcpdump's output and presents headers in RFC defined format.
For added convenience, TAP also comes with a colorized output option. It is an extremely useful tool for those occasions when the user finds it challenging to quickly discern which field is which from the raw hex data.
To use TAP, simply run "tcpdump -X | ./tap" or "tcpdump -X > file cat file | ./tap". It is recommended that you avoid tcpdump's options "xx" or "XX", as it prints the link layer header as well, and TAP has not yet been updated to support that. However, feel free to use any other tcpdump option at your disposal. Please note that any options that affect the order in which raw data is presented on stdout may inadvertently affect the parser's usefulness.
Version 0.6: N/A