1

I want to capture network traffic from my playstation. It is connected to my wireless network. For some reason Ethereal (now WireShark) isn't letting my use my wireless card to see traffic.

Is it a driver issue? Do I need a different wireless card? Even if it did work would I be able to accomplish my goal like this? Can I use a wired connection to get the packets being sen

1
  • We can't tell you any answers if you don't tell us the full question. What is your current wireless card? What drivers? Are you getting any errors?
    – user1931
    Commented Dec 1, 2010 at 23:12

1 Answer 1

4

This is most likely down to the limitation of either the driver of the wireless card or most likely the wireless card itself. When I need to do this sort of thing, I use my wireless USB card.

If Wireshark simply cannot access the card, this is why. If however you can access it but just can't see any data, try changing the wireless mode to open / non password as some advanced types of encryption do not easily allow for spying on connections.

Lastly, an alternate solution may be (if it is a standard/ssl web request), to use Fiddler and then put the ip of your machine as the Play Station's gateway and intercept that way.

1
  • I will give it a try - thanks. I will also try out my usb wireless card and see if it shows up.
    – Jason
    Commented Dec 2, 2010 at 14:59

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .