Put all the protocol stuff into a separate header file.
authorHolger Hetterich <hhetter@novell.com>
Tue, 2 Feb 2010 18:36:23 +0000 (19:36 +0100)
committerJim McDonough <jmcd@samba.org>
Tue, 16 Mar 2010 13:52:10 +0000 (09:52 -0400)
commit4940da2e99647b2d6ae3b4abf78c9904e4390074
treeec9be639462d7eac9a0ea7d6507fea33af32ebd9
parent5b7179d2a3708246c44c5c5126368588f9da74a0
Put all the protocol stuff into a separate header file.

All the structures and the vfs function identifier list is required
by the receiver. It's therefore very handy to have this in an extra
header file.
source3/modules/vfs_smb_traffic_analyzer.c
source3/modules/vfs_smb_traffic_analyzer.h [new file with mode: 0644]