| 224 | { |
| 225 | const char *typeName() { return "FrameUI"; } |
| 226 | LlcFrameUI(ByteVector &f) : LlcFrame(f) {} |
| 227 | unsigned getNU() { return getField2(controlOffset,5,9); } // frame number |
| 228 | bool getE() { return getField2(controlOffset+1,6,1); } // encryption bit |
| 229 | bool getPM() { return getField2(controlOffset+1,7,1); } // protected mode (crc data too?) |
nothing calls this directly
no outgoing calls
no test coverage detected