1 | initial version |
This seems to be a simple change to make the netbios session service dissector register with the QUIC dissector, in packet-nbt.c:
proto_reg_handoff_nbt(void)
{
...
dissector_add_string("quic.proto", "smb", nbss_handle);
...
}