0

I have a project on DNS reflection prevention and I need somehow to capture incoming and outgoing packets in real time... I am working on Linux Debian 8.0... can you please tell me how to do that... I looked in many websites and watched many tutorials but they were confusing and didn't help at all.. could you please help me

Thank you

1 Answers1

0

You can use Wireshark for listening for network traffic and capturing the packets. A command-line version - T-shark can output structured XML, which you can store into the database using the programming language / tools of your choice.

Adam Michalik
  • 9,678
  • 13
  • 71
  • 102
  • You are welcome :) Hint for using StackOverflow: if you consider an answer helpful, you can upvote it by pressing the up arrow to the left of the answer. If you are the original poster (who asked the question), you can also mark the most helpful answer by accepting it with the big tick, also to the left of the answer. – Adam Michalik Oct 02 '15 at 06:30