Wireshark is a network capture and protocol analyzer tool.

learn more… | top users | synonyms

-1
votes
0answers
8 views

SSL Decryption programmatically

I want to decrypt the packets which is using the ciphersuite TLS-DHE-RSA-WITH-AES-256-CBC-SHA.Using Master keys I am able to decrypt the data in wireshark.Still I can't save decrypted wireshark file ...
1
vote
1answer
42 views

arp request and reply using c socket programming

I am trying to receive and send arp packets using c programming in Linux (ubuntu) My program works fine [ with out any error ], but i can not get the packets from wireshark. source code: my source ...
0
votes
0answers
6 views

What happens when Capturing USB Packets using Wireshark [migrated]

I am trying to capture the packets sent by a Mouse to a host PC using Wireshark. Operating System - Ubuntu 12.04 Wireshark - 1.8.2 Problem 1.) Before I plug in the USB Mouse, when I start the ...
-1
votes
1answer
35 views

Compiling a C application on Windows [Originally written for Linux] [closed]

I have written a C application in Linux which uses the pcap library. This application was originally developed in Linux but I would like to now run it on a Windows XP PC. Can I do so without having to ...
1
vote
1answer
22 views

Why do I see packets that where source and destination are not my IP address

Im new to the networking world and I'm trying to use wireshark to get a hang of how packets are sent from my machine etc. Hence this question might be a dumb one. When I open the wireshark packet ...
0
votes
1answer
15 views

When does Wireshark timestamp captured packets?

when does Wireshark timestamp the packets? After fully receiving a frame? Or already at receiving the first bytes of a frame? I read the following description about Wireshark timestamps but this text ...
1
vote
1answer
17 views

Listening requests to mysql with wireshark. 127.0.0.1 is fine, but requests to localhost are ignored

I'm trying to debug requests to mysql server with wireshark on linux. In wireshark I'm listening to all interfaces with filter mysql. When I connect to server like: $ mysql -h 127.0.0.1 ... then ...
-1
votes
0answers
13 views

Maintaining an Ethernet Connection During Power-Down [closed]

I have two machines directly connected by an Ethernet cable. On machine 2, I run Wireshark. Part of my test procedure involves powering down machine 1. Of course, this kills the Wireshark capture on ...
0
votes
1answer
14 views

How could I capture wire shark traces on loop back interface?

How can I capture wireshark traces on the interface it is configured to capture the traces?
1
vote
0answers
18 views

Creating a Whitelist/Filter in Notepad++

I've been parsing packet dumps taken with Wirefox and cleaning it up with Notepad++. However, regardless of how complicated or intuitive I attempt to make the filter, it fails. Not completely by any ...
0
votes
0answers
34 views

“RTP over UDP” packet loss analysis with Wireshark

I am running Application A on Machine A and Application B on Machine B. Both machines are running Windows7. Application A sends RTP packets over UDP to Application B through a private LAN. We are ...
0
votes
0answers
39 views

how to find out which tcp congestion control my os is using

I would like to find out which congestion control algorithm my computer is using. I know I can google it, but I want to find out by experimenting. My first step was to run wireshark when I downloaded ...
0
votes
0answers
23 views

VBScript maps network drive then start wireshark. doing ping and trace route to the internet and intranet

I am trying to figure out a network issue at remote sites. I have a VBScript that will Map a network drive. Start wireshark and save the output to the mapped drive. I then do pings and trace ...
-1
votes
1answer
26 views

hex stream to UTF string with C#

i captured tcp packets by using wireshark. but wireshark can not decode bytes to UTF unicode. so i copied packet's hex stream to notepad. i have hex stream, like this ...
0
votes
0answers
18 views

WLAN - Stick / Proberequest

I'm currently playing with wlan proberequests for a project. ATM I'm testing different WLAN sticks. Every system has the same setup: Linux Ubuntu and Wireshark/tshark as commandline tool. Now I ...
-2
votes
0answers
19 views

multiple ssl connections in a single https request [closed]

I set up Apache2 with ssl, and try to request the default Apache2 web page ("It works!") using https://[IP_ADDRESS]. chrome developer tool shows that only one HTTP connection is established. However, ...
-1
votes
1answer
34 views

