Tagged Questions

1
vote
3answers
179 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 on …
1
vote
2answers
229 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.
0
votes
0answers
41 views

Wireshark does not see interfaces (winXP) [closed]

Short story: Wireshark is working....on my winXP-32b ... usage .... Long long time later Wireshark does not work It can't find any usefull interface (just VPN) ipconfig /all …
1
vote
3answers
144 views

Sniffer for localhost (Windows OS)

I am looking for a sniffer that can work with the loopback address in Windows. So far, I found Microsoft Network Monitor which is a nice tool, but for localhost it's useless becau …
1
vote
2answers
116 views

Convert C# DateTime object to libpcap capture file timestamp

Hi there Call me a noob, but i am stuck in converting a DateTime object to a timestamp for the libpcap capture file format (is also used by wireshark, file format definitiom here: …
0
votes
4answers
426 views

Winpcap - Having troubles sending data

I'm using Tamir's SharpPCap to try to send data to my msn. Currently, for testing purposes, my idea is to wait for any msg received by mymsn@msn.com and then send the packet itse …
0
votes
1answer
243 views

Winpcap simple question - how to send packets to a specified ip/port?

I read the tutorials and so, but I am not getting it. It does let you send packets, but how can you tell Winpcap where to send those packets? Is there any header I should put on th …
2
votes
2answers
149 views

Any good .net packet sniffers around?

I am looking for one to use from my c# application. Anyone knows a free one?
0
votes
0answers
243 views

Understanding of TCP Stream graph in wireshark?

Hi, After the capture has been over in wireshark it generates the Stream graph of all the packets which captured. i tested for my FTP Application.i need to know the throughput …
1
vote
1answer
187 views

Can WinPcap be used to capture network traffic per process?

On Windows I am loading a DLL and running it. The DLL performs a lot of network activities. Now I need to monitor which url and hosts the DLL connects to. I think using a packet sn …
2
votes
6answers
350 views

Deciphering Encoding: Packet Analyzation Tools

I am looking for better tools than wireshark for this. The problem with wireshark is that it does not format the data layer (which is the only part I am looking at) cleanly for me …