Hi, Is there any way to use WireShark as a Protocol Analyzer only and disable the hability to "sniffing" the network? My idea is to relase the software for some engeneer people here but I don't want then to grab new data, only to analyze "already captured data" for Wireshark. Is that possible? asked 28 Jan '13, 08:39 Bonacordi edited 28 Jan '13, 10:07 |
2 Answers:
Don't install the actual traffic capture software, e.g. WinPCap for Windows. For other platforms you could either remove the capture software, e.g. lipcap on linux, or restrict their access to it. answered 28 Jan '13, 09:10 grahamb ♦ |
Based on your comments to grahamb regarding WinPcap, it looks like you're looking for a solution on the Windows platform. In that case, in theory you could compile and release your own installer without capture support, paying special attention to the following paragraph from
Unfortunately, just commenting out
So this looks like a bug that needs to be fixed first before this could be an option for you. answered 28 Jan '13, 10:45 cmaynard ♦♦ |
Hey Grahamb, thanks for your answer... just wondering how I will be able to do that since I found in the Install Guide - Cap 2.8 - Session 2.8.1.3. "Install WinPcap?" page that Wireshark installer contains the latest released WinPcap installer.
I couldn't test the install since I'm waiting a lab machine in order to test it in my company but I would like to ask, is this WinPcap like a checkbox during the install process?