0
votes
1answer
32 views
Detect H.323 by simple sniffing?
Is it possible to detect if a H.323 connection (phone call) is up by simple sniffing traffic on an adjacent node?
2
votes
1answer
59 views
Serial / Com Port monitor for Windows x64
Can anyone recommend any good Com port monitor tools, like Portmon, which also work on Windows x64? Ideally something open source / freeware would be good.
0
votes
0answers
33 views
How to capture HTTP packet with SharpPcap
Hi all,
I would like to capture all incoming HTTP packets of my machine. To do that I'm using SharpPcap which is a WinPcap wrapper.
SharpPcap works very well but it captures TCP packets and this is …
3
votes
6answers
455 views
Sniffing traffic between a Flex app and ColdFusion backend
What is a good strategy for sniffing/tracing function calls between a Flex application and a ColdFusion-based backend running on ColdFusion server? I understand they use AMF protocol.
I'm used to …
0
votes
2answers
145 views
Sniffing LPT Traffic
I need to intercept LPT output traffic. After a couple of hours of research, I've come to understand that the only way to do this is by writing a kernel-mode driver, more precisely a "filter …
0
votes
0answers
89 views
How to intercept/sniff all tcp/udp network traffic for specific application?
Hello.
Basically, I want to know how can I intercept/sniff all tcp/udp network traffic for some specific application like the tunneling applications do? For example ProxyCap allows to tunnel all …
0
votes
2answers
149 views
network monitoring on windows mobile 6
Hi there
I am currently trying to write a network monitoring software for windows mobile 6. I googled a lot and some people say that it is not possible to use a NDIS driver or WinPcap or so for …
1
vote
3answers
239 views
Packet Sniffing using Raw Sockets in linux in c
I need to write packet sniffer in Linux that detect http packet that send and save the url that request .
I see code in security-freak
and run related code . This code run and only sniff received …
2
votes
4answers
247 views
Are there any HTTP/HTTPS interception tools like Fiddler for mac os X?
Hi all,
I would want to ask you if you know any application like fiddler but for mac os x , i need to debug some requests from google earth in mac os x. i used to do it with fiddler on windows but …
1
vote
2answers
368 views
iPhone and WireShark
How can I sniff packets from my iPhone on my network? can someone give me some instructions? I tried Googling, but nothing teaches how to sniff iPhone packets、
I am on windows.
3
votes
4answers
182 views
Sniffing/capturing all traffic between Apache and Weblogic on Solaris
We have an application where an embedded device talks to weblogic via Apache. Weblogic and Apache are on the same Solaris server, and we are using the weblogic module for Apache.
The communication …
1
vote
1answer
378 views
Modem connected via USB: sniffing of “AT commands” possible?
Hi guys, can somebody confirm if I can use USB sniffing to capture the "AT commands" sent to an HSDPA modem from an external application?
5
votes
1answer
66 views
jQuery.browser is deprecated, but how do you use .support?
On my web page, I have this CSS:
tr:hover {
background-color: #f0f;
}
Which works nicely in all browsers except for good ole IE. I know that I can just write some jQuery to add and remove a …
2
votes
5answers
218 views
Free tools for local HTTP packet sniffing/intercepting?
I'm currently using HTTP Analyzer V5 trial version which expires very soon.
Are there any [good] free tools for sniffing and inspecting the contents of HTTP packets, in a similar way to the above …
0
votes
3answers
62 views
How to determine what URL a closed source piece of software is connecting to? (OSX)
Usually I'd use Wireshark, but is there a really super quick way to determine what URL an app is pulling data from? I need to whitelist the host so that it works through a proxy server, as the app …