How can i display the http fields? [closed]

I need to read this pcap file, which is saved on my pc in a specific folder, in C# and display specific fields: time of the packet, ip source, ip destination, info (as it appears in wireshark). But ...
0
votes
0answers
20 views

How can I convert the RTP payload containing SILK-encoded audio into a file?

I have the pcap of a VoIP call involving SILK. I'm able to see in Wireshark the RTP payload. From the RTP headers I can understand the sample rate (e.g. 24 KHz) and the frame size (e.g. 20 ms). What ...
0
votes
0answers
8 views

RTSP - communication not happening over 6971

We had hosted a channel in a darwin server, but the 2G channels are not played. Took a wireshark capture and found that RTP communication over 6971 is not happening. whenever we try to play the ...
-2
votes
1answer
65 views

Decrypting TLS messages using wireshark [closed]

Using the session keys from debug logs couldn't decrypt the TLS messages which are encrypted using Diffie Hellman.I put the session keys from a debug file in .PEM file and trying to load that in ...
0
votes
1answer
23 views

finding content-type from wireshark

Here are the wireshark logs of 3 POST's. All posting the same data but with different content-types, resulting in different ways the data is read on the server. I'm attempt to to understand how to ...
0
votes
1answer
27 views

how can I configure wireshark to capture to not-80 port http request?

with "ip.dst == 10.1.0.199 and http.request", I can listen to http request to 199 with port of 80, but when I start non-80 port http server on 199, wireshark could not capture http request any more. ...
1
vote
1answer
29 views

How to find info field from jpcap

I am using jpcap for packet sniffing. In wire shark we have fields named "No", "Time", "Source", "Destination", "protocol", "Length", "Info". I am able to extract all the fields using jpcap except for ...
0
votes
0answers
57 views

How to compare two HTTP post request captured in wireshark/tcpdump

I have two requests captured in wireshark. Both are HTTP Post reqeust. They are in the same file. I can also save them in separate file if that helps. I need to compare those packets specially those ...
0
votes
1answer
17 views

Exposing Diffie Hellman shared key in the logs for openssl lib

In the openssl libarary there is a function called DH_Compute_key which will create the shared key.can we use it and expose it in the log for debugging purpose?
0
votes
1answer
29 views

edit wireshark cap file: change the crc value to be bad

I want to generate a cap file with bad CRC packets using wireshark. I recorded the traffic I want but: 1. I don't see the CRC in the wireshark GUI and couldn't find where to enable this view 2. I cant ...
0
votes
0answers
15 views

Exposing session keys in the client and server logs which are using open SSL for debugging

Is it possible to expose session keys from the client or server side which are using Openssl libraries for debugging purposes?
0
votes
1answer
54 views

How to capture Asterisk's AMI and AGI traffic using WireShark in a textual format?

I'm developing a telephony solution based on Asterisk (the most popular open-source PBX solution), and I inject my logic into its dial-plans using AMI protocol and I listen to Asterisk's events using ...
0
votes
2answers
72 views

Why I can't capture UDP packets sent by my Java application with wireshark?

I'm developing an application which is using UDP to communicate, I have a "Listen server" and a "Sender". I can receive packets and print them to the console but I can't capture the packets with ...
0
votes
0answers
24 views

vlc part of desktop streaming to <host>:<port> [migrated]

With VLC, I wish to stream a portion of the desktop and send it to another host on my local area network. The capture seems to work, I see a correct portion of the desktop into the VLC server, but ...
0
votes
1answer
69 views

How to programmatically filter and export data from a large set of dumps?

There is a serialized representation of the traffic collected over several days. A lot of dumps, which total size is ~ 500GB, is a mix of data that was transfered on the protocols UDP, MPEG PES, OSFP, ...
1
vote
2answers
72 views

Capture local http post traffic

I have two C# winform applications on the same window machine. First application runs a http listener on localhost and port 4567 (not via IIS) Second application issue a http post (httpWebRequest) ...
0
votes
0answers
27 views

Active Directory returns a non-printable char in the LDAP error response

I am creating an entry called CN=echandra under OU=Users1,DC=ad,DC=company,DC=com using JDNI. But OU=Users1,DC=ad,DC=company,DC=com doesn't exist. So I get the following error from Active Directory: ...
0
votes
3answers
46 views

