Turn the socket connections into a refcounted list - in the common case there'll...
authorJeremy Allison <jra@samba.org>
Wed, 1 Oct 2008 19:50:29 +0000 (12:50 -0700)
committerJeremy Allison <jra@samba.org>
Wed, 1 Oct 2008 19:50:29 +0000 (12:50 -0700)
commit370cbe0060cb2670c7f65100954dac6c63030ca0
tree6504a914749fd1fff5c9279a02e179f530347f0f
parentca44340891d60de7e48bb263c7debd45cc3f3ed0
Turn the socket connections into a refcounted list - in the common case there'll now only be one socket per smbd.
Changed the format of the wire data to (a) include a version number (V1) as the first element. (b) removed the
";)" at the end an replaced it with a "\n". Receiver can change back if needed, and now receiver can just log
"as-is" to a text file (making testing easier). Added my (C). Sorry Holger, but I've changed quite a bit now.
Jeremy.
source3/modules/vfs_smb_traffic_analyzer.c