From: Indexer on

On 13/07/2010, at 6:55 PM, Informatica wrote:

> Hi,
>
> In our company we are currently running a Samba server and Windows XP clients.
> At the moment we are having problems with mapping Samba shares in Windows.
>
> Shares are being mapped through a windows startup script, which executes net use (with the option persistent:no) command.
> For most users this works most of the time, nevertheless it often fails, the exect reason for this isn't clear yet.
>
> When this happens, the samba server prompts for username and password on executing the mapping script again (after logging on).
> This should not be nessecary since the user already is already logged on at that moment.
>
> After rebooting serveral times without making any changes, the script does work and all drives are mapped correctly.
>
> What could be the cause of this problem?
>

Can you post your smb.conf, as this could be many issues. Also, could you post your samba logs? i find this logging config puts all the data nicely into one file (as it could be client or server side issues)

log level = 1
log file = /var/log/samba/samba.log
max log size = 50
syslog = 0

Make sure you touch the file first and set it as writable.

William
--
To unsubscribe from this list go to the following URL and read the
instructions: https://lists.samba.org/mailman/options/samba
From: tms3 on


>
> Hi,
>
> In our company we are currently running a Samba server and Windows XP
> clients.
> At the moment we are having problems with mapping Samba shares in
> Windows.
>
> Shares are being mapped through a windows startup script, which
> executes net use (with the option persistent:no) command.
> For most users this works most of the time, nevertheless it often
> fails, the exect reason for this isn't clear yet.
>
> When this happens, the samba server prompts for username and password
> on executing the mapping script again (after logging on).
> This should not be nessecary since the user already is already logged
> on at that moment.

Just a shot in the dark, but I'd check to make sure contact to the
server is actually being made during login. Doesn't seem like it.
>
>
>
> After rebooting serveral times without making any changes, the script
> does work and all drives are mapped correctly.
>
> What could be the cause of this problem?
>
>
> Thanks in advance,
>
> Sincerely,
>
> Inaki
>
>
>
> --
> To unsubscribe from this list go to the following URL and read the
> instructions: https://lists.samba.org/mailman/options/samba

--
To unsubscribe from this list go to the following URL and read the
instructions: https://lists.samba.org/mailman/options/samba
From: Informatica on

William,

As requested samba config, and some logs:

#======================= Global Settings =======================

[global]

##
## GENERAL OPTIONS
##
workgroup = VLWF
netbios name = HOSTVM-SAMBA
server string = Virtual Samba Server
##
## WINS OPTIONS
##
wins support = yes
dns proxy = yes
name resolve order = host lmhosts wins bcast
##
## NETWORK SECURITY OPTIONS
##
interfaces = eth* lo
bind interfaces only = True
client schannel = no
server schannel = no
smb ports = 139 445
hosts allow = 0.0.0.0/0
##
## LOGGING OPTIONS
##
log file = /var/log/samba/log.%m
max log size = 1000
syslog only = no
syslog = 0
log level = 1
panic action = /usr/local/bin/smbpanic %d %m
##
## AUTHENTICATION OPTIONS
##
security = user
admin users = @xpadmin
utmp = yes
encrypt passwords = true
passdb backend = ldapsam:"ldap://10.134.11.143:389"
guest account = smbnull
passwd program = /usr/bin/passwd %u
passwd chat = *Enter\snew\s*\spassword:* %n\n *Retype\snew\s*\spassword:* %n\n *password\supdated\ssuccessfully* .
##
## LDAP OPTIONS
##
ldap passwd sync = yes
ldap admin dn = cn=admin,dc=vlwf
ldap suffix = dc=vlwf
ldap user suffix = ou=users
ldap group suffix = ou=groups
ldap machine suffix = ou=computers
ldap idmap suffix = ou=idmap
##
## BROWSER CONTROL OPTIONS
##
domain master = yes
local master = yes
preferred master = yes
os level = 65
remote announce = 10.134.11.191 10.134.12.127 10.134.12.191 10.134.13.63 10.134.13.95 10.134.13.127 10.134.13.143 10.134.13.151 10.134.14.95 10.134.14.111 10.134.2.255 10.134.3.255 10.134.4.255 10.134.6.255
remote browse sync = 10.134.11.191 10.134.12.127 10.134.12.191 10.134.13.63 10.134.13.95 10.134.13.127 10.134.13.143 10.134.13.151 10.134.14.95 10.134.14.111 10.134.2.255 10.134.3.255 10.134.4.255 10.134.6.255
##
## DOMAIN OPTIONS
##
domain logons = yes
logon drive = H:
logon home = \\%N\%u
;;; logon script = startup.bat
##
## PRINTING OPTIONS
##
load printers = yes
printing = cups
printcap name = cups
##
## NAME MANGLING OPTIONS
##
preserve case = yes
short preserve case = yes
case sensitive = no
##
## SOCKET OPTIONS
##
socket options = TCP_NODELAY
##
## LOCKING OPTIONS
##
oplocks = no
level2 oplocks = no
strict locking = no
##
## CHARSET OPTIONS
##
dos charset = 850
unix charset = ISO8859-1
display charset = LOCALE
##
## MISC OPTIONS
##
message command = /usr/bin/mail -s "Message from %f on %m" sysinfo(a)zimbra.mz2.vlwf < %s; rm %s
time server = yes
idmap uid = 30000-40000
idmap gid = 30000-40000
unix extensions = no

#======================= Share Definitions =======================


##
## DOMAIN LOGONS
##

[netlogon]
comment = Network Logon Service
path = /pcnet/checkpc/netlogon/%m
guest ok = yes
writable = no
read only = Yes
share modes = no
write list = @xpadmin
### root preexec = /usr/local/bin/smblogon %u %m %I

[homes]
comment = Home Directories
path = /pcnet/checkpc/homes/%u
read only = No
browseable = Yes
writable = Yes
create mask = 0700
directory mask = 0700
root preexec = /usr/local/bin/smblogon %u %m %I

##
## PRINTING
##

[printers]
comment = All Printers
path = /var/spool/samba
browseable = no
public = Yes
guest ok = Yes
writable = no
printable = yes
write list = @xpadmin

[print$]
comment = Printer Drivers
path = /etc/samba/drivers
browseable = Yes
guest ok = Yes
read only = Yes
write list = root, @xpadmin

[pdf-printer]
printing = bsd
comment = pdf-printer
path = /var/spool/samba
public = Yes
printable = Yes
writeable = no
print command = /usr/local/bin/pdfprint %s %U /pcnet/pdf-print "%J"

##
## GLOBAL DATA SEGMENTS
##

[pcnet]
comment = User Data Samba Server
path = /pcnet
read only = No
create mask = 0777
force create mode = 0777
directory mask = 0770
force directory mode = 0770
guest ok = Yes
map archive = No

[pingo]
comment = Informatica
path = /pingo
read only = No
create mask = 0777
force create mode = 0777
directory mask = 0770
force directory mode = 0770
guest ok = Yes
map archive = No

[archief]
comment = Archief dienst informatica
path = /archief
read only = No
create mask = 0777
force create mode = 0777
directory mask = 0770
force directory mode = 0770
guest ok = Yes
map archive = No

Output of log.smbd:

[2010/07/13 08:56:43, 0] lib/util_sock.c:get_peer_addr(1224)
getpeername failed. Error was Transport endpoint is not connected
[2010/07/13 09:12:06, 0] lib/util_sock.c:get_peer_addr(1224)
getpeername failed. Error was Transport endpoint is not connected
[2010/07/13 09:24:06, 0] lib/util_sock.c:get_peer_addr(1224)
getpeername failed. Error was Transport endpoint is not connected
[2010/07/13 09:39:16, 0] lib/util_sock.c:get_peer_addr(1224)
getpeername failed. Error was Transport endpoint is not connected
[2010/07/13 09:39:16, 0] lib/util_sock.c:get_peer_addr(1224)
getpeername failed. Error was Transport endpoint is not connected
[2010/07/13 10:34:20, 0] lib/util_sock.c:get_peer_addr(1224)
getpeername failed. Error was Transport endpoint is not connected
[2010/07/13 10:36:40, 0] lib/util_sock.c:get_peer_addr(1224)
getpeername failed. Error was Transport endpoint is not connected
[2010/07/13 10:36:40, 0] lib/util_sock.c:get_peer_addr(1224)
getpeername failed. Error was Transport endpoint is not connected
[2010/07/13 10:37:11, 0] lib/util_sock.c:get_peer_addr(1224)
getpeername failed. Error was Transport endpoint is not connected
[2010/07/13 15:24:12, 0] lib/util_sock.c:get_peer_addr(1224)
getpeername failed. Error was Transport endpoint is not connected
[2010/07/13 15:32:10, 0] lib/util_sock.c:get_peer_addr(1224)
getpeername failed. Error was Transport endpoint is not connected

Output of workstation log:

