wireshark Questions
1
We are using v6.9.9 of the .Net MySql Connector to access MySql using this connection string, specifying that SSL is required.
Server=myServerAddress;Database=myDataBase;Uid=myUsername;Pwd=myPass...
Garthgartner asked 9/3, 2017 at 18:38
3
Solved
here is the example
this is the captured packet data
00000000 00 6e 0b 00 .n..
00000004 4d 5a e8 00 00 00 00 5b 52 45 55 89 e5 81 c3 81 MZ.....[ REU.....
00000014 12 00 00 ff d3 89 c3 57 68 04 00...
Burdened asked 18/3, 2015 at 7:49
2
We are capturing traffic using JN5148EK010 nodes via WireShark. The packets received are shown in the screenshot provided.
I want to know how to decode the data
An error occurs afer capturing a f...
Liquorice asked 15/2, 2013 at 8:41
0
I have a protocol that uses SSL/TLS over a non-standard port and transmits non-standard data (not http) through it. I'm trying to make a wireshark dissector (in lua) to dissect this protocol.
How ...
2
I am trying to use a GUI Java program written by someone else that is not behaving as I would expect. In the course of the program's operations, it contacts a server to pull data down, but it's not...
Liar asked 21/7, 2012 at 11:52
2
Using fiddler causes some of the applications to stop working correctly on my windows machine. I want to use wireshark to decrypt all ssl traffic between my tomcat and a remote server. All traffic ...
3
When I use tshark to decode capfile like this
tshark -V -r test.cap -Y 'http>0'
I got
...
JavaScript Object Notation: application/json
Object
Member Key: "ret"
Number value: 99
Member K...
1
I am working with Message Manufacturing Specification (MMS) in wireshark. The tool is unable to dissect the ACSE layer. It doesn't show any error but it shows the ACSE data as a part of MMS i.e., a...
Killie asked 25/5, 2012 at 11:47
4
I can capture the packets using wireshark, but I can't decode the stream into anything intelligible.
This item in the WireShark bug database suggests that maybe this isn't possible in SQL Server 20...
Hereby asked 7/1, 2010 at 20:54
2
Solved
I have a huge collection of PCAP files, some of which have been "touched" since they were captured. This means the system timestamp on the file may not equate to the time of the data capture. Addit...
3
Solved
I am trying to receive and send arp packets using c programming in Linux (Ubuntu)
My program works fine (i.e. runs without any error), but I cannot trace the packets using Wireshark.
source code:...
1
Solved
I'm trying to inspect and analyze my network traffic. Suddenly I found something confusing. I was thought that packets are splited to streams based on their (SRC_IP, DES_IP, SRC_PORT, SRC_PORT , PR...
Matilda asked 25/8, 2016 at 6:19
6
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 ...
Hew asked 26/5, 2009 at 21:24
2
Solved
When I want to run Wireshark locally to display a packet capture running on another machine, this works on bash, using input redirection from the output of a subshell:
wireshark -k -i <(ssh use...
Selie asked 10/6, 2016 at 16:37
1
Solved
I did enough research and failed to find a conclusive answer(version 1.12.7).
My local server is making a get call to https://hacker-news.firebaseio.com/v0/item/12345.json when I see this packet i...
Farad asked 17/5, 2016 at 11:39
1
We have a dockerized server application that is doing auto-discovery of physical appliances on the network by listening for multicast packets on port 6969. So we need our docker container to be abl...
Preponderance asked 13/5, 2016 at 16:5
1
Solved
I have an application I'm making that uses OpenSSL 1.0.2 and I'd like to examine the traffic with Wireshark. Wireshark can (allegedly) decrypt TLS conversations provided you give it the pre-master ...
3
I want to calculate the Round Trip timing for the TCP packets.
But in wireshark, I don't see any particular field for the RTT timing for a TCP packet like its there for the RTP packet.
Wireshark ...
Prerogative asked 16/10, 2012 at 13:15
5
Solved
I've been reading a lot of things about sniffing whatsapp traffic and I already know is over ssl.
But I need to know if is there any way to decrypt this ssl traffic once I dont know what is the pr...
Conferee asked 17/9, 2013 at 5:37
1
Solved
We are capturing a file transfer from machine 1 to machine 2 via Wireshark. While I am unable to capture any/few retransmission errors, other guy is able to capture around 10 to 15 retransmission e...
Gribble asked 25/2, 2016 at 9:27
3
Solved
I am trying to use wireshark to discover why visual studio is not downloading debug symbols.
1) How do I determine which of the addresses that I see in the wireshark capture is that of visual stud...
Gherardi asked 20/3, 2012 at 16:41
7
Solved
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 ...
Paraformaldehyde asked 23/9, 2009 at 14:22
0
I am using the Virtual Box. The virtual machine is using the Host Only Network since this is the only way for Wireshark to monitor the packets sent from a VM.
Below is my virtual/host machine to...
Decagon asked 5/9, 2015 at 10:10
1
Solved
If you use "Follow TCP stream" in wireshark you get a very nice display for the client server dialogue.
One color is the client, the other color is the server.
Is there a way to dump this to a as...
Hosey asked 28/8, 2015 at 7:32
0
I have a raw Python socket initialized like so:
mySocket = socket.socket(socket.AF_INET, socket.SOCK_RAW, socket.IPPROTO_RAW)
mySocket.setsockopt(socket.IPPROTO_IP, socket.IP_HDRINCL, 1)
My prob...
© 2022 - 2024 — McMap. All rights reserved.