Is there any software sniffer which is able to capture physical layer?

link|improve this question
1  
No, but there's hardware, such as an oscilloscope or logic analyser! I think you need to clarify what you are trying to do. – Linker3000 Oct 18 '10 at 18:06
As comments are saying, you aren't making too much sense. Can you give us some more detail on what you're trying to do? – Shinrai Oct 18 '10 at 21:16
feedback

migrated from stackoverflow.com Oct 18 '10 at 15:52

This question came from our site for professional and enthusiast programmers.

closed as not a real question by harrymc, random Oct 18 '10 at 23:22

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. See the FAQ for guidance on how to improve it.

1 Answer

Have you tried wireshark?

link|improve this answer
IIRC Wireshark can only work on the data link layer and up. – Brian Rasmussen Oct 18 '10 at 10:36
It seems that wireshark doesn't catch https. I need to ensure that my https wcf endpoint is encrypted. – Anonymous Oct 18 '10 at 10:37
1  
@user479172: HTTPS isn't part of the physical layer. Perhaps you should state what you're trying to accomplish. – Brian Rasmussen Oct 18 '10 at 10:43
feedback