Changes between Version 2 and Version 3 of llc


Ignore:
Timestamp:
06/24/12 15:47:21 (11 months ago)
Author:
ivano
Comment:

Now LLC doesn't use coprocessors

Legend:

Unmodified
Added
Removed
Modified
  • llc

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