Changeset 1666


Ignore:
Timestamp:
11/24/10 10:52:44 (3 years ago)
Author:
salcock
Message:
  • Fixed bug where we were moving to the next header before noting what the next header type is
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/protocols_l3.c

    r1665 r1666  
    173173                                        } 
    174174 
     175                                        nxt=((libtrace_ip6_ext_t*)payload)->nxt; 
    175176                                        payload=(char*)payload+len; 
    176                                         nxt=((libtrace_ip6_ext_t*)payload)->nxt; 
    177177                                        continue; 
    178178                                } 
     
    188188                                                *remaining-=len; 
    189189                                        } 
     190                                        nxt=((libtrace_ip6_frag_t*)payload)->nxt; 
    190191                                        payload=(char*)payload+len; 
    191                                         nxt=((libtrace_ip6_frag_t*)payload)->nxt; 
    192192                                        continue; 
    193193                                } 
Note: See TracChangeset for help on using the changeset viewer.