SMB/NBT: Add support of SMB over QUIC

Using ALPN smb

Issue: #13881

Thanks to Graham for help to use directly nbt dissector
This commit is contained in:
Alexis La Goutte 2020-09-04 16:58:55 +02:00
parent 97a6146d81
commit 2f89b8d62c
1 changed files with 2 additions and 0 deletions

View File

@ -1982,6 +1982,8 @@ proto_reg_handoff_nbt(void)
dissector_add_uint_range_with_preference("tcp.port", TCP_NBSS_PORT_RANGE, nbss_handle);
netbios_heur_subdissector_list = find_heur_dissector_list("netbios");
dissector_add_string("quic.proto", "smb", nbss_handle);
}
/*