[2010/07/13 15:32:10, 0] lib/util_sock.c:write_data(562)
write_data: write failure in writing to client 10.134.14.101. Error Connection reset by peer
[2010/07/13 15:32:10, 0] lib/util_sock.c:send_smb(761)
Error writing 4 bytes to client. -1. (Connection reset by peer)
[2010/07/13 15:32:10, 1] smbd/service.c:make_connection_snum(1060)
ws0312 (10.134.14.101) connect to service pcbeheer initially as user pcbeheer (uid=0, gid=200) (pid 6039)
[2010/07/13 15:32:10, 1] smbd/service.c:make_connection_snum(1060)
ws0312 (10.134.14.101) connect to service netlogon initially as user pcbeheer (uid=0, gid=200) (pid 6039)
[2010/07/13 15:32:11, 1] smbd/service.c:make_connection_snum(1060)
ws0312 (10.134.14.101) connect to service pingo initially as user pcbeheer (uid=0, gid=200) (pid 6039)
[2010/07/13 15:32:11, 1] smbd/service.c:make_connection_snum(1060)
ws0312 (10.134.14.101) connect to service pcnet initially as user pcbeheer (uid=0, gid=200) (pid 6039)
[2010/07/13 15:42:35, 1] smbd/service.c:close_cnum(1257)
ws0312 (10.134.14.101) closed connection to service netlogon

Relevant output of tcpdump, while user "pcbeheer" started workstation "ws0312" and logged on:

