From yami via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2603 : register the SMB dissector by name.

svn path=/trunk/; revision=25444
This commit is contained in:
Jeff Morriss 2008-06-12 13:39:55 +00:00
parent 623602ba8b
commit 4a0826ef2f
1 changed files with 2 additions and 0 deletions

View File

@ -19182,6 +19182,8 @@ proto_register_smb(void)
register_init_routine(smb_trans_reassembly_init);
smb_tap = register_tap("smb");
register_dissector("smb", dissect_smb, proto_smb);
}
void