From 72fa2c81488c8dedeff855f8bcec9cc849ecc951 Mon Sep 17 00:00:00 2001 From: joeren Date: Fri, 19 Sep 2014 08:45:52 +0800 Subject: [PATCH] Update 20140915 Linux FAQs with Answers--How to capture TCP SYN, ACK and FIN packets with tcpdump.md --- ...How to capture TCP SYN, ACK and FIN packets with tcpdump.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sources/tech/20140915 Linux FAQs with Answers--How to capture TCP SYN, ACK and FIN packets with tcpdump.md b/sources/tech/20140915 Linux FAQs with Answers--How to capture TCP SYN, ACK and FIN packets with tcpdump.md index 2532917c47..c0115605ec 100644 --- a/sources/tech/20140915 Linux FAQs with Answers--How to capture TCP SYN, ACK and FIN packets with tcpdump.md +++ b/sources/tech/20140915 Linux FAQs with Answers--How to capture TCP SYN, ACK and FIN packets with tcpdump.md @@ -1,3 +1,4 @@ +Translating by GOLinux ... Linux FAQs with Answers--How to capture TCP SYN, ACK and FIN packets with tcpdump ================================================================================ > **Question**: I want to monitor TCP connection dynamics (e.g., three-way handshake for connection establishment, and four-way handshake for connection tear-down). For that, I need to capture only TCP control packets such as those with SYN, ACK or FIN flag set. How can I use tcpdump to capture TCP SYN, ACK, and/or FYN packets only? @@ -38,4 +39,4 @@ via: http://ask.xmodulo.com/capture-tcp-syn-ack-fin-packets-tcpdump.html 译者:[译者ID](https://github.com/译者ID) 校对:[校对者ID](https://github.com/校对者ID) -本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创翻译,[Linux中国](http://linux.cn/) 荣誉推出 \ No newline at end of file +本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创翻译,[Linux中国](http://linux.cn/) 荣誉推出