Questions tagged [wireshark]

Wireshark is an open source Network Protocol Analyzer under GNU License.

507 questions
-1
votes
1 answer

Is it possible for SYN/ACK to not be immediately proceeded by a SYN in a network trace

I'm writing a simple program to calculate initial RTTs from a network capture I took using Wireshark. To do this I wan't to calculate the difference in time between the SYN and the SYN/ACK. I don't know much about locating these in my trace, I was…
Daniel Kobe
  • 313
  • 2
  • 3
  • 8
-1
votes
1 answer

the MAC header of captured wireshark packets

I have been reading about the IEEE 802.11 and especially on the MAC layer, and i noticed that it contains a lot of informations, but when i start to capture with wireshark with my wireless card, the MAC (Ethernet) header showing in wireshak contains…
Sidahmed
  • 141
  • 1
  • 1
  • 7
-1
votes
1 answer

Why is wireshark capturing packets not destined to my host?

My IP was configured as 192.168.101.91, I don't understand why my host is receiving packets which have a destination address of 192.168.87.203(and many other IPs which I didn't capture) given that I have already shutdown my KVM and disabled ip…
xczzhh
  • 109
  • 2
  • 6
-1
votes
2 answers

block all packets in windows 7 (so nothing appears in wireshark)? Can anything locally installed do it?

is it possible to block all packets in windows 7, so that nothing appears in wireshark? I have tried choosing Block all for incoming. for outgoing, I see it has no block all option, just a block option so it's a whitelist. I tried that and…
barlop
  • 111
  • 1
  • 9
-1
votes
1 answer

IP testing tool similar to wireshark website

I am looking to implement a tool similar to the one linked below on my personal server/website what are the steps I would need to get started? http://www.wireshark.org/tools/v46status.html I understand that I will need two seperate domains for…
hinekyle
  • 103
  • 4
-1
votes
1 answer

Continuous conversion to text file using Wireshark

What is the procedure to convert captured files to text files on a continuous basis ? Export in Wireshark is a manual technique, any way to automate the process ?
-1
votes
1 answer

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 some data about a certain GET request, but my…
user82130
  • 103
  • 1
-1
votes
1 answer

DHCP messages in LAN

I run a Mac and release/renew my IP with: sudo ipconfig set en0 DHCP In wireshark I get the following with udp.port==67 as filter: Why are the messages sent from my computer broadcasted, but the server send them directly to me. The litterature I…
-1
votes
1 answer

does ping command to a dns name uses DNS PTR type messages?

Okay I cant understand this, when I try to ping to a machine on my network using the name associated I get a response from that machine, thats normal.. But there are messages that the sender sends to the top machine (SOA) that I dont…
TiagoM
  • 1
  • 1
  • 1
-1
votes
1 answer

Stealing internet by changing MAC address?

OK - I have a static IP - and I have been on the same provider for years - its a wired network (a cable goes directly to my network card) - and the cable is connected to a switch on a pole in the street (the pole is connected to another pole which…
George
  • 1
  • 1
-1
votes
1 answer

Checking HTTP response for website using Wireshark

Is there a specific way to know if the file that we download through a web server (e.g.: Java) can be verified through Wireshark? I want to check if the file is working perfectly from internal and external site.
newbie.my
  • 101
  • 4
-1
votes
1 answer

Measuring delays between various components on a localhost

I need to profile a web application from a system performance standpoint and find out for typical user actions (accessing the home page, logging in...) where the delay comes from. The website uses the following components: -apache (serving a PHP…
Max
  • 3,523
  • 16
  • 53
  • 71
-1
votes
1 answer

Python sockets: TCP errors in linux, while same program works fine on Windows10

I'm trying to communicate with a commercial power supply device via TCP/IP using python sockets. I tried using both a virtual linux(centos8stream) and virtual windows10, both running at the same physical computer, on the same network interface. Both…
Cenkoloji
  • 21
  • 3
-1
votes
1 answer

Dumpcap - Ram still reserved after stop

System: Win 10 Pro and latest updates (Sept. 2020) 64Bit. Problem: Using dumpcap (Dumpcap (Wireshark) 3.2.5 (v3.2.5-0-ged20ddea8138)) with a ringbuffer reserves RAM even after closing the dumpcap.exe. The PC needs to be restarted to free the mem.…
Eggi
  • 109
  • 3
-1
votes
1 answer

SSH connection not established, but standard TCP/IP connection works

I'm working on a custom yocto Linux for a Raspberry PI 3 and try to get the WIFI connection working with SSH. However when trying to connect from my PC (Ubuntu 19.10, SSH OpenSSH_8.0p1 Ubuntu-6build1, OpenSSL 1.1.1c 28 May 2019) to the PI on which…
deets
  • 1
  • 3
1 2 3
33
34