Version 0.2: 2/14/2011 New Features: 1)Session range option (-s). Allows you to graph only limited range of sessions from a capture. Bug Fixes: 1)Prevent Infinite loop by only processing one connection Version 0.1.1: 1/25/2011 Bug Fixes: 1)Invalid Encapsulation Length computations. A missing ntohs() Version 0.1: 1/23/2011 Initial Release Known Issues: 1)Only handles one LTP "connection". There isn't a good way to separate different LTP "connections" from new sessions of the same "connection". Use Tcpdump filters to separate connections. 2)Uses some special types from Linux (u_char, u_int32_t)