Trace processing
| ip_profile | Input: tcpdump binary file filtered for IP. |
| Output: several summary files giving IP stats. | |
| Code: /home/ott/src/tcpdump/ip_profile/* | |
| Exec: /home/ott/bin-http/ip_profile | |
| Notes: | |
| http_connect_srv | Input: tcpdump text file, filtered for src port 80. |
| Output: text connection summary file. | |
| Code: /home/ott/src/http_connect/* | |
| Exec: /home/ott/bin-http/http_connect_srv | |
| Notes: Base code written by Don Smith. | |
| http_profile.pl | Input: tcpdump text file, filtered for src port 80. |
| Output: text connection summary file. | |
| Code: /home/ott/src/http_connect/* | |
| Exec: /home/ott/bin-http/http_connect_srv | |
| Notes: |
Shell scripts for multi-step trace processing
| proc_crl | Input: tcpdump text file, filtered for src port 80. |
| Output: text connection summary file. | |
| Path: /home/ott/bin-http/proc_crl | |
| Notes: Called by process_crl | |
| proc_http | Input: tcpdump text file, filtered for src port 80. |
| Output: text connection summary file. | |
| Path: /home/ott/bin-http/proc_http | |
| Notes: Called by process_http |
Scripts for iterating through all traces
| process_crl | Summary: processes each OC3mon raw dump file |
| Code: /home/ott/src/tcpdump/ip_profile/* | |
| Exec: /home/ott/bin-http/ip_profile | |
| Notes: Calls proc_crl | |
| process_ipslice | Summary: processes each OC3mon raw dump file |
| Code: /home/ott/src/tcpdump/ip_profile/* | |
| Exec: /home/ott/bin-http/ip_profile | |
| Notes: Calls proc_crl | |
| process_ip | Summary: processes each OC3mon raw dump file |
| Code: /home/ott/src/tcpdump/ip_profile/* | |
| Exec: /home/ott/bin-http/ip_profile | |
| Notes: Calls proc_crl | |
| process_ip2http | Summary: processes each OC3mon raw dump file |
| Code: /home/ott/src/tcpdump/ip_profile/* | |
| Exec: /home/ott/bin-http/ip_profile | |
| Notes: Calls proc_crl | |
| process_http | Summary: processes each OC3mon raw dump file |
| Code: /home/ott/src/tcpdump/ip_profile/* | |
| Exec: /home/ott/bin-http/ip_profile | |
| Notes: Calls proc_crl | |
| process_flags | Summary: processes each OC3mon raw dump file |
| Code: /home/ott/src/tcpdump/ip_profile/* | |
| Exec: /home/ott/bin-http/ip_profile | |
| Notes: Calls proc_crl |
Miscellaneous
| combine_tables | Input: tcpdump binary file filtered for IP. |
| Output: several summary files giving IP stats. | |
| Code: /home/ott/src/tcpdump/ip_profile/* | |
| Exec: /home/ott/bin-http/ip_profile | |
| Notes: | |
| ip_show | Input: tcpdump binary file filtered for IP. |
| Output: several summary files giving IP stats. | |
| Code: /home/ott/src/tcpdump/ip_profile/* | |
| Exec: /home/ott/bin-http/ip_profile | |
| Notes: |