Tagged Questions

Wireshark is a network protocol analyzer.

learn more… | top users | synonyms

15
votes
8answers
25k views

How do you monitor network traffic on the iPhone?

We are looking for a Wireshark-like tool to use on the iPhone to test a 3rd party application before partnering with the 3rd party. Any suggestions?
9
votes
6answers
14k views

What is a TCP window update?

I'm making my own custom server software for a game in Java (the game and original server software were written with Java). There isn't any protocol documentation available, so I am having to read the ...
8
votes
6answers
3k views

How do I monitor all incoming http requests?

I need to monitor my application from incoming http post and get requestf originating from outside and sometimes inside the machine. Is this possible? Been using fiddler but this only does outgoing ...
8
votes
4answers
3k views

Wireshark vs Firebug vs Fiddler - pros and cons?

Recently I came across an issue where a cgi application is not responding : symptom is Firefox displays "Transferring data from localhost..." but the thing is I cannot see any traffic from Firebug's ...
8
votes
7answers
2k views

Is there an API for Wireshark, to develop programs/plugins that interact with it/enhance it?

Googling didn't give me great results. Is there any sort of API for Wireshark that abstracts away from the main source code so we can develop programs that interact with it and deal with the data it ...
6
votes
4answers
1k views

How to throttle network traffic for environment simulation? [closed]

I'm trying to test an application that uses a database connection. What I would like to do is throttling the bandwith to, say, 1 MBit or such to get a better feeling for the application under ...
6
votes
2answers
2k views

How can I decode SQL Server traffic with wireshark?

I can capture the packets using wireshark, but I can't decode the stream into anything intelligible. This bug suggests that maybe this isn't possible in SQL Server 2005 or newer... ...
6
votes
3answers
4k views

wireshark - filter by process/pid

Like the question says, is there a way to filter/follow a tcp/ssl stream based on a particular process ID?
4
votes
3answers
975 views

Complete reconstruction of TCP Session (HTML pages) from WireShark pcaps, any tools for this?

I wonder if there is a way in wireshark to reconstruct a complete TCP Session (HTML page(s)) if we have wireshark pcaps. That is, can wireshark do that or is there any tool around that can do the ...
4
votes
5answers
4k views

Monitor network activity in Android Phones

HI everyone, I would like to monitor network traffic of my Android Phone. I was thinking using tcpdump for Android, but I'm not sure If I have to cross-compile for the phone. Another question is the ...
4
votes
2answers
461 views

How to improve workflow for creating a Lua-based Wireshark dissector

I've finally created a Dissector for my UDP protocol in Lua for Wireshark, but the work flow is just horrendous. It consists of editing my custom Lua file in my editor, then double-clicking my example ...
4
votes
1answer
658 views

Wireshark Dissector: How to Identify Missing UDP Frames?

How do you identify missing UDP frames in a custom Wireshark dissector? I have written a custom dissector for the CQS feed (reference page). One of our servers gaps when receiving this feed. ...
4
votes
3answers
358 views

Read the information my computer is sending on an ssl connection

I would like to read the information a java application in firefox is sending to a website over an ssl connection. I am using WireShark, and I believe that if I can somehow tell tell wireshark what ...
4
votes
2answers
3k views

how do you decrypt SSH .pcap file that uses Diffie Hellman ecryption. With public and private keys

how do you decrypt SSH .pcap file that uses Diffie Hellman ecryption. With public and private keys. We are trying through Wireshark with no luck. please advise.
4
votes
5answers
4k views

How to concatenate two tcpdump files (pcap files)

How to concatenate two tcpdump files, so that one traffic will appear after another in the file? To be concrete I want to "multiply" one tcpdump file, so that all the sessions will be repeated one ...
4
votes
1answer
4k views

What are some good Wireshark tutorials?

I'm trying to understand how to use Wireshark right now, but the official manual isn't a fun read at all when starting out. Its too detailed, and the details are going right over my head because of ...
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
3answers
369 views

How can I configure Wireshark to see HTTPS traffic?

I'm testing an iOS application and I just want to see when HTTPS traffic is sent. I'm not interested in the contents of the traffic. How can I configure Wireshark to do this? This is just to verify ...
3
votes
1answer
182 views

Python Subprocess adds extra quotes to my shell arguments

Expected Behavior Under normal circumstances, I can issue tshark -E separator='@' under linuxSee Note A and force it to display fields separated by @, as shown below... [mpenning@hotcoffee ~]$ ...
3
votes
6answers
1k views

Sniff POST variables through HTTPS

I am trying to reverse engineer a script so I can submit a form using Mechanize. The form is using some weird Javascript form upload script that I just can't seem to understand. So I was thinking I ...
3
votes
1answer
728 views

How to write PCAP capture file header?

Without using libpcap I am trying to write a log file that adheres to the pcap file format (format). This file needs to be readable by WireShark. So far I've written this in C++: struct ...
3
votes
1answer
986 views

Wireshark Plugin: Dissecting Payloads With Multiple Packets Per UDP Frame

I am writing a Wireshark plugin to dissect a protocol that places multiple application-level packets in a single UDP frame. There is no enclosing protocol that indicates how many packets there are in ...
3
votes
3answers
2k views

Is there a way to programatically export files using Wireshark's facilities?

I am trying to automate a repetitive manual process for which I use WireShark: 1) Load a given pcap file 2) Apply a simple filter for a given protocol 3) Use the export dialog box to export the ...
3
votes
2answers
524 views

How do I go about reverse engineering a UDP-based custom game protocol with nothing other than Wireshark?

How do I go about reverse engineering a UDP-based custom game protocol with nothing other than Wireshark? I can log a bunch of traffic, but then what? My goal is to write a dissector plugin for ...
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
2
votes
1answer
58 views

