Start the process of tvbuffifying the SMB dissector - give it a
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 29 Sep 2001 01:19:01 +0000 (01:19 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 29 Sep 2001 01:19:01 +0000 (01:19 +0000)
commit39b1795b42b015e69dca6c368213dd7fec35c799
tree7b803b1e3738baaf01cab288a68e3f087627367d
parent1b0474f3e263e390d0f87aeb2e47caaedebcee3a
Start the process of tvbuffifying the SMB dissector - give it a
tvbuffified heuristic-dissector interface, but have it immediately turn
its arguments into an old-style buffer pointer and offset.

Register the SMB dissector as a heuristic NetBIOS dissector, and have
"dissect_netbios_payload()" just try the heuristics, as it no longer has
to call the SMB dissector explicitly.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3973 f5534014-38df-0310-8fa8-9805f1628bb7
Makefile.am
packet-nbipx.c
packet-nbns.c
packet-netbios.c
packet-smb.c
packet-smb.h [deleted file]