X-Git-Url: http://sjero.net/git/?p=dccp2tcp;a=blobdiff_plain;f=dccp2tcp.h;h=6c08d2839d51372711a5f544cb8039066a898811;hp=e45269191a2db9788bfda85115e03ea986f31e73;hb=57e13b610191569ac7812bd308e38a859ea2ffc7;hpb=a8f2eb11701914f60decdcd2610e15010dd5a3f4 diff --git a/dccp2tcp.h b/dccp2tcp.h index e452691..6c08d28 100644 --- a/dccp2tcp.h +++ b/dccp2tcp.h @@ -1,7 +1,7 @@ /****************************************************************************** Author: Samuel Jero -Date: 1/2011 +Date: 2/2011 Description: Header file for program to convert a DCCP flow to a TCP flow for DCCP analysis via tcptrace. @@ -61,6 +61,7 @@ struct tbl{ __be32 old; /*DCCP sequence number */ u_int32_t new; /*TCP sequence number */ int size; /*packet size*/ + enum dccp_pkt_type type; /*packet type*/ }; /*Option flags*/