Changes between Version 1 and Version 2 of llc
- Timestamp:
- 06/15/12 17:29:19 (11 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
llc
v1 v2 53 53 54 54 <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')"> 56 56 <if-true> 57 57 <nextproto proto="#ipx"/>
