Hello, I am building HTTP analyzer (based on captured data) and I need to get access to HTTP fields. How to put this data to MySQL? I can parse XML, so XML is also fine. Wireshark has an excellent ability to divide raw data into HTTP headers. Is there any kind of API to perform same but with function calls. Thank you. asked 10 Dec '13, 22:38 TigranTsat |
One Answer:
Please click on the tag 'database' in your question and then read the answers to the other questions that show up. Most of them are similar to your question. Regards answered 11 Dec '13, 05:46 Kurt Knochner ♦ |