How to Capture a pcap trace when both the server and client are in the same machine?

I have a SMPP server and client are running on different ports in the same machine, and i would like to capture the pcap to see the smpp messages. Because of the same machine, it was not captured in ...
-2
votes
1answer
64 views

Not able to open Snoop file using Wireshark [closed]

I am not able to open *.snoop extension file using wireshark. When try to open following error occur. The capture file appears to be damaged or corrupt. (snoop: File has 1936617327-byte original ...
0
votes
2answers
23 views

What is the best way to find an http response that has a certain string of text in its response?

I'm debugging a web app with lots of AJAX on a windows machine. I have Fiddler and Wireshark and I'm open to getting any other free software that can help. I am looking for the http response (and ...
-2
votes
0answers
15 views

How to capture Asynchronoum Transfer Mode(ATM) pcap data through wireshark [closed]

I need to capture ATM data through wireshark.can anyone help me in which environment I can capture ATM data through wireshark and how??
-1
votes
0answers
75 views

Encrypted alert which terminates TLS connections [closed]

I am looking into a system where all traffic is going through TLS. Between the browser and the server (which is totally unaware of SSL/TLS) there is an SSL accelerator (Cisco ACE 4710) From some ...
0
votes
0answers
47 views

Tshark and proper filter [migrated]

Using Tshark, I would like to apply filter on a wireless sniffer capture such that (both a & b are satisfied) a) 802.11 beacons are present b) Packets belonging to a certain wireless MAC address ...
-1
votes
0answers
27 views

why is follow TCP stream greyed out in my wireshark? [closed]

I am new to wireshark. I want to use the Analyze-->Follow TCP stream option. I choose interface en0 and click start. Then I go to a website (using HTTP which uses TCP) and see lots of packets in ...
0
votes
0answers
29 views

nmap with UDP XmasTree and Null packets not working

This my first post, and i very much appreciate the help. I'm hoping this is as simple as using an out dated version or something like that. i am trying to nmap -sU (UDP), -sX (Xmas tree), and -sN ...
1
vote
1answer
194 views

Decode ssl packets wireshark

I'd like to know how to decode ssl packets in wireshark if I am using a service (Google Talk) that I should be able to see the keys for. Where are the keys for such an application and can I get a hold ...
0
votes
0answers
34 views

How can I create a Wireshark dictionary xml file

How can I create a wireshark Dictionary xml file. ? I have a situation where in there are proprietary TCAP messages exchanged between the systems..and I want use a dictionary xml file, so that these ...
0
votes
1answer
37 views

Error on Building wireshark from source on OS X

I am trying to build the wireshark from source ( URL: http://anonsvn.wireshark.org/wireshark/trunk ) on my mac machine but I am getting following error message : checking for GTK+ - version >= ...
0
votes
1answer
82 views

Wireshark not displaying GET or POST data

I'm a student and I'm taking my first networking class. I'm working on an assignment designed to get me used to using Wireshark and understanding packet transfers. Part of the assignment is to collect ...
0
votes
0answers
89 views

Wireshark and Google Talk

I carried on a conversation between two separate Google accounts on the same computer. I had no filters applied. I cannot see any of my conversation in Wireshark. I looked for XMPP and there was ...
1
vote
2answers
61 views

Measuring my app's network usage

Naturally I want to keep the network usage of my android app as low as possible, the question is how to measure it. I managed to capture traffic with tcpdump and open it in wireshark, is that the way ...
0
votes
1answer
101 views

NS-3 trace file packet ID

I have a simple point to point UDP WiFi simulation in NS-3 that outputs data to a trace file. It provides lots of useful data but there is no information that gives a unique ID for each packet. I ...
0
votes
1answer
43 views

How to print PCAPNG metadata in Python?

I'm attempting my first Python program and could use a little help. My script on github I need a way to print the metadata in a PCAPNG file. I want to print the application and version, OS, and ...
0
votes
2answers
41 views

Epoch and wireshark capture

I have a .pkt sniffer capture. When I read each and every packet within the capture from my C application, I observe a radio header appended. The radio header contains the time in epoch for each and ...

1 2 3 4 5 13