decoders/decode_tcp_stream.h

Go to the documentation of this file.
00001 #ifndef _HLBR_DECODE_TCP_STREAM_H_
00002 #define _HLBR_DECODE_TCP_STREAM_H_
00003 
00004 #include "../config.h"
00005 #include "../engine/hlbr.h"
00006 #include "decode.h"
00007 
00008 
00009 typedef struct tcp_stream_data{
00010         unsigned int    SessionID;
00011         unsigned short  SPort; /*port that started the conversation*/
00012         unsigned short  DPort; /*listening port*/
00013 } TCPStreamData;
00014 
00015 
00016 int InitDecoderTCPStream();
00017 
00018 #endif

Generated on Sat Jul 7 23:33:10 2007 for HLBR by  doxygen 1.5.2