Tagged Questions
The packet-capture tag has no wiki summary.
14
votes
4answers
807 views
Layered Service Provider in C#
I'm looking to write a LSP in C# to capture and re-direct UDP packets..
I have little experience with LSP's but I've heard they can do this sort of thing, please correct me if I'm wrong, but is this ...
14
votes
5answers
21k 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.
10
votes
2answers
14k views
Is there an extension like Tamperdata for Chrome?
I need to capture HTTP traffic in the browser. TamperData is an extension to track and modify http/https requests
I am aware of tools like Fiddler, but I am looking for an addon that runs inside the ...
5
votes
7answers
4k views
How do I hook the TCP stack in Windows to sniff and modify packets?
I'd like to write a packet sniffer and editor for Windows. I want to able to see the contents of all packets entering and leaving my system and possibly modify them. Any language is fine but I'd ...
4
votes
1answer
2k views
How to sniff iphone network data
I have recently been having problems with my app and I need to view the data being sent to and from my iPhone. I have read about Paros and downloaded it, but I don't know what information I need to ...
3
votes
1answer
143 views
How can I get a live view of the tcpdump from the Android emulator in Wireshark on OSX?
I currently need to debug the communications between my app and the server. I have been able to capture the packets by launching the emulator with the tcpdump switch:
%emulator -tcpdump emulator.cap ...
3
votes
2answers
94 views
library to capture particular protocol(s)?
I need to capture packets of particular protocol(s) as I do by WireShark(tshark) using display filter, but programmatically since I need to process them.
does wireshark have API/library interface?
...
3
votes
2answers
392 views
Perl packet crafting and injection module
Could someone provide if there are a perl packet crafting and injecting module that works on windows xp sp2 or windows vista ,
if not could someone provide which libraries i need to build such tool ?
3
votes
2answers
217 views
How do I Control a Device’s Embedded Control Software in C# using HTTP?
I have a piece of hardware with an embedded user control accessed by typing the device's IP Address into a web browser. The device is connected directly to my PC via x-over ethernet cable and static ...
3
votes
4answers
278 views
What's the BPF for HTTP?
The definition can be seen here.
The candidate answer may be tcp and dst port 80,but can tcp and dst port 80 guarantee it's HTTP traffic and includes all HTTP traffic?
It seems not,because some site ...
3
votes
4answers
967 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 ...
3
votes
4answers
643 views
Is there a utility for generating UDP and TCP packets from raw data in a file?
I am looking for a utility which can generate UDP or TCP packets from the raw data which I provide to it in a file. Certainly I have to provide the parameters for generating those packets like below:
...
3
votes
2answers
8k views
how to find the packet loss in Wireshark?
i need to test packetloss for FTP application.
i used wireshark packet sniffer and I got TCP Stream.
Help me how to find the packet loss using Wireshark.
Thanks in advance,
krishna
3
votes
4answers
6k views
vb.net - sending UDP data including hex
As a hobby i'm interesting programming a Ethernet connected LED sign to scroll messages across a screen.
But I'm having trouble making a UDP sender in VB .net (using 2008 currently)
Now the sign is ...
2
votes
2answers
37 views
Unicode HTTP Host: Header Field?
What does the Host: header look like for a Unicode domain. e.g. æon.com in the MOST STANDARD format (assuming RFC 5987? or is it something else?)?
I am developing a transparent proxy that will need ...
2
votes
1answer
51 views
802.11 header mismatch - pcap
I'm capturing wirless frames the first structure i'm using is
struct mgmt_header_t {
u_int16_t fc;
u_int16_t duration;
u_int8_t da[6];
u_int8_t sa[6];
u_int8_t ...
2
votes
1answer
163 views
tcpdump vs tcpflow (or “why isn't tcpdump ASCII packet data human readable?”)
I have used both, and I conclude that I can read html data from webpages with tcpflow but cannot do so with tcpdump. The best I get is some ugly ASCII text with lots of period symbols.
My ...
2
votes
2answers
787 views
Python Packet Sniffer
What Python module should I be using to sniff packets? I don't need anything too complex, I just need to get the data out of some packets being sent to my computer. I am using Python 2.6 and Windows ...
2
votes
2answers
642 views
Bluetooth sniffer - preferably mac osx
I am trying to find a bluetooth packet sniffer to capture bluetooth signals from close by devices. I would like for this application to work on mac osx. I have had difficulty finding anything at all ...
2
votes
2answers
680 views
Packet capture tools for Nokia N8 (symbian ^3) Phones
Are there any packet capture tools (like tcpdump and wireshark) for Nokia N8/ symbian ^3 phones! I am currently working on my thesis and have almost done with the application layer behavior using ...
2
votes
1answer
405 views
2
votes
3answers
704 views
How to export printable text only(or any other packet property) in wireshark
Long story short - I'm capturing SQLs from vendor tool to Oracle database by using Wireshark. It already has decoder for TNS protocol (which is great) and I can access text of SQL by
Right ...
2
votes
1answer
108 views
How to see what data a windows application send through my network?
I want to see what a application send to network and if is possible to edit or stop them. thanks ;)
2
votes
3answers
199 views
How do I programatically collect packets from passively sniffing?
I want to test the vulnerability of the server I just wrote against man in the middle attacks.
How (on Mac OS X) do I analyze packets. (I'll be checking where they are going, pulling information ...
2
votes
1answer
109 views
How to forward wireless packet to ethernet interface in windows? [closed]
How to forward wireless packet to ethernet interface in windows?
2
votes
5answers
863 views
Capture server-client communication with tcpdump
I wrote a simple server and client apps, where I can switch between TCP, DCCP and UDP protocols. The goal was to transfer a file from the one to the other and measure the traffic for each protocol, so ...
2
votes
2answers
556 views
SharpPcap - A Packet Capture problem to extact information from the packet
I'm using SharpPcap to capture packets.
I'm trying to get Traffic Class value and I'm using udp.ipv6.TrafficClass.ToString().
the problem that I'm getting this exception:
Object reference not set ...
2
votes
3answers
123 views
http sniffer not working in a LAN setting
I wrote a http sniffer program , first ran it in my standalone pc < fedora OS >, and it worked well. And when i tried this in a LAN setting < bus-LAN , fedora OS again > , and set the eth0 to ...
2
votes
3answers
377 views
which language is better for packet capturing and processing
I want to write a program that has 2 threads , one thread continuously captures packets from the network and dumps them in a buffer every t seconds and the other thread continuously reads this buffer ...
2
votes
2answers
1k views
Any good .net packet sniffers around?
I am looking for one to use from my c# application. Anyone knows a free one?
2
votes
4answers
2k views
IPv6 decoder for pcapy/impacket
I use the pcapy/impacket library to decode network packets in Python. It has an IP decoder which knows about the syntax of IPv4 packets but apparently no IPv6 decoder.
Does anyone get one?
In a ...
2
votes
4answers
3k views
Is there a Windows tool for capture and playback of modified UDP packets?
I'm looking for a tool (or a set of tools) for Windows that will perform the following:
Capture UDP packets from a specific network interface to a file.
Play a stream of packets from a file through ...
2
votes
3answers
2k views
Could anyone suggest a good packet sniffer class for c++?
Could anyone suggest a good packet sniffer class for c++? Looking for a easy insertable class I can use in my c++ program, nothing complicated.
2
votes
8answers
870 views
Best OS App for Outbound SMTP Packet Capture?
Okay, so this probably sounds terribly nefarious, but I need such capabilities for my senior project. Essentially I'm tasked with writing something that will cut down outbound spam on a zombified pc ...
1
vote
1answer
84 views
python / dpkt: Find out if packet is a tcp packet or a udp packet ,
I have a python scripts that captures the packets on the ethernet using dpkt, but how do i differentiate between which packets are tcp and which ones are for udp.
Eventually i would like to have a ...
1
vote
1answer
27 views
packet capture: can a packet with the FIN flag also have data?
I'm working on a packet capture program. Is it possible for an IP packet to have the FIN flag set but also have data?
1
vote
1answer
79 views
Processing wireless frames with pcap
I am working on a project that involves interacting with the data in 802.11 frames. I am using libpcap 1.0. I have written code from most of the tutorials on the website as well as online that i could ...
1
vote
1answer
93 views
How can I capture packets from a PPP interface with pypcap?
It's dpkt.ethernet.Ethernet(pkt) for an ethernet interface, what is it for the ppp0 interface?
1
vote
1answer
289 views
Packet modification with netfilter queue?
I'm currently trying to use codes with libnetfilter_queue in userspace to modify packets that were queued in the NFQUEUE target in iptables. However I have little idea as to how to go about doing it.
...
1
vote
1answer
46 views
Tracking connections and packets of a program
I hope this is quite a simple question.. I've got a compiled .exe program on windows, and I know that it connects to some php resource on some web server and fetch some data. They are just one or two ...
1
vote
1answer
352 views
Capturing packets on Windows 7
I am trying to capture all of transferred packets on a computer. My code works fine in Windows XP but it only captures outgoing packets on Windows 7 and cannot see incoming packets.
Here is a version ...
1
vote
2answers
844 views
Follow tcp stream - Where does field “Stream index” come from?
Wireshark has a that feature called "follow tcp stream", under the menu item "Analyze".
When I use it, a screen capture filter is generated, something like:
tcp.stream eq 1
Where does this ...
1
vote
1answer
260 views
PACKET DROPPED - Finding out which packets are dropped?
How do I print which packets are dropped by by the interface ???
I have an interface wherein RX packets are dropped , see below :
eth0 Link encap:Ethernet HWaddr DE:AD:BE:EF:42:46
...
1
vote
2answers
346 views
.net packet capture: pcap.net vs sharppcap
interested in any comments anyone has around the various .net tools which can be used for passive packet capture. In terms of winpcap the choice seems to be between pcap.net and sharppcap. Another ...
1
vote
2answers
447 views
Monitor traffic in Java
I'm messing around with a program to track my internet browsing habits and I'm trying to think of the best way to do it. I have some ideas but I'm not sure how feasible they are.
Somehow hook into ...
1
vote
1answer
289 views
Sending packet using libpcap speed limitation
I wrote a program that captures Ethernet packets from some NIC (i.e eth0) at high speed (about 1Gbps) and forward traffic using pcap_sendpacket() to another NIC (i.e eth1).
While the forwarder ...
1
vote
4answers
124 views
How does HTTP response relate to request?
I'm packet sniffing using jpcap, and I'm wondering how I can find out which request the response is for. The HTTP header fields don't even state the address of the server, and there are no ID's.
Do I ...
1
vote
2answers
397 views
linux editor similar to notepad++ for packet captures
I am looking for a very specific functionality which Notepad++ has in a linux text editor:
So you have a spiffy packet from tcpdump. Notepad++ allows you to easily strip away the left hex via ...
1
vote
1answer
570 views
extract payload from tcpflow output
Tcpflow outputs a bunch of files, many of which are HTTP responses from a web server. Inside, they contain HTTP headers, including Content-type: , and other important ones. I'm trying to write a ...
1
vote
2answers
300 views
Does libpcap get a copy of the packet?
Does libpcap get a copy of the packet or the actual packet?
By copy, I mean: the application using libpcap gets packet A, and the kernel also gets packet A.
By actual, I mean: only the application ...