wireshark入門 (2014版)

59
Wireshark 入入 (1) 入入入入入入入 入入入入入入入入入入入入 2014/10/31 入入入 hebikuzure

Upload: akira-murachi

Post on 18-Jun-2015

14.535 views

Category:

Technology


3 download

DESCRIPTION

2014年10月31日開催「ネットワーク パケットを読む会 (仮)」でのセッション「いま改めて Wireshark 入門」の発表スライドです。 Wireshark の利用方法について、インストールから初期設定、パケットキャプチャの開始とフィルタリングまで解説しています。

TRANSCRIPT

  • 1. 2014/10/31 hebikuzure

2. Wireshark http://www.oreilly.co.jp/books/9784873113517/ ISBN978-4-87311-351-7() 2014/10/312 3. http://www.wireshark.org/() 2014/10/313 4. Windows WinPcap () 2014/10/314 5. WinPcap 4.1 NPF [] HKLMSYSTEMCurrentControlSetservicesNPFStart 0x1 : SERVICE_SYSTEM_START 0x2 : SERVICE_AUTO_START 0x3 : SERVICE_DEMAND_START() 2014/10/315 6. How To Set Up a Capturehttp://wiki.wireshark.org/CaptureSetupSecurityhttp://wiki.wireshark.org/SecurityPlatform-Specific information aboutcapture privilegeshttp://wiki.wireshark.org/CaptureSetup/CapturePrivileges() 2014/10/316 7. () 2014/10/317 8. () 2014/10/318 9. () 2014/10/319 10. Layout Columns Font and Colors() 2014/10/3110 11. () 2014/10/3111 12. Update list of packets in real time Automatic scrolling in live capture () 2014/10/3112 13. () 2014/10/3113 14. /[Filter:] () 2014/10/3114 15. () 2014/10/3115 16. MAC DNS () 2014/10/3116 17. () 2014/10/3117 18. Plain Text Postscript () 2014/10/3118 19. Wireshark () 2014/10/3119 20. () 2014/10/3120 21. Reassemble HTTP bodies spanningmultiple TCP segments HTTP Body () 2014/10/3121 22. () 2014/10/3122 23. "Validate the TCP Checksum if possible""Checksum Error" TCP Checksum Offload Wireshark Checksum () 2014/10/3123 24. () 2014/10/3124 25. [Options] "Capture Options" () 2014/10/3125 26. () 2014/10/3126 27. () 2014/10/3127 28. Interface List Capture Options () 2014/10/3128 29. () 2014/10/3129 30. () 2014/10/3130 31. +/- /() 2014/10/3131 32. tsharkdumpcap tcpdumpWinDump () 2014/10/3132 33. [Edit] -> [Find Packet]() 2014/10/3133 34. -> [Mark Packet]Ctrl + M() 2014/10/3134 35. () 2014/10/3135 36. [Time Display Format] [Second SinceBeginning of Capture] [Edit] -> [Set Time Reference] (Ctrl + T) () 2014/10/3136 37. [Seconds Since Previous CapturedPacket] [Seconds Since Previous displayedPacket] () 2014/10/3137 38. () 2014/10/3138 39. () 2014/10/3139 40. () 2014/10/3140 41. [not] primitive [and|or [not] primitive ...] notandor tcp port 23 and host 10.0.0.5 tcp port 23 and not src host 10.0.0.5 () 2014/10/3141 42. () 2014/10/3142 43. "Expression" () 2014/10/3143 44. == (eq) : != (ne) : > (gt) : < (lt) : >= (ge) :