"dcerpc_fragment_table" is used only in packet-smb-pipe.c, except for
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 13 Apr 2003 23:58:37 +0000 (23:58 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 13 Apr 2003 23:58:37 +0000 (23:58 +0000)
commitc8aa86d4a196be8a4faa2d0dad8ce698640ef132
treea2a95e23d02694963c2519f792be2c3ded6cd560
parent78ed3f85cbe90dea92e7105e036cbe904a2cd9ad
"dcerpc_fragment_table" is used only in packet-smb-pipe.c, except for
the call to initialize it; move the call to initialize it to the
registration routine for the dissector that uses it, move the definition
of ""dcerpc_fragment_table" to packet-smb-pipe.c, make it static, and
remove the declaration of it from smb.h.

Add some casts to squelch compiler complaints.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7449 f5534014-38df-0310-8fa8-9805f1628bb7
packet-smb-pipe.c
packet-smb.c
smb.h