Why do I have header checksum erro in AutoIt UDP protocol?

I am using standart UDP function of AutoIt. I tested and dumped UDP packets to loopback interface 127.0.0.1 (send udp packets to myself). I captured it with RawCap, then opened in Wireshark. It showed ...
2
votes
1answer
61 views

Why doesn't wireshark detect my interface?

I just installed Wireshark, but when I click capture > interfaces, the dialog box appears, but it does not contain my network interface. When click on capture > interfaces it appears as in the ...
2
votes
1answer
24 views

Debugging missed broadcast datagrams, which show up in wireshark, but not in C# app?

I have two machines A1 and A2, both of which are running the same embedded code, which broadcast packets. The third machine, B3, is a Windows XP box running a C# (.NET 4.0) app, which listens for ...
2
votes
2answers
129 views

UDP data not read correctly (delayed)

I have a server running on a Windows 7 desktop PC, and a client running on a Windows XP Lenovo laptop. The following keeps happening in a loop: The client is broadcasting UDP packets containing ...
2
votes
1answer
100 views

Is there a function in Wireshark which I can use to decode packets in a memory buffer rather than a capture file?

I have been reading the docs that come with Wireshark along with analyzing the source to figure out if there is a function or collection of functions in Wireshark which would allow me to pass a buffer ...
2
votes
2answers
120 views

Networking issue from java ServerSocket to iphone (only on 3g mode)

I am experiencing weird behavior: I have a server, based on a java ServerSocket that serves TCP request that are send from iPhone device. I have noticed that when I use the iPhone is connected via ...
2
votes
1answer
734 views

Writing a wireshark dissector in lua and setting it on a dynamic port

I have a client server protocol that works the following way. Client sends udp broadcast with servers id (to a fixed port). Server receives the datagram and if its matches his id he sends the client ...
2
votes
4answers
313 views

examples of protocols using UDP initially followed by TCP

Hey SO, What examples do you know - of protocols initially "handshaking" in UDP, then "conversing" in TCP. I know there are heaps, I just can't seem to think of any right now. Specifically, I'm ...
2
votes
2answers
931 views

wireshark localhost traffic capture

I wrote a simple server app in C which runs on localhost. How to caputure localhost traffic using wireshark?
2
votes
1answer
260 views

What ports are open on xbox? Will it respond to pings/TCP connection?

I'm trying to write an application to shut down my pc when I shutdown my xbox. The issue I'm having is my xbox dosent seem to respond to pings. I downloaded a port scanning tool and that didn't find ...
2
votes
3answers
287 views

Wireshark Related : Option to take packet and modify contents

Is there any option to capture a packet eg(Http) , modify certains aspects of it (Checksum-validate False to True ) and resend it using Wireshark ?
2
votes
1answer
545 views

pcap_loop and pcap_dispatch Difference

What exactly is the difference between pcap_loop and pcap_dispatch?
2
votes
1answer
652 views

How can I add a custom protocol analyzer to wireshark?

I have a custom protocol that I'm looking at in wireshark. I thought it'd be useful if wireshark could disect it for me so that I don't have to decode the hex. Although I'm doing this in my program ...
2
votes
3answers
707 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
2answers
505 views

Is there a way to view wireshark .pcap files in Fiddler?

Is there a way to convert wireshark .pcap files to a format that fiddler understands? Every so often we get network traces generated from wireshark in .pcap files. Most of the time the traces ...
2
votes
3answers
538 views

How do you test a Wireshark dissector?

When you write a dissector for Wireshark, how do you test it? Looking for the visual output in the UI is not sufficient for a none-trivial protocol. Is there a good way for unit testing of the ...
2
votes
2answers
3k views

How to filter by IP address in Wireshark?

I tried dst==192.168.1.101 but only get : Neither "dst" nor "192.168.1.101" are field or protocol names. The following display filter isn't a valid display filter: dst==192.168.1.101
2
votes
2answers
575 views

How does an application like Wireshark work?

Im am wondering how wireshark functions. What would be the design of an application that could listen to the traffic on all ports of a given machine? What is the kind of overheard that such an ...
2
votes
1answer
362 views

How to remove Ethernet layer from a pcap file?

I have a pcap captured with Wireshark. Is there any function in Wireshark that will strip Ethernet layer from the result? Or any command line tool to do it?
2
votes
1answer
245 views

Monitoring tools accuracy - Debugging application latency

we are having latency issues in one of our network application. Most of the time requests are being handled within 100ms. But sometime it can take up to a few seconds for no apparent reason. So I ...
2
votes
2answers
1k views

Fiddler and Windows Phone 7 emulator - redirect to proxy

I am just curious - did anyone got Fiddler to work with Windows Phone 7 emulator (RTW build)? When I try working with Fiddler, I am getting a WebException when working with HttpWebRequest insances - ...
2
votes
1answer
249 views

pcap_dump file not opened y Wireshark

I am trying to save the output of this file in libpcap format and although the file does get saved and the right data is written into it, Wireshark is unable to open it. Anyone see what I am missing ...
2
votes
1answer
44 views

How to write a server using existing version and wireshark?

I decided to improve my knowledge about python network programming and here is the deal: I have a simple server for Windows, which interacts with a client from a mobile device using wi-fi. Also I have ...
2
votes
3answers
2k views

Building a webserver, client doesn't acknowledge HTTP 200 OK frame

I'm building my own webserver based on a tutorial. I have found a simple way to initiate a TCP connection and send one segment of http data (the webserver will run on a microcontroller, so it will be ...
2
votes
2answers
476 views

UDP Raw Data differ in application and wireshark

We are developing a application to recieve UDP broadcast from a third party application. Wireshark shows packets of 512 bytes. Each packet have header information. Below is 8 bytes as wireshark shows ...

1 2 3 4 5