I'm not sure how this is different than
the last time you asked this question, but my answers would be pretty much the same.
1) Buffer the data in a RAM buffer (this is required)
2) Write a function to put data into the buffer
3) Call this wherever tcpdump writes the data
4) Write another function to use ADO to write the buffer to disk
5) Run the Buffer to SQL function in an asynchronous thread.
-PatP