Changes between Version 1 and Version 2 of llc


Ignore:
Timestamp:
06/15/12 17:29:19 (11 months ago)
Author:
ivano
Comment:

the fields dsap, ssap and ctrl, in the ecapsulation section, are considered as numbers

Legend:

Unmodified
Added
Removed
Modified
  • llc

    v1 v2  
    5353 
    5454        <encapsulation> 
    55                 <if expr="(dsap == '\xE0') and (ssap == '\xE0') and (ctrl == '\x03') and ($packet[$currentoffset:2] == '\xFF\xFF')"> 
     55                <if expr="(buf2int(dsap) == 0xE0) and (buf2int(ssap) == 0xE0) and (buf2int(ctrl) == 0x03) and ($packet[$currentoffset:2] == '\xFF\xFF')"> 
    5656                        <if-true> 
    5757                                <nextproto proto="#ipx"/>