python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Troubleshoot TLS1.2 in .NET 4.7.2 / 4.8 with wireshark
We have problem with .NET application which runs fine on development PC (win10)
but when deployed to "Windows server 2016" production env it reports:
System.Net.WebException: The request wa...
manuel
Votes: 0
Answers: 1
iOS global proxy does not work in some applications
I have set manual proxy in the Wifi section in the iOS device. It's ok when I using safari, But when I using Whatsapp and some other apps, the requests does not go through the proxy.
I sniffed the pac...

Ali
Votes: 0
Answers: 1
Julia - not able to capture looped back UDP packets in Wireshark
I have a UDP sender program here:
# UDPSender.jl
using Sockets
sock = UDPSocket()
bind(sock,IPv4(200,120,1,1),1025)
data = [0x00, 0x20, 0x00, 0x10, 0x00, 0x01, 0x00, 0x3f, 0x00, 0x08, 0x00, 0x00, 0x0...
Vinod
Votes: 0
Answers: 1
Scapy rdpcap function error "MemoryError"
I want to use rdpcap to open a traffic capture.
cap = rdpcap("Chall_1.pcapng")
but i receive the following error and I don't know how to solve it.
Traceback (most recent call last):
File ...
dy3zz1
Votes: 0
Answers: 2