X-Git-Url: http://sjero.net/git/?p=ltp2tcp;a=blobdiff_plain;f=ltp2tcp.h;h=5df92b6b59bdf56bc3155630ca53811c168fc26e;hp=f3d7cb75077176b3a47962052cc700d8acb5079a;hb=1e87d36e278f025744a728a854a81c1a01fecc57;hpb=4ef2689dab73489e6f68794f7eae59dd0010385c diff --git a/ltp2tcp.h b/ltp2tcp.h index f3d7cb7..5df92b6 100644 --- a/ltp2tcp.h +++ b/ltp2tcp.h @@ -1,17 +1,30 @@ /****************************************************************************** +Utility to convert a LTP flow to a TCP flow for LTP analysis via tcptrace. -file: ltp2tcp.h +Copyright (C) 2013 Samuel Jero -Author: Samuel Jero +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. -Date: 12/2010 +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. -Description: Header file for LTP 2 TCP Conversion +You should have received a copy of the GNU General Public License +along with this program. If not, see . +Author: Samuel Jero +Date: 06/2013 -Special Types Used: - 1)u_char - 2)u_int32_t +Notes: + 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. Libpcap filtering could also + be added in ltp2tcp. + 2)Uses some special types from Linux (u_char, u_int32_t) ******************************************************************************/ #ifndef _LTP2TCP_H_ #define _LTP2TCP_H_