Capture file locked for reading
Could you change the capture file to use deny writing only flag? Wireshark could be used live to read it...
Sorry if I'm too much in detail...
As I see it's a delphi app and if you don't want to play too much with API (I know that filestream.create with fmcreate does this...) you could simply have 2 steps, first create file with fmcreate and close, then open for write with deny write only.
Thanks for your efforts,
Gabriel
Could you change the capture file to use deny writing only flag? Wireshark could be used live to read it...
Sorry if I'm too much in detail...
As I see it's a delphi app and if you don't want to play too much with API (I know that filestream.create with fmcreate does this...) you could simply have 2 steps, first create file with fmcreate and close, then open for write with deny write only.
Thanks for your efforts,
Gabriel