wssdl
wssdl copied to clipboard
Implement :when()
the when
method would be useful to conditionally select fields for dissection.
Usage:
mypacket = wssdl.packet {
has_opt : bit();
opt_data : u32():when(has_opt == 1);
}