Packet sniffer: Difference between revisions
Jump to navigation
Jump to search
m
no edit summary
mNo edit summary |
|||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
== | |||
== Software list == | |||
[http://www.donationcoder.com/Software/Mouser/urlsnooper/ URL Snooper] v.2.30.01 | |||
* live sniffer: ok | |||
* save as file: n/a | |||
* time stamp: n/a | |||
* license: free for perosnal usage | |||
[http://www.wireshark.org/ Wireshark] 1.6.8 | |||
* live sniffer: ok | |||
* save as file: ok | |||
* time stamp: ok | |||
* license: GNU General Public License version 2<ref>[https://www.wireshark.org/faq.html#_how_much_does_wireshark_cost How much does Wireshark cost?]</ref> | |||
== Case: try to find mp4 file == | |||
keyword filter at URL Snooper v.2.30.01 | keyword filter at URL Snooper v.2.30.01 | ||
* full request URI: ex: {{kbd | key=<nowiki>http://www.example.com/folder/file.mp4</nowiki>}} ok | * full request URI: ex: {{kbd | key=<nowiki>http://www.example.com/folder/file.mp4</nowiki>}} ok | ||
| Line 12: | Line 26: | ||
* wildcat: ex: {{kbd | key=http.request.uri matches "*.mp4" }} not work {{exclaim}} | * wildcat: ex: {{kbd | key=http.request.uri matches "*.mp4" }} not work {{exclaim}} | ||
== Reference == | |||
<references /> | |||
* [http://wiki.wireshark.org/DisplayFilters DisplayFilters - The Wireshark Wiki] | * [http://wiki.wireshark.org/DisplayFilters DisplayFilters - The Wireshark Wiki] | ||
* [http://www.wireshark.org/docs/man-pages/wireshark-filter.html wireshark-filter - The Wireshark Network Analyzer 1.5.0] | * [http://www.wireshark.org/docs/man-pages/wireshark-filter.html wireshark-filter - The Wireshark Network Analyzer 1.5.0] | ||