| 925 | |
| 926 | |
| 927 | class _ISIS_LAN_HelloBase(_ISIS_PduBase): |
| 928 | fields_desc = [ |
| 929 | ISIS_CircuitTypeField(), |
| 930 | ISIS_SystemIdField("sourceid", "0102.0304.0506"), |
| 931 | ShortField("holdingtime", 30), |
| 932 | _ISIS_PduLengthField(), |
| 933 | ByteField("priority", 1), |
| 934 | ISIS_NodeIdField("lanid", "0000.0000.0000.00"), |
| 935 | _ISIS_TlvListField() |
| 936 | ] |
| 937 | |
| 938 | |
| 939 | class ISIS_L1_LAN_Hello(_ISIS_LAN_HelloBase): |
nothing calls this directly
no test coverage detected
searching dependent graphs…