| 4562 | |
| 4563 | |
| 4564 | class DFS_REFERRAL_ENTRY0(Packet): |
| 4565 | fields_desc = [ |
| 4566 | StrNullFieldUtf16("DFSPath", ""), |
| 4567 | StrNullFieldUtf16("DFSAlternatePath", ""), |
| 4568 | StrNullFieldUtf16("NetworkAddress", ""), |
| 4569 | ] |
| 4570 | |
| 4571 | |
| 4572 | class DFS_REFERRAL_ENTRY1(Packet): |
nothing calls this directly
no test coverage detected
searching dependent graphs…