15:31:56.511808 IP ws0312.netbios-ns > hostvm-samba.netbios-ns: NBT UDP PACKET(137): QUERY; REQUEST; UNICAST
15:31:56.512102 IP hostvm-samba.netbios-ns > ws0312.netbios-ns: NBT UDP PACKET(137): QUERY; POSITIVE; RESPONSE; UNICAST
15:32:10.316829 IP ws0312.netbios-ns > hostvm-samba.netbios-ns: NBT UDP PACKET(137): QUERY; REQUEST; UNICAST
15:32:10.316955 IP hostvm-samba.netbios-ns > ws0312.netbios-ns: NBT UDP PACKET(137): QUERY; POSITIVE; RESPONSE; UNICAST
15:32:10.324179 IP ws0312 > hostvm-samba: ICMP echo request, id 512, seq 256, length 40
15:32:10.324203 IP hostvm-samba > ws0312: ICMP echo reply, id 512, seq 256, length 40
15:32:10.324331 IP ws0312.1041 > hostvm-samba.netbios-ssn: S 3100786248:3100786248(0) win 65535 <mss 1460,nop,nop,sackOK>
15:32:10.324353 IP hostvm-samba.netbios-ssn > ws0312.1041: S 1191794642:1191794642(0) ack 3100786249 win 5840 <mss 1460,nop,nop,sackOK>
15:32:10.324632 IP ws0312.1041 > hostvm-samba.netbios-ssn: P 1:73(72) ack 1 win 65535 NBT Session Packet: Session Request
15:32:10.324649 IP hostvm-samba.netbios-ssn > ws0312.1041: . ack 73 win 5840
15:32:10.324946 IP ws0312.1040 > hostvm-samba.microsoft-ds: S 3497507397:3497507397(0) win 65535 <mss 1460,nop,nop,sackOK>
15:32:10.324971 IP hostvm-samba.microsoft-ds > ws0312.1040: S 1186975704:1186975704(0) ack 3497507398 win 5840 <mss 1460,nop,nop,sackOK>
15:32:10.325383 IP ws0312.1041 > hostvm-samba.netbios-ssn: R 73:73(0) ack 1 win 0
15:32:10.325393 IP ws0312.1040 > hostvm-samba.microsoft-ds: . ack 1 win 65535
15:32:10.325531 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 1:138(137) ack 1 win 65535
15:32:10.325541 IP hostvm-samba.microsoft-ds > ws0312.1040: . ack 138 win 6432
15:32:10.352578 IP hostvm-samba.microsoft-ds > ws0312.1040: P 1:132(131) ack 138 win 6432
15:32:10.353303 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 138:378(240) ack 132 win 65404
15:32:10.354206 IP hostvm-samba.microsoft-ds > ws0312.1040: P 132:390(258) ack 378 win 7504
15:32:10.354788 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 378:636(258) ack 390 win 65146
15:32:10.367274 IP hostvm-samba.microsoft-ds > ws0312.1040: P 390:494(104) ack 636 win 8576
15:32:10.367818 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 636:730(94) ack 494 win 65042
15:32:10.370515 IP hostvm-samba.microsoft-ds > ws0312.1040: P 494:554(60) ack 730 win 8576
15:32:10.371013 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 730:850(120) ack 554 win 64982
15:32:10.371428 IP hostvm-samba.microsoft-ds > ws0312.1040: P 554:593(39) ack 850 win 8576
15:32:10.372758 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 850:1090(240) ack 593 win 64943
15:32:10.372840 IP hostvm-samba.microsoft-ds > ws0312.1040: P 593:851(258) ack 1090 win 9648
15:32:10.373406 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 1090:1424(334) ack 851 win 64685
15:32:10.404799 IP hostvm-samba.microsoft-ds > ws0312.1040: . ack 1424 win 10720
15:32:10.427757 IP hostvm-samba.microsoft-ds > ws0312.1040: P 851:955(104) ack 1424 win 10720
15:32:10.428273 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 1424:1526(102) ack 955 win 64581
15:32:10.428307 IP hostvm-samba.microsoft-ds > ws0312.1040: . ack 1526 win 10720
15:32:10.531202 IP hostvm-samba.microsoft-ds > ws0312.1040: P 955:1021(66) ack 1526 win 10720
15:32:10.531907 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 1526:1606(80) ack 1021 win 64515
15:32:10.531937 IP hostvm-samba.microsoft-ds > ws0312.1040: . ack 1606 win 10720
15:32:10.532218 IP hostvm-samba.microsoft-ds > ws0312.1040: P 1021:1125(104) ack 1606 win 10720
15:32:10.573743 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 1606:1726(120) ack 1125 win 64411
15:32:10.574022 IP hostvm-samba.microsoft-ds > ws0312.1040: P 1125:1164(39) ack 1726 win 10720
15:32:10.574543 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 1726:1828(102) ack 1164 win 64372
15:32:10.577072 IP hostvm-samba.microsoft-ds > ws0312.1040: P 1164:1230(66) ack 1828 win 10720
15:32:10.577535 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 1828:1908(80) ack 1230 win 64306
15:32:10.577691 IP hostvm-samba.microsoft-ds > ws0312.1040: P 1230:1334(104) ack 1908 win 10720
15:32:10.579382 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 1908:1988(80) ack 1334 win 64202
15:32:10.579482 IP hostvm-samba.microsoft-ds > ws0312.1040: P 1334:1454(120) ack 1988 win 10720
15:32:10.581576 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 1988:2092(104) ack 1454 win 64082
15:32:10.581965 IP hostvm-samba.microsoft-ds > ws0312.1040: P 1454:1558(104) ack 2092 win 10720
15:32:10.588771 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 2092:2206(114) ack 1558 win 65535
15:32:10.589034 IP hostvm-samba.microsoft-ds > ws0312.1040: P 1558:1697(139) ack 2206 win 10720
15:32:10.590413 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 2206:2282(76) ack 1697 win 65396
15:32:10.590488 IP hostvm-samba.microsoft-ds > ws0312.1040: P 1697:1769(72) ack 2282 win 10720
15:32:10.591109 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 2282:2392(110) ack 1769 win 65324
15:32:10.591376 IP hostvm-samba.microsoft-ds > ws0312.1040: P 1769:1957(188) ack 2392 win 10720
15:32:10.592103 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 2392:2455(63) ack 1957 win 65136
15:32:10.592449 IP hostvm-samba.microsoft-ds > ws0312.1040: P 1957:2022(65) ack 2455 win 10720
15:32:10.635059 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 2455:2531(76) ack 2022 win 65071
15:32:10.635174 IP hostvm-samba.microsoft-ds > ws0312.1040: P 2022:2110(88) ack 2531 win 10720
15:32:10.635647 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 2531:2607(76) ack 2110 win 64983
15:32:10.635735 IP hostvm-samba.microsoft-ds > ws0312.1040: P 2110:2198(88) ack 2607 win 10720
15:32:10.639341 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 2607:2670(63) ack 2198 win 64895
15:32:10.639410 IP hostvm-samba.microsoft-ds > ws0312.1040: P 2198:3185(987) ack 2670 win 10720
15:32:10.639940 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 2670:2733(63) ack 3185 win 65535
15:32:10.640008 IP hostvm-samba.microsoft-ds > ws0312.1040: P 3185:3248(63) ack 2733 win 10720
15:32:10.641088 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 2733:2809(76) ack 3248 win 65472
15:32:10.641162 IP hostvm-samba.microsoft-ds > ws0312.1040: P 3248:3336(88) ack 2809 win 10720
15:32:10.641637 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 2809:2885(76) ack 3336 win 65384
15:32:10.641724 IP hostvm-samba.microsoft-ds > ws0312.1040: P 3336:3424(88) ack 2885 win 10720
15:32:10.642187 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 2885:2961(76) ack 3424 win 65296
15:32:10.642274 IP hostvm-samba.microsoft-ds > ws0312.1040: P 3424:3512(88) ack 2961 win 10720
15:32:10.642785 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 2961:3075(114) ack 3512 win 65208
15:32:10.643740 IP hostvm-samba.microsoft-ds > ws0312.1040: P 3512:3651(139) ack 3075 win 10720
15:32:10.644233 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 3075:3138(63) ack 3651 win 65069
15:32:10.644304 IP hostvm-samba.microsoft-ds > ws0312.1040: P 3651:4226(575) ack 3138 win 10720
15:32:10.644836 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 3138:3183(45) ack 4226 win 64494
15:32:10.644964 IP hostvm-samba.microsoft-ds > ws0312.1040: P 4226:4265(39) ack 3183 win 10720
15:32:10.646379 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 3183:3259(76) ack 4265 win 64455
15:32:10.646430 IP hostvm-samba.microsoft-ds > ws0312.1040: P 4265:4353(88) ack 3259 win 10720
15:32:10.646924 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 3259:3335(76) ack 4353 win 64367
15:32:10.646973 IP hostvm-samba.microsoft-ds > ws0312.1040: P 4353:4441(88) ack 3335 win 10720
15:32:10.647472 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 3335:3380(45) ack 4441 win 64279
15:32:10.647552 IP hostvm-samba.microsoft-ds > ws0312.1040: P 4441:4480(39) ack 3380 win 10720
15:32:10.649170 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 3380:3494(114) ack 4480 win 64240
15:32:10.649241 IP hostvm-samba.microsoft-ds > ws0312.1040: P 4480:4619(139) ack 3494 win 10720
15:32:10.649719 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 3494:3570(76) ack 4619 win 64101
15:32:10.649770 IP hostvm-samba.microsoft-ds > ws0312.1040: P 4619:4707(88) ack 3570 win 10720
15:32:10.650218 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 3570:3633(63) ack 4707 win 65535
15:32:10.650263 IP hostvm-samba.microsoft-ds > ws0312.1040: P 4707:5694(987) ack 3633 win 10720
15:32:10.650817 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 3633:3696(63) ack 5694 win 64548
15:32:10.650860 IP hostvm-samba.microsoft-ds > ws0312.1040: P 5694:5757(63) ack 3696 win 10720
15:32:10.651366 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 3696:3772(76) ack 5757 win 64485
15:32:10.651430 IP hostvm-samba.microsoft-ds > ws0312.1040: P 5757:5861(104) ack 3772 win 10720
15:32:10.651916 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 3772:3848(76) ack 5861 win 64381
15:32:10.651965 IP hostvm-samba.microsoft-ds > ws0312.1040: P 5861:5949(88) ack 3848 win 10720
15:32:10.652664 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 3848:3958(110) ack 5949 win 64293
15:32:10.652742 IP hostvm-samba.microsoft-ds > ws0312.1040: P 5949:6137(188) ack 3958 win 10720
15:32:10.653364 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 3958:4068(110) ack 6137 win 64105
15:32:10.653439 IP hostvm-samba.microsoft-ds > ws0312.1040: P 6137:6325(188) ack 4068 win 10720
15:32:10.654163 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 4068:4178(110) ack 6325 win 65535
15:32:10.654222 IP hostvm-samba.microsoft-ds > ws0312.1040: P 6325:6513(188) ack 4178 win 10720
15:32:10.654712 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 4178:4254(76) ack 6513 win 65347
15:32:10.654762 IP hostvm-samba.microsoft-ds > ws0312.1040: P 6513:6617(104) ack 4254 win 10720
15:32:10.655210 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 4254:4330(76) ack 6617 win 65243
15:32:10.655274 IP hostvm-samba.microsoft-ds > ws0312.1040: P 6617:6705(88) ack 4330 win 10720
15:32:10.655959 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 4330:4440(110) ack 6705 win 65155
15:32:10.656018 IP hostvm-samba.microsoft-ds > ws0312.1040: P 6705:6893(188) ack 4440 win 10720
15:32:10.656508 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 4440:4516(76) ack 6893 win 64967
15:32:10.656557 IP hostvm-samba.microsoft-ds > ws0312.1040: P 6893:6981(88) ack 4516 win 10720
15:32:10.657007 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 4516:4592(76) ack 6981 win 64879
15:32:10.657056 IP hostvm-samba.microsoft-ds > ws0312.1040: P 6981:7069(88) ack 4592 win 10720
15:32:10.657556 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 4592:4637(45) ack 7069 win 64791
15:32:10.657622 IP hostvm-samba.microsoft-ds > ws0312.1040: P 7069:7108(39) ack 4637 win 10720
15:32:10.659105 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 4637:4733(96) ack 7108 win 64752
15:32:10.659275 IP hostvm-samba.microsoft-ds > ws0312.1040: P 7108:7147(39) ack 4733 win 10720
15:32:10.674680 IP ws0312.netbios-ns > hostvm-samba.netbios-ns: NBT UDP PACKET(137): QUERY; REQUEST; UNICAST
15:32:10.674852 IP hostvm-samba.netbios-ns > ws0312.netbios-ns: NBT UDP PACKET(137): QUERY; POSITIVE; RESPONSE; UNICAST
15:32:10.675377 IP ws0312.netbios-ns > hostvm-samba.netbios-ns: NBT UDP PACKET(137): REGISTRATION; REQUEST; UNICAST
15:32:10.675426 IP ws0312.netbios-dgm > hostvm-samba.netbios-dgm: NBT UDP PACKET(138)
15:32:10.675470 IP hostvm-samba.netbios-ns > ws0312.netbios-ns: NBT UDP PACKET(137): WACK; POSITIVE; RESPONSE; UNICAST
15:32:10.675607 IP hostvm-samba.netbios-dgm > ws0312.netbios-dgm: NBT UDP PACKET(138)
15:32:10.675964 IP hostvm-samba.netbios-ns > ws0312.netbios-ns: NBT UDP PACKET(137): REGISTRATION; NEGATIVE; RESPONSE; UNICAST
15:32:10.693302 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 4733:4843(110) ack 7147 win 64713
15:32:10.693380 IP hostvm-samba.microsoft-ds > ws0312.1040: P 7147:7335(188) ack 4843 win 10720
15:32:10.694748 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 4843:4957(114) ack 7335 win 64525
15:32:10.694826 IP hostvm-samba.microsoft-ds > ws0312.1040: P 7335:7474(139) ack 4957 win 10720
15:32:10.695546 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 4957:5067(110) ack 7474 win 64386
15:32:10.695607 IP hostvm-samba.microsoft-ds > ws0312.1040: P 7474:7662(188) ack 5067 win 10720
15:32:10.696144 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 5067:5143(76) ack 7662 win 64198
15:32:10.696194 IP hostvm-samba.microsoft-ds > ws0312.1040: P 7662:7750(88) ack 5143 win 10720
15:32:10.696693 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 5143:5219(76) ack 7750 win 64110
15:32:10.696743 IP hostvm-samba.microsoft-ds > ws0312.1040: P 7750:7838(88) ack 5219 win 10720
15:32:10.697342 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 5219:5264(45) ack 7838 win 65535
15:32:10.697395 IP hostvm-samba.microsoft-ds > ws0312.1040: P 7838:7877(39) ack 5264 win 10720
15:32:10.698041 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 5264:5378(114) ack 7877 win 65496
15:32:10.698125 IP hostvm-samba.microsoft-ds > ws0312.1040: P 7877:8016(139) ack 5378 win 10720
15:32:10.698691 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 5378:5441(63) ack 8016 win 65357
15:32:10.698736 IP hostvm-samba.microsoft-ds > ws0312.1040: P 8016:9003(987) ack 5441 win 10720
15:32:10.699290 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 5441:5504(63) ack 9003 win 64370
15:32:10.699387 IP hostvm-samba.microsoft-ds > ws0312.1040: P 9003:9066(63) ack 5504 win 10720
15:32:10.699888 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 5504:5549(45) ack 9066 win 64307
15:32:10.699940 IP hostvm-samba.microsoft-ds > ws0312.1040: P 9066:9105(39) ack 5549 win 10720
15:32:10.700637 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 5549:5663(114) ack 9105 win 64268
15:32:10.700707 IP hostvm-samba.microsoft-ds > ws0312.1040: P 9105:9244(139) ack 5663 win 10720
15:32:10.701236 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 5663:5726(63) ack 9244 win 64129
15:32:10.701280 IP hostvm-samba.microsoft-ds > ws0312.1040: P 9244:10230(986) ack 5726 win 10720
15:32:10.701835 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 5726:5789(63) ack 10230 win 65535
15:32:10.701878 IP hostvm-samba.microsoft-ds > ws0312.1040: P 10230:10293(63) ack 5789 win 10720
15:32:10.702384 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 5789:5834(45) ack 10293 win 65472
15:32:10.702436 IP hostvm-samba.microsoft-ds > ws0312.1040: P 10293:10332(39) ack 5834 win 10720
15:32:10.703083 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 5834:5948(114) ack 10332 win 65433
15:32:10.703151 IP hostvm-samba.microsoft-ds > ws0312.1040: P 10332:10471(139) ack 5948 win 10720
15:32:10.703682 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 5948:6011(63) ack 10471 win 65294
15:32:10.703726 IP hostvm-samba.microsoft-ds > ws0312.1040: P 10471:11446(975) ack 6011 win 10720
15:32:10.704281 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 6011:6074(63) ack 11446 win 64319
15:32:10.704325 IP hostvm-samba.microsoft-ds > ws0312.1040: P 11446:11509(63) ack 6074 win 10720
15:32:10.704830 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 6074:6119(45) ack 11509 win 64256
15:32:10.704882 IP hostvm-samba.microsoft-ds > ws0312.1040: P 11509:11548(39) ack 6119 win 10720
15:32:10.705379 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 6119:6233(114) ack 11548 win 64217
15:32:10.705448 IP hostvm-samba.microsoft-ds > ws0312.1040: P 11548:11687(139) ack 6233 win 10720
15:32:10.705978 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 6233:6296(63) ack 11687 win 64078
15:32:10.706024 IP hostvm-samba.microsoft-ds > ws0312.1040: P 11687:12660(973) ack 6296 win 10720
15:32:10.706578 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 6296:6359(63) ack 12660 win 65535
15:32:10.706620 IP hostvm-samba.microsoft-ds > ws0312.1040: P 12660:12723(63) ack 6359 win 10720
15:32:10.707126 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 6359:6404(45) ack 12723 win 65472
15:32:10.707177 IP hostvm-samba.microsoft-ds > ws0312.1040: P 12723:12762(39) ack 6404 win 10720
15:32:10.707825 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 6404:6518(114) ack 12762 win 65433
15:32:10.707893 IP hostvm-samba.microsoft-ds > ws0312.1040: P 12762:12901(139) ack 6518 win 10720
15:32:10.708425 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 6518:6581(63) ack 12901 win 65294
15:32:10.708469 IP hostvm-samba.microsoft-ds > ws0312.1040: P 12901:13839(938) ack 6581 win 10720
15:32:10.709023 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 6581:6644(63) ack 13839 win 64356
15:32:10.709066 IP hostvm-samba.microsoft-ds > ws0312.1040: P 13839:13902(63) ack 6644 win 10720
15:32:10.709573 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 6644:6689(45) ack 13902 win 64293
15:32:10.709624 IP hostvm-samba.microsoft-ds > ws0312.1040: P 13902:13941(39) ack 6689 win 10720
15:32:10.710222 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 6689:6787(98) ack 13941 win 64254
15:32:10.710374 IP hostvm-samba.microsoft-ds > ws0312.1040: P 13941:13980(39) ack 6787 win 10720
15:32:10.710921 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 6787:6881(94) ack 13980 win 64215
15:32:10.711053 IP hostvm-samba.microsoft-ds > ws0312.1040: P 13980:14019(39) ack 6881 win 10720
15:32:10.711620 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 6881:6979(98) ack 14019 win 64176
15:32:10.711697 IP hostvm-samba.microsoft-ds > ws0312.1040: P 14019:14058(39) ack 6979 win 10720
15:32:10.712269 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 6979:7073(94) ack 14058 win 64137
15:32:10.712345 IP hostvm-samba.microsoft-ds > ws0312.1040: P 14058:14097(39) ack 7073 win 10720
15:32:10.713816 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 7073:7171(98) ack 14097 win 64098
15:32:10.713932 IP hostvm-samba.microsoft-ds > ws0312.1040: P 14097:14136(39) ack 7171 win 10720
15:32:10.714549 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 7171:7265(94) ack 14136 win 65535
15:32:10.714680 IP hostvm-samba.microsoft-ds > ws0312.1040: P 14136:14175(39) ack 7265 win 10720
15:32:10.715313 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 7265:7363(98) ack 14175 win 65496
15:32:10.715383 IP hostvm-samba.microsoft-ds > ws0312.1040: P 14175:14214(39) ack 7363 win 10720
15:32:10.715962 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 7363:7457(94) ack 14214 win 65457
15:32:10.716036 IP hostvm-samba.microsoft-ds > ws0312.1040: P 14214:14253(39) ack 7457 win 10720
15:32:10.737274 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 7457:7563(106) ack 14253 win 65418
15:32:10.737363 IP hostvm-samba.microsoft-ds > ws0312.1040: P 14253:14292(39) ack 7563 win 10720
15:32:10.738372 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 7563:7669(106) ack 14292 win 65379
15:32:10.738454 IP hostvm-samba.microsoft-ds > ws0312.1040: P 14292:14331(39) ack 7669 win 10720
15:32:10.853040 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 7669:7712(43) ack 14331 win 65340
15:32:10.853177 IP hostvm-samba.microsoft-ds > ws0312.1040: P 14331:14374(43) ack 7712 win 10720
15:32:10.853637 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 7712:7751(39) ack 14374 win 65297
15:32:10.853758 IP hostvm-samba.microsoft-ds > ws0312.1040: P 14374:14413(39) ack 7751 win 10720
15:32:10.854286 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 7751:7845(94) ack 14413 win 65258
15:32:10.855632 IP hostvm-samba.microsoft-ds > ws0312.1040: P 14413:14473(60) ack 7845 win 10720
15:32:10.856135 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 7845:7949(104) ack 14473 win 65198
15:32:10.856290 IP hostvm-samba.microsoft-ds > ws0312.1040: P 14473:14612(139) ack 7949 win 10720
15:32:10.856782 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 7949:8089(140) ack 14612 win 65059
15:32:10.856959 IP hostvm-samba.microsoft-ds > ws0312.1040: P 14612:14663(51) ack 8089 win 11792
15:32:10.857430 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 8089:8152(63) ack 14663 win 65008
15:32:10.857472 IP hostvm-samba.microsoft-ds > ws0312.1040: P 14663:14794(131) ack 8152 win 11792
15:32:10.857979 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 8152:8310(158) ack 14794 win 64877
15:32:10.858175 IP hostvm-samba.microsoft-ds > ws0312.1040: P 14794:14934(140) ack 8310 win 12864
15:32:10.858628 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 8310:8355(45) ack 14934 win 64737
15:32:10.858683 IP hostvm-samba.microsoft-ds > ws0312.1040: P 14934:14973(39) ack 8355 win 12864
15:32:10.868917 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 8355:8459(104) ack 14973 win 64698
15:32:10.869031 IP hostvm-samba.microsoft-ds > ws0312.1040: P 14973:15112(139) ack 8459 win 12864
15:32:10.869516 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 8459:8599(140) ack 15112 win 64559
15:32:10.869593 IP hostvm-samba.microsoft-ds > ws0312.1040: P 15112:15163(51) ack 8599 win 13936
15:32:10.870065 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 8599:8662(63) ack 15163 win 64508
15:32:10.870132 IP hostvm-samba.microsoft-ds > ws0312.1040: P 15163:15294(131) ack 8662 win 13936
15:32:10.870614 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 8662:8820(158) ack 15294 win 64377
15:32:10.870708 IP hostvm-samba.microsoft-ds > ws0312.1040: P 15294:15434(140) ack 8820 win 15008
15:32:10.871163 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 8820:8865(45) ack 15434 win 64237
15:32:10.871268 IP hostvm-samba.microsoft-ds > ws0312.1040: P 15434:15473(39) ack 8865 win 15008
15:32:10.876161 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 8865:8979(114) ack 15473 win 64198
15:32:10.876266 IP hostvm-samba.microsoft-ds > ws0312.1040: P 15473:15612(139) ack 8979 win 15008
15:32:10.876804 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 8979:9042(63) ack 15612 win 65535
15:32:10.876874 IP hostvm-samba.microsoft-ds > ws0312.1040: P 15612:16515(903) ack 9042 win 15008
15:32:10.877403 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 9042:9105(63) ack 16515 win 64632
15:32:10.877470 IP hostvm-samba.microsoft-ds > ws0312.1040: P 16515:16578(63) ack 9105 win 15008
15:32:10.877952 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 9105:9150(45) ack 16578 win 64569
15:32:10.878029 IP hostvm-samba.microsoft-ds > ws0312.1040: P 16578:16617(39) ack 9150 win 15008
15:32:10.878497 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 9150:9264(114) ack 16617 win 64530
15:32:10.878566 IP hostvm-samba.microsoft-ds > ws0312.1040: P 16617:16756(139) ack 9264 win 15008
15:32:10.879046 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 9264:9327(63) ack 16756 win 64391
15:32:10.879091 IP hostvm-samba.microsoft-ds > ws0312.1040: P 16756:17657(901) ack 9327 win 15008
15:32:10.879645 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 9327:9390(63) ack 17657 win 65535
15:32:10.879688 IP hostvm-samba.microsoft-ds > ws0312.1040: P 17657:17720(63) ack 9390 win 15008
15:32:10.880143 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 9390:9435(45) ack 17720 win 65472
15:32:10.880195 IP hostvm-samba.microsoft-ds > ws0312.1040: P 17720:17759(39) ack 9435 win 15008
15:32:10.880692 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 9435:9549(114) ack 17759 win 65433
15:32:10.880799 IP hostvm-samba.microsoft-ds > ws0312.1040: P 17759:17898(139) ack 9549 win 15008
15:32:10.881242 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 9549:9625(76) ack 17898 win 65294
15:32:10.881293 IP hostvm-samba.microsoft-ds > ws0312.1040: P 17898:17970(72) ack 9625 win 15008
15:32:10.881741 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 9625:9701(76) ack 17970 win 65222
15:32:10.881790 IP hostvm-samba.microsoft-ds > ws0312.1040: P 17970:18058(88) ack 9701 win 15008
15:32:10.882240 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 9701:9777(76) ack 18058 win 65134
15:32:10.882288 IP hostvm-samba.microsoft-ds > ws0312.1040: P 18058:18146(88) ack 9777 win 15008
15:32:10.882739 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 9777:9840(63) ack 18146 win 65046
15:32:10.882788 IP hostvm-samba.microsoft-ds > ws0312.1040: P 18146:18210(64) ack 9840 win 15008
15:32:10.892126 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 9840:9961(121) ack 18210 win 64982
15:32:10.892336 IP hostvm-samba.microsoft-ds > ws0312.1040: P 18210:18261(51) ack 9961 win 15008
15:32:10.892824 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 9961:10006(45) ack 18261 win 64931
15:32:10.892877 IP hostvm-samba.microsoft-ds > ws0312.1040: P 18261:18300(39) ack 10006 win 15008
15:32:10.893422 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 10006:10120(114) ack 18300 win 64892
15:32:10.893494 IP hostvm-samba.microsoft-ds > ws0312.1040: P 18300:18439(139) ack 10120 win 15008
15:32:10.893971 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 10120:10183(63) ack 18439 win 64753
15:32:10.894014 IP hostvm-samba.microsoft-ds > ws0312.1040: P 18439:19266(827) ack 10183 win 15008
15:32:10.894520 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 10183:10246(63) ack 19266 win 65535
15:32:10.894604 IP hostvm-samba.microsoft-ds > ws0312.1040: P 19266:19329(63) ack 10246 win 15008
15:32:10.895068 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 10246:10291(45) ack 19329 win 65472
15:32:10.895118 IP hostvm-samba.microsoft-ds > ws0312.1040: P 19329:19368(39) ack 10291 win 15008
15:32:10.895667 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 10291:10389(98) ack 19368 win 65433
15:32:10.895790 IP hostvm-samba.microsoft-ds > ws0312.1040: P 19368:19407(39) ack 10389 win 15008
15:32:10.896316 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 10389:10483(94) ack 19407 win 65394
15:32:10.896463 IP hostvm-samba.microsoft-ds > ws0312.1040: P 19407:19446(39) ack 10483 win 15008
15:32:10.896965 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 10483:10581(98) ack 19446 win 65355
15:32:10.897035 IP hostvm-samba.microsoft-ds > ws0312.1040: P 19446:19485(39) ack 10581 win 15008
15:32:10.897564 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 10581:10675(94) ack 19485 win 65316
15:32:10.897637 IP hostvm-samba.microsoft-ds > ws0312.1040: P 19485:19524(39) ack 10675 win 15008
15:32:10.898663 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 10675:10789(114) ack 19524 win 65277
15:32:10.898736 IP hostvm-samba.microsoft-ds > ws0312.1040: P 19524:19663(139) ack 10789 win 15008
15:32:10.899269 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 10789:10865(76) ack 19663 win 65138
15:32:10.899420 IP hostvm-samba.microsoft-ds > ws0312.1040: P 19663:19751(88) ack 10865 win 15008
15:32:10.899763 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 10865:10941(76) ack 19751 win 65050
15:32:10.899812 IP hostvm-samba.microsoft-ds > ws0312.1040: P 19751:19839(88) ack 10941 win 15008
15:32:10.900261 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 10941:11004(63) ack 19839 win 64962
15:32:10.900305 IP hostvm-samba.microsoft-ds > ws0312.1040: P 19839:19903(64) ack 11004 win 15008
15:32:10.900860 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 11004:11102(98) ack 19903 win 64898
15:32:10.900973 IP hostvm-samba.microsoft-ds > ws0312.1040: P 19903:19942(39) ack 11102 win 15008
15:32:10.901509 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 11102:11196(94) ack 19942 win 64859
15:32:10.901638 IP hostvm-samba.microsoft-ds > ws0312.1040: P 19942:19981(39) ack 11196 win 15008
15:32:10.902459 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 11196:11294(98) ack 19981 win 64820
15:32:10.902531 IP hostvm-samba.microsoft-ds > ws0312.1040: P 19981:20020(39) ack 11294 win 15008
15:32:10.903056 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 11294:11388(94) ack 20020 win 64781
15:32:10.903131 IP hostvm-samba.microsoft-ds > ws0312.1040: P 20020:20059(39) ack 11388 win 15008
15:32:10.950784 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 11388:11494(106) ack 20059 win 64742
15:32:10.950911 IP hostvm-samba.microsoft-ds > ws0312.1040: P 20059:20098(39) ack 11494 win 15008
15:32:10.951826 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 11494:11600(106) ack 20098 win 64703
15:32:10.951913 IP hostvm-samba.microsoft-ds > ws0312.1040: P 20098:20137(39) ack 11600 win 15008
15:32:10.953673 IP ws0312.netbios-ns > hostvm-samba.netbios-ns: NBT UDP PACKET(137): QUERY; REQUEST; UNICAST
15:32:10.953748 IP hostvm-samba.netbios-ns > ws0312.netbios-ns: NBT UDP PACKET(137): QUERY; POSITIVE; RESPONSE; UNICAST
15:32:10.954224 IP ws0312.netbios-dgm > hostvm-samba.netbios-dgm: NBT UDP PACKET(138)
15:32:10.954268 IP hostvm-samba.netbios-dgm > ws0312.netbios-dgm: NBT UDP PACKET(138)
15:32:10.968902 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 11600:11840(240) ack 20137 win 64664
15:32:10.969001 IP hostvm-samba.microsoft-ds > ws0312.1040: P 20137:20395(258) ack 11840 win 16080
15:32:10.969600 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 11840:12098(258) ack 20395 win 64406
15:32:10.977398 IP hostvm-samba.microsoft-ds > ws0312.1040: P 20395:20499(104) ack 12098 win 17152
15:32:10.983431 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 12098:12192(94) ack 20499 win 64302
15:32:10.984681 IP hostvm-samba.microsoft-ds > ws0312.1040: P 20499:20559(60) ack 12192 win 17152
15:32:10.986570 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 12192:12310(118) ack 20559 win 64242
15:32:10.986853 IP hostvm-samba.microsoft-ds > ws0312.1040: P 20559:20643(84) ack 12310 win 17152
15:32:10.987418 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 12310:12353(43) ack 20643 win 64158
15:32:10.987459 IP hostvm-samba.microsoft-ds > ws0312.1040: P 20643:20686(43) ack 12353 win 17152
15:32:10.988167 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 12353:12392(39) ack 20686 win 64115
15:32:10.988221 IP hostvm-samba.microsoft-ds > ws0312.1040: P 20686:20725(39) ack 12392 win 17152
15:32:10.989713 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 12392:12496(104) ack 20725 win 64076
15:32:10.989791 IP hostvm-samba.microsoft-ds > ws0312.1040: P 20725:20864(139) ack 12496 win 17152
15:32:10.990926 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 12496:12636(140) ack 20864 win 65535
15:32:10.990984 IP hostvm-samba.microsoft-ds > ws0312.1040: P 20864:20915(51) ack 12636 win 18224
15:32:10.991570 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 12636:12699(63) ack 20915 win 65484
15:32:10.991613 IP hostvm-samba.microsoft-ds > ws0312.1040: P 20915:21046(131) ack 12699 win 18224
15:32:10.992163 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 12699:12857(158) ack 21046 win 65353
15:32:10.992238 IP hostvm-samba.microsoft-ds > ws0312.1040: P 21046:21186(140) ack 12857 win 19296
15:32:10.992962 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 12857:12902(45) ack 21186 win 65213
15:32:10.993017 IP hostvm-samba.microsoft-ds > ws0312.1040: P 21186:21225(39) ack 12902 win 19296
15:32:10.996057 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 12902:13026(124) ack 21225 win 65174
15:32:10.996140 IP hostvm-samba.microsoft-ds > ws0312.1040: P 21225:21276(51) ack 13026 win 19296
15:32:10.999255 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 13026:13096(70) ack 21276 win 65123
15:32:10.999302 IP hostvm-samba.microsoft-ds > ws0312.1040: P 21276:21327(51) ack 13096 win 19296
15:32:11.000153 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 13096:13190(94) ack 21327 win 65072
15:32:11.000201 IP hostvm-samba.microsoft-ds > ws0312.1040: P 21327:21378(51) ack 13190 win 19296
15:32:11.000852 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 13190:13260(70) ack 21378 win 65021
15:32:11.000898 IP hostvm-samba.microsoft-ds > ws0312.1040: P 21378:21429(51) ack 13260 win 19296
15:32:11.007738 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 13260:13305(45) ack 21429 win 64970
15:32:11.007794 IP hostvm-samba.microsoft-ds > ws0312.1040: P 21429:21468(39) ack 13305 win 19296
15:32:11.008886 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 13305:13419(114) ack 21468 win 64931
15:32:11.008967 IP hostvm-samba.microsoft-ds > ws0312.1040: P 21468:21607(139) ack 13419 win 19296
15:32:11.010734 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 13419:13482(63) ack 21607 win 64792
15:32:11.010779 IP hostvm-samba.microsoft-ds > ws0312.1040: P 21607:22360(753) ack 13482 win 19296
15:32:11.011433 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 13482:13545(63) ack 22360 win 65535
15:32:11.011476 IP hostvm-samba.microsoft-ds > ws0312.1040: P 22360:22423(63) ack 13545 win 19296
15:32:11.012081 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 13545:13590(45) ack 22423 win 65472
15:32:11.012132 IP hostvm-samba.microsoft-ds > ws0312.1040: P 22423:22462(39) ack 13590 win 19296
15:32:11.012830 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 13590:13688(98) ack 22462 win 65433
15:32:11.012957 IP hostvm-samba.microsoft-ds > ws0312.1040: P 22462:22501(39) ack 13688 win 19296
15:32:11.013929 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 13688:13782(94) ack 22501 win 65394
15:32:11.014061 IP hostvm-samba.microsoft-ds > ws0312.1040: P 22501:22540(39) ack 13782 win 19296
15:32:11.014975 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 13782:13880(98) ack 22540 win 65355
15:32:11.015047 IP hostvm-samba.microsoft-ds > ws0312.1040: P 22540:22579(39) ack 13880 win 19296
15:32:11.015676 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 13880:13974(94) ack 22579 win 65316
15:32:11.015751 IP hostvm-samba.microsoft-ds > ws0312.1040: P 22579:22618(39) ack 13974 win 19296
15:32:11.040034 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 13974:14088(114) ack 22618 win 65277
15:32:11.040153 IP hostvm-samba.microsoft-ds > ws0312.1040: P 22618:22757(139) ack 14088 win 19296
15:32:11.040783 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 14088:14164(76) ack 22757 win 65138
15:32:11.040834 IP hostvm-samba.microsoft-ds > ws0312.1040: P 22757:22845(88) ack 14164 win 19296
15:32:11.041382 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 14164:14240(76) ack 22845 win 65050
15:32:11.041430 IP hostvm-samba.microsoft-ds > ws0312.1040: P 22845:22933(88) ack 14240 win 19296
15:32:11.042480 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 14240:14303(63) ack 22933 win 64962
15:32:11.042526 IP hostvm-samba.microsoft-ds > ws0312.1040: P 22933:22997(64) ack 14303 win 19296
15:32:11.043328 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 14303:14401(98) ack 22997 win 64898
15:32:11.043440 IP hostvm-samba.microsoft-ds > ws0312.1040: P 22997:23036(39) ack 14401 win 19296
15:32:11.044377 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 14401:14495(94) ack 23036 win 64859
15:32:11.044548 IP hostvm-samba.microsoft-ds > ws0312.1040: P 23036:23075(39) ack 14495 win 19296
15:32:11.045476 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 14495:14593(98) ack 23075 win 64820
15:32:11.045548 IP hostvm-samba.microsoft-ds > ws0312.1040: P 23075:23114(39) ack 14593 win 19296
15:32:11.047074 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 14593:14687(94) ack 23114 win 64781
15:32:11.047149 IP hostvm-samba.microsoft-ds > ws0312.1040: P 23114:23153(39) ack 14687 win 19296
15:32:11.106938 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 14687:14889(202) ack 23153 win 64742
15:32:11.107060 IP hostvm-samba.microsoft-ds > ws0312.1040: P 23153:23192(39) ack 14889 win 20368
15:32:11.122073 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 14889:15037(148) ack 23192 win 64703
15:32:11.122149 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 15037:15163(126) ack 23192 win 64703
15:32:11.122266 IP hostvm-samba.microsoft-ds > ws0312.1040: P 23192:23231(39) ack 15163 win 21440
15:32:11.122378 IP hostvm-samba.microsoft-ds > ws0312.1040: P 23231:23282(51) ack 15163 win 21440
15:32:11.122802 IP ws0312.1040 > hostvm-samba.microsoft-ds: . ack 23282 win 64613
15:32:11.123701 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 15163:15296(133) ack 23282 win 64613
15:32:11.123748 IP hostvm-samba.microsoft-ds > ws0312.1040: P 23282:23333(51) ack 15296 win 22512
15:32:11.124151 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 15296:15444(148) ack 23282 win 64613
15:32:11.124233 IP hostvm-samba.microsoft-ds > ws0312.1040: P 23333:23372(39) ack 15444 win 23584
15:32:11.124492 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 15444:15570(126) ack 23333 win 64562
15:32:11.124549 IP hostvm-samba.microsoft-ds > ws0312.1040: P 23372:23423(51) ack 15570 win 23584
15:32:11.125449 IP ws0312.1040 > hostvm-samba.microsoft-ds: . ack 23423 win 64472
15:32:11.125644 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 15570:15640(70) ack 23423 win 64472
15:32:11.125689 IP hostvm-samba.microsoft-ds > ws0312.1040: P 23423:23474(51) ack 15640 win 23584
15:32:11.126445 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 15640:15758(118) ack 23474 win 64421
15:32:11.126493 IP hostvm-samba.microsoft-ds > ws0312.1040: P 23474:23525(51) ack 15758 win 23584
15:32:11.128143 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 15758:15854(96) ack 23525 win 64370
15:32:11.128213 IP hostvm-samba.microsoft-ds > ws0312.1040: P 23525:23576(51) ack 15854 win 23584
15:32:11.129629 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 15854:15990(136) ack 23576 win 64319
15:32:11.129679 IP hostvm-samba.microsoft-ds > ws0312.1040: P 23576:23627(51) ack 15990 win 24656
15:32:11.130692 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 15990:16060(70) ack 23627 win 64268
15:32:11.130739 IP hostvm-samba.microsoft-ds > ws0312.1040: P 23627:23678(51) ack 16060 win 24656
15:32:11.131590 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 16060:16190(130) ack 23678 win 64217
15:32:11.131637 IP hostvm-samba.microsoft-ds > ws0312.1040: P 23678:23729(51) ack 16190 win 25728
15:32:11.137779 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 16190:16330(140) ack 23729 win 64166
15:32:11.137865 IP hostvm-samba.microsoft-ds > ws0312.1040: P 23729:23768(39) ack 16330 win 26800
15:32:11.138329 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 16330:16400(70) ack 23729 win 64166
15:32:11.138376 IP hostvm-samba.microsoft-ds > ws0312.1040: P 23768:23819(51) ack 16400 win 26800
15:32:11.139277 IP ws0312.1040 > hostvm-samba.microsoft-ds: . ack 23819 win 64076
15:32:11.139723 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 16400:16522(122) ack 23819 win 64076
15:32:11.139768 IP hostvm-samba.microsoft-ds > ws0312.1040: P 23819:23870(51) ack 16522 win 26800
15:32:11.140323 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 16522:16646(124) ack 23870 win 65535
15:32:11.140370 IP hostvm-samba.microsoft-ds > ws0312.1040: P 23870:23921(51) ack 16646 win 26800
15:32:11.140871 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 16646:16768(122) ack 23921 win 65484
15:32:11.140918 IP hostvm-samba.microsoft-ds > ws0312.1040: P 23921:23972(51) ack 16768 win 26800
15:32:11.141370 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 16768:16838(70) ack 23972 win 65433
15:32:11.141417 IP hostvm-samba.microsoft-ds > ws0312.1040: P 23972:24023(51) ack 16838 win 26800
15:32:11.142219 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 16838:16957(119) ack 24023 win 65382
15:32:11.142266 IP hostvm-samba.microsoft-ds > ws0312.1040: P 24023:24074(51) ack 16957 win 26800
15:32:11.142768 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 16957:17077(120) ack 24074 win 65331
15:32:11.142816 IP hostvm-samba.microsoft-ds > ws0312.1040: P 24074:24125(51) ack 17077 win 26800
15:32:11.143927 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 17077:17198(121) ack 24125 win 65280
15:32:11.143974 IP hostvm-samba.microsoft-ds > ws0312.1040: P 24125:24176(51) ack 17198 win 26800
15:32:11.144319 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 17198:17338(140) ack 24125 win 65280
15:32:11.144398 IP hostvm-samba.microsoft-ds > ws0312.1040: P 24176:24215(39) ack 17338 win 27872
15:32:11.144817 IP ws0312.1040 > hostvm-samba.microsoft-ds: . ack 24215 win 65190
15:32:11.144860 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 17338:17432(94) ack 24215 win 65190
15:32:11.144907 IP hostvm-samba.microsoft-ds > ws0312.1040: P 24215:24266(51) ack 17432 win 27872
15:32:11.146662 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 17432:17502(70) ack 24266 win 65139
15:32:11.146710 IP hostvm-samba.microsoft-ds > ws0312.1040: P 24266:24317(51) ack 17502 win 27872
15:32:11.147112 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 17502:17614(112) ack 24266 win 65139
15:32:11.147197 IP hostvm-samba.microsoft-ds > ws0312.1040: P 24317:24356(39) ack 17614 win 27872
15:32:11.147611 IP ws0312.1040 > hostvm-samba.microsoft-ds: . ack 24356 win 65049
15:32:11.148260 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 17614:17726(112) ack 24356 win 65049
15:32:11.148338 IP hostvm-samba.microsoft-ds > ws0312.1040: P 24356:24395(39) ack 17726 win 27872
15:32:11.158950 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 17726:17838(112) ack 24395 win 65010
15:32:11.159037 IP hostvm-samba.microsoft-ds > ws0312.1040: P 24395:24434(39) ack 17838 win 27872
15:32:11.162890 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 17838:17950(112) ack 24434 win 64971
15:32:11.162971 IP hostvm-samba.microsoft-ds > ws0312.1040: P 24434:24473(39) ack 17950 win 27872
15:32:11.165532 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 17950:17995(45) ack 24473 win 64932
15:32:11.165578 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 17995:18127(132) ack 24473 win 64932
15:32:11.165636 IP hostvm-samba.microsoft-ds > ws0312.1040: P 24473:24512(39) ack 18127 win 28944
15:32:11.165733 IP hostvm-samba.microsoft-ds > ws0312.1040: P 24512:24551(39) ack 18127 win 28944
15:32:11.166081 IP ws0312.1040 > hostvm-samba.microsoft-ds: . ack 24551 win 64854
15:32:11.166780 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 18127:18239(112) ack 24551 win 64854
15:32:11.166859 IP hostvm-samba.microsoft-ds > ws0312.1040: P 24551:24590(39) ack 18239 win 28944
15:32:11.167335 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 18239:18371(132) ack 24590 win 64815
15:32:11.167377 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 18371:18483(112) ack 24590 win 64815
15:32:11.167457 IP hostvm-samba.microsoft-ds > ws0312.1040: P 24590:24629(39) ack 18483 win 30016
15:32:11.167553 IP hostvm-samba.microsoft-ds > ws0312.1040: P 24629:24668(39) ack 18483 win 30016
15:32:11.167631 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 18483:18597(114) ack 24590 win 64815
15:32:11.167711 IP hostvm-samba.microsoft-ds > ws0312.1040: P 24668:24807(139) ack 18597 win 30016
15:32:11.167880 IP ws0312.1040 > hostvm-samba.microsoft-ds: . ack 24668 win 64737
15:32:11.172283 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 18597:18660(63) ack 24807 win 64598
15:32:11.172328 IP hostvm-samba.microsoft-ds > ws0312.1040: P 24807:25486(679) ack 18660 win 30016
15:32:11.172978 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 18660:18723(63) ack 25486 win 65535
15:32:11.173024 IP hostvm-samba.microsoft-ds > ws0312.1040: P 25486:25549(63) ack 18723 win 30016
15:32:11.175026 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 18723:18819(96) ack 25549 win 65472
15:32:11.175223 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 18819:18864(45) ack 25549 win 65472
15:32:11.176475 IP hostvm-samba.microsoft-ds > ws0312.1040: P 25549:25615(66) ack 18864 win 30016
15:32:11.176544 IP hostvm-samba.microsoft-ds > ws0312.1040: P 25615:25654(39) ack 18864 win 30016
15:32:11.176822 IP ws0312.1040 > hostvm-samba.microsoft-ds: . ack 25654 win 65367
15:32:11.184362 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 18864:18966(102) ack 25654 win 65367
15:32:11.184451 IP hostvm-samba.microsoft-ds > ws0312.1040: P 25654:25693(39) ack 18966 win 30016
15:32:11.186209 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 18966:19080(114) ack 25693 win 65328
15:32:11.186306 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 19080:19176(96) ack 25693 win 65328
15:32:11.186368 IP hostvm-samba.microsoft-ds > ws0312.1040: P 25693:25832(139) ack 19176 win 30016
15:32:11.187478 IP hostvm-samba.microsoft-ds > ws0312.1040: P 25832:25898(66) ack 19176 win 30016
15:32:11.187799 IP ws0312.1040 > hostvm-samba.microsoft-ds: . ack 25898 win 65123
15:32:11.187851 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 19176:19326(150) ack 25898 win 65123
15:32:11.187943 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 19326:19428(102) ack 25898 win 65123
15:32:11.187993 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 19428:19491(63) ack 25898 win 65123
15:32:11.188051 IP hostvm-samba.microsoft-ds > ws0312.1040: P 25898:25937(39) ack 19491 win 31088
15:32:11.188151 IP hostvm-samba.microsoft-ds > ws0312.1040: P 25937:25976(39) ack 19491 win 31088
15:32:11.188208 IP hostvm-samba.microsoft-ds > ws0312.1040: P 25976:26654(678) ack 19491 win 31088
15:32:11.188498 IP ws0312.1040 > hostvm-samba.microsoft-ds: . ack 25976 win 65045
15:32:11.189442 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 19491:19554(63) ack 26654 win 64367
15:32:11.189486 IP hostvm-samba.microsoft-ds > ws0312.1040: P 26654:26717(63) ack 19554 win 31088
15:32:11.190544 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 19554:19704(150) ack 26717 win 64304
15:32:11.190554 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 19704:19806(102) ack 26717 win 64304
15:32:11.190640 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 19806:19851(45) ack 26717 win 64304
15:32:11.190681 IP hostvm-samba.microsoft-ds > ws0312.1040: P 26717:26756(39) ack 19851 win 32160
15:32:11.190778 IP hostvm-samba.microsoft-ds > ws0312.1040: P 26756:26795(39) ack 19851 win 32160
15:32:11.190843 IP hostvm-samba.microsoft-ds > ws0312.1040: P 26795:26834(39) ack 19851 win 32160
15:32:11.191094 IP ws0312.1040 > hostvm-samba.microsoft-ds: . ack 26795 win 64226
15:32:11.194222 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 19851:19965(114) ack 26834 win 64187
15:32:11.194233 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 19965:20067(102) ack 26834 win 64187
15:32:11.194324 IP hostvm-samba.microsoft-ds > ws0312.1040: P 26834:26973(139) ack 20067 win 32160
15:32:11.194428 IP hostvm-samba.microsoft-ds > ws0312.1040: P 26973:27012(39) ack 20067 win 32160
15:32:11.194837 IP ws0312.1040 > hostvm-samba.microsoft-ds: . ack 27012 win 65535
15:32:11.195690 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 20067:20130(63) ack 27012 win 65535
15:32:11.195740 IP hostvm-samba.microsoft-ds > ws0312.1040: P 27012:27689(677) ack 20130 win 32160
15:32:11.198931 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 20130:20193(63) ack 27689 win 64858
15:32:11.198989 IP hostvm-samba.microsoft-ds > ws0312.1040: P 27689:27752(63) ack 20193 win 32160
15:32:11.201828 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 20193:20238(45) ack 27752 win 64795
15:32:11.201885 IP hostvm-samba.microsoft-ds > ws0312.1040: P 27752:27791(39) ack 20238 win 32160
15:32:11.201931 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 20238:20340(102) ack 27752 win 64795
15:32:11.202021 IP hostvm-samba.microsoft-ds > ws0312.1040: P 27791:27830(39) ack 20340 win 32160
15:32:11.202332 IP ws0312.1040 > hostvm-samba.microsoft-ds: . ack 27830 win 64717
15:32:11.204670 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 20340:20442(102) ack 27830 win 64717
15:32:11.204753 IP hostvm-samba.microsoft-ds > ws0312.1040: P 27830:27869(39) ack 20442 win 32160
15:32:11.204930 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 20442:20556(114) ack 27830 win 64717
15:32:11.205005 IP hostvm-samba.microsoft-ds > ws0312.1040: P 27869:28008(139) ack 20556 win 32160
15:32:11.205228 IP ws0312.1040 > hostvm-samba.microsoft-ds: . ack 28008 win 64539
15:32:11.205868 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 20556:20619(63) ack 28008 win 64539
15:32:11.205911 IP hostvm-samba.microsoft-ds > ws0312.1040: P 28008:28666(658) ack 20619 win 32160
15:32:11.206419 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 20619:20682(63) ack 28666 win 65535
15:32:11.206465 IP hostvm-samba.microsoft-ds > ws0312.1040: P 28666:28729(63) ack 20682 win 32160
15:32:11.206968 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 20682:20727(45) ack 28729 win 65472
15:32:11.207022 IP hostvm-samba.microsoft-ds > ws0312.1040: P 28729:28768(39) ack 20727 win 32160
15:32:11.207967 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 20727:20841(114) ack 28768 win 65433
15:32:11.208038 IP hostvm-samba.microsoft-ds > ws0312.1040: P 28768:28907(139) ack 20841 win 32160
15:32:11.209064 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 20841:20904(63) ack 28907 win 65294
15:32:11.209131 IP hostvm-samba.microsoft-ds > ws0312.1040: P 28907:29546(639) ack 20904 win 32160
15:32:11.212861 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 20904:20967(63) ack 29546 win 64655
15:32:11.212906 IP hostvm-samba.microsoft-ds > ws0312.1040: P 29546:29609(63) ack 20967 win 32160
15:32:11.213508 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 20967:21012(45) ack 29609 win 64592
15:32:11.213561 IP hostvm-samba.microsoft-ds > ws0312.1040: P 29609:29648(39) ack 21012 win 32160
15:32:11.216552 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 21012:21126(114) ack 29648 win 64553
15:32:11.216624 IP hostvm-samba.microsoft-ds > ws0312.1040: P 29648:29787(139) ack 21126 win 32160
15:32:11.217152 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 21126:21189(63) ack 29787 win 64414
15:32:11.217198 IP hostvm-samba.microsoft-ds > ws0312.1040: P 29787:30407(620) ack 21189 win 32160
15:32:11.217701 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 21189:21252(63) ack 30407 win 65535
15:32:11.217746 IP hostvm-samba.microsoft-ds > ws0312.1040: P 30407:30470(63) ack 21252 win 32160
15:32:11.218249 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 21252:21297(45) ack 30470 win 65472
15:32:11.218310 IP hostvm-samba.microsoft-ds > ws0312.1040: P 30470:30509(39) ack 21297 win 32160
15:32:11.218799 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 21297:21411(114) ack 30509 win 65433
15:32:11.218869 IP hostvm-samba.microsoft-ds > ws0312.1040: P 30509:30648(139) ack 21411 win 32160
15:32:11.219348 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 21411:21474(63) ack 30648 win 65294
15:32:11.219394 IP hostvm-samba.microsoft-ds > ws0312.1040: P 30648:31266(618) ack 21474 win 32160
15:32:11.219897 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 21474:21537(63) ack 31266 win 64676
15:32:11.219941 IP hostvm-samba.microsoft-ds > ws0312.1040: P 31266:31329(63) ack 21537 win 32160
15:32:11.220447 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 21537:21582(45) ack 31329 win 64613
15:32:11.220499 IP hostvm-samba.microsoft-ds > ws0312.1040: P 31329:31368(39) ack 21582 win 32160
15:32:11.220995 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 21582:21696(114) ack 31368 win 64574
15:32:11.221065 IP hostvm-samba.microsoft-ds > ws0312.1040: P 31368:31507(139) ack 21696 win 32160
15:32:11.221594 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 21696:21759(63) ack 31507 win 64435
15:32:11.221639 IP hostvm-samba.microsoft-ds > ws0312.1040: P 31507:32115(608) ack 21759 win 32160
15:32:11.222143 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 21759:21822(63) ack 32115 win 65535
15:32:11.222187 IP hostvm-samba.microsoft-ds > ws0312.1040: P 32115:32178(63) ack 21822 win 32160
15:32:11.222692 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 21822:21867(45) ack 32178 win 65472
15:32:11.222744 IP hostvm-samba.microsoft-ds > ws0312.1040: P 32178:32217(39) ack 21867 win 32160
15:32:11.223341 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 21867:21981(114) ack 32217 win 65433
15:32:11.223410 IP hostvm-samba.microsoft-ds > ws0312.1040: P 32217:32356(139) ack 21981 win 32160
15:32:11.223890 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 21981:22044(63) ack 32356 win 65294
15:32:11.223935 IP hostvm-samba.microsoft-ds > ws0312.1040: P 32356:32947(591) ack 22044 win 32160
15:32:11.224439 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 22044:22107(63) ack 32947 win 64703
15:32:11.224521 IP hostvm-samba.microsoft-ds > ws0312.1040: P 32947:33010(63) ack 22107 win 32160
15:32:11.224989 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 22107:22152(45) ack 33010 win 64640
15:32:11.225041 IP hostvm-samba.microsoft-ds > ws0312.1040: P 33010:33049(39) ack 22152 win 32160
15:32:11.225538 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 22152:22266(114) ack 33049 win 64601
15:32:11.225607 IP hostvm-samba.microsoft-ds > ws0312.1040: P 33049:33188(139) ack 22266 win 32160
15:32:11.226087 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 22266:22329(63) ack 33188 win 64462
15:32:11.226132 IP hostvm-samba.microsoft-ds > ws0312.1040: P 33188:33777(589) ack 22329 win 32160
15:32:11.226636 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 22329:22392(63) ack 33777 win 65535
15:32:11.226697 IP hostvm-samba.microsoft-ds > ws0312.1040: P 33777:33840(63) ack 22392 win 32160
15:32:11.227285 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 22392:22437(45) ack 33840 win 65472
15:32:11.227338 IP hostvm-samba.microsoft-ds > ws0312.1040: P 33840:33879(39) ack 22437 win 32160
15:32:11.227884 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 22437:22551(114) ack 33879 win 65433
15:32:11.227954 IP hostvm-samba.microsoft-ds > ws0312.1040: P 33879:34018(139) ack 22551 win 32160
15:32:11.228484 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 22551:22614(63) ack 34018 win 65294
15:32:11.228530 IP hostvm-samba.microsoft-ds > ws0312.1040: P 34018:34572(554) ack 22614 win 32160
15:32:11.229033 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 22614:22677(63) ack 34572 win 64740
15:32:11.229076 IP hostvm-samba.microsoft-ds > ws0312.1040: P 34572:34635(63) ack 22677 win 32160
15:32:11.229831 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 22677:22722(45) ack 34635 win 64677
15:32:11.229884 IP hostvm-samba.microsoft-ds > ws0312.1040: P 34635:34674(39) ack 22722 win 32160
15:32:11.230381 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 22722:22834(112) ack 34674 win 64638
15:32:11.230454 IP hostvm-samba.microsoft-ds > ws0312.1040: P 34674:34866(192) ack 22834 win 32160
15:32:11.231080 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 22834:22948(114) ack 34866 win 64446
15:32:11.231152 IP hostvm-samba.microsoft-ds > ws0312.1040: P 34866:35005(139) ack 22948 win 32160
15:32:11.231679 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 22948:23011(63) ack 35005 win 64307
15:32:11.231724 IP hostvm-samba.microsoft-ds > ws0312.1040: P 35005:35517(512) ack 23011 win 32160
15:32:11.232177 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 23011:23074(63) ack 35517 win 65535
15:32:11.232221 IP hostvm-samba.microsoft-ds > ws0312.1040: P 35517:35580(63) ack 23074 win 32160
15:32:11.232727 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 23074:23119(45) ack 35580 win 65472
15:32:11.232779 IP hostvm-samba.microsoft-ds > ws0312.1040: P 35580:35619(39) ack 23119 win 32160
15:32:11.233375 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 23119:23231(112) ack 35619 win 65433
15:32:11.233439 IP hostvm-samba.microsoft-ds > ws0312.1040: P 35619:35811(192) ack 23231 win 32160
15:32:11.234025 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 23231:23347(116) ack 35811 win 65241
15:32:11.234131 IP hostvm-samba.microsoft-ds > ws0312.1040: P 35811:35950(139) ack 23347 win 32160
15:32:11.234621 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 23347:23423(76) ack 35950 win 65102
15:32:11.234675 IP hostvm-samba.microsoft-ds > ws0312.1040: P 35950:36022(72) ack 23423 win 32160
15:32:11.235421 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 23423:23663(240) ack 36022 win 65030
15:32:11.235502 IP hostvm-samba.microsoft-ds > ws0312.1040: P 36022:36280(258) ack 23663 win 33232
15:32:11.236071 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 23663:23921(258) ack 36280 win 64772
15:32:11.243747 IP hostvm-samba.microsoft-ds > ws0312.1040: P 36280:36384(104) ack 23921 win 34304
15:32:11.244958 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 23921:24015(94) ack 36384 win 64668
15:32:11.246243 IP hostvm-samba.microsoft-ds > ws0312.1040: P 36384:36444(60) ack 24015 win 34304
15:32:11.246659 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 24015:24135(120) ack 36444 win 64608
15:32:11.246711 IP hostvm-samba.microsoft-ds > ws0312.1040: P 36444:36483(39) ack 24135 win 34304
15:32:11.248252 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 24135:24247(112) ack 36483 win 64569
15:32:11.248346 IP hostvm-samba.microsoft-ds > ws0312.1040: P 36483:36675(192) ack 24247 win 34304
15:32:11.248901 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 24247:24323(76) ack 36675 win 64377
15:32:11.248955 IP hostvm-samba.microsoft-ds > ws0312.1040: P 36675:36763(88) ack 24323 win 34304
15:32:11.249600 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 24323:24399(76) ack 36763 win 64289
15:32:11.249651 IP hostvm-samba.microsoft-ds > ws0312.1040: P 36763:36851(88) ack 24399 win 34304
15:32:11.254143 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 24399:24444(45) ack 36851 win 64201
15:32:11.254198 IP hostvm-samba.microsoft-ds > ws0312.1040: P 36851:36890(39) ack 24444 win 34304
15:32:11.255040 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 24444:24560(116) ack 36890 win 64162
15:32:11.255114 IP hostvm-samba.microsoft-ds > ws0312.1040: P 36890:37029(139) ack 24560 win 34304
15:32:11.257636 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 24560:24623(63) ack 37029 win 65535
15:32:11.257683 IP hostvm-samba.microsoft-ds > ws0312.1040: P 37029:37198(169) ack 24623 win 34304
15:32:11.260682 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 24623:24686(63) ack 37198 win 65366
15:32:11.260726 IP hostvm-samba.microsoft-ds > ws0312.1040: P 37198:37261(63) ack 24686 win 34304
15:32:11.261980 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 24686:24731(45) ack 37261 win 65303
15:32:11.262032 IP hostvm-samba.microsoft-ds > ws0312.1040: P 37261:37300(39) ack 24731 win 34304
15:32:11.262728 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 24731:24847(116) ack 37300 win 65264
15:32:11.262798 IP hostvm-samba.microsoft-ds > ws0312.1040: P 37300:37439(139) ack 24847 win 34304
15:32:11.263377 IP ws0312.1040 > hostvm-samba.microsoft-ds: P 24847:24910(63) ack 37439 win 65125
15:32:11.263422 IP hostvm-samba.