snoop

RS232 serial snoop tools for protocol development / debugging

I develop a wide range of relatively simple firmware devices. Every one of these ends up talking to the PC (or another device) via the RS232 port in one way or another, so I spend a lot of time implementing and debugging their communication protocols. My most common use case is to snoop on a program running on my PC that is communicatin...

C#/WPF: ListView not updating (but when I check with Snoop, everything looks fine)

Hello, Does anyone know why my ListView with following Code is not working? I checked it out with Snoop and the ItemsSource seems to be fine (and when I start Snoop, the ListView displays me the MyViewModel.MyCollection, but when debugging with Visual Studio it shows me nothing?) Thank you! PS: MainWindow.xaml.cs has the DataContext = ...

Which Packet Capture Format is better?

I am writing an application to save the captured IP packets to file. Which of the following packet capture format is better suited for use as the file format? Click on the link for more information on each. Snoop (rfc1761) PCAP In addition, is there a C# library for any of the above format? ...

WPF: use Snoop on Windows launched from WinForms?

is it possible to get snoop to profile WPF Windows launched from WinForms app? ...

Snoop utility for WPF apps not working - does it support WPF 4?

I have a WPF 4 application running on XP. When I run snoop it picks up the application, however when I click on "snoop this application" nothing happens. Also when I click on the magnify glass nothing happens. Any ideas? ...

Snoop doesn't detect

I have Windows7 and Visual studio 2008. I've opened new Wpf Application and run it, and run Snoop and it didn't detect my wpf window. why ? I've tried the Refresh button - didn't help. ...

Max element count in WPF application for performance

Hi, In a WPF line of business application, at which point should I consider that the count of Elements, as seen in snoop, will noticebly hit performance. In Advanced WPF Application Performance, the speaker looks at an application with ~6400 elements and says : fairly heavy but not necessarly unusual. On my part I have an application ...

How can I debug network requests from my iPhone?

I want to check the network requests an app is making from my iPhone. It's on the same WiFi network as my computer (or if it makes things easier, I can set it up to use an ad-hoc network). I don't want to see every packet, just the URLs which my iPhone is requesting. I don't care about the returned data all that much. A simple solution ...

How to Snoop proof your wpf application?

Snoop allows you to look inside the application and change element properties. Its a great asset for developers, but can be a security issue in some cases, like when we have users who like to look in places where they shouldn't be looking. Is there a way to do something to block applications like Snoop from "snooping" your application? ...