Commit 9cd92c2c authored by Lionel Gauthier's avatar Lionel Gauthier

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@6099 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent a9cc4323
...@@ -277,7 +277,7 @@ static char _gtpurh_print_buffer[GTPURH_2_PRINT_BUFFER_LEN]; ...@@ -277,7 +277,7 @@ static char _gtpurh_print_buffer[GTPURH_2_PRINT_BUFFER_LEN];
typedef struct ip_fragment_entry_s { typedef struct ip_fragment_entry_s {
struct sk_buff *skb; struct sk_buff *skb;
//struct timeval first_ts; //struct timeval first_ts; // TO DO WITH IP_FRAG_TIME
int flags; //ip header field int flags; //ip header field
int offset; //ip header field int offset; //ip header field
int end; int end;
...@@ -437,7 +437,6 @@ _gtpurh_target_reassembly(struct sk_buff *orig_skb, const struct xt_gtpurh_targe ...@@ -437,7 +437,6 @@ _gtpurh_target_reassembly(struct sk_buff *orig_skb, const struct xt_gtpurh_targe
offset &= IP_OFFSET; /* offset is in 8-byte chunks */ offset &= IP_OFFSET; /* offset is in 8-byte chunks */
offset <<= 3; offset <<= 3;
ihl = ip_hdrlen(skb); ihl = ip_hdrlen(skb);
ihl = ip_hdrlen(skb);
end = offset + skb->len - ihl; end = offset + skb->len - ihl;
key = iph->id; key = iph->id;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment