]> sjero.net Git - ltp2tcp/blob - Changelog
Update headers in all files with GPL message
[ltp2tcp] / Changelog
1 Version 0.2:
2         2/14/2011
3         New Features:
4         1)Session range option (-s). Allows you to graph only limited range of sessions
5           from a capture.
6         Bug Fixes:
7         1)Prevent Infinite loop by only processing one connection
8
9 Version 0.1.1:
10         1/25/2011
11         Bug Fixes:
12         1)Invalid Encapsulation Length computations. A missing ntohs()
13
14 Version 0.1:
15         1/23/2011
16         Initial Release
17         Known Issues:
18         1)Only handles one LTP "connection". There isn't a good way to separate
19                 different LTP "connections" from new sessions of the same "connection".
20                 Use Tcpdump filters to separate connections.
21         2)Uses some special types from Linux (u_char, u_int32_t)