Turn the socket connections into a refcounted list - in the common case there'll...
authorJeremy Allison <jra@samba.org>
Wed, 1 Oct 2008 19:30:12 +0000 (12:30 -0700)
committerKarolin Seeger <kseeger@samba.org>
Mon, 6 Oct 2008 11:01:43 +0000 (13:01 +0200)
commit63603373628901fcb6a816d9ac9b5340dd8d8662
treef70fa6b8a9ff7bc3f852795b29d0afca8a4dd98f
parent747f7a5647851290f6a3968477a8749e1134777c
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.
(cherry picked from commit 7ea95c19305a2fb6efc95acc4e96f083e31f6c6f)
source/modules/vfs_smb_traffic_analyzer.c