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)
Decrypt SNMPv3 in Python
I have the raw packet capture of an SNMPv3 snmpwalk
###[ Raw ]###
load = '0>\x02\x01\x030\x11\x02\x04,\xa6\xceD\x02\x03\x00\xff\xe3\x04\x01\x04\x02\x01\x03\x04\x100\x0e\x04\x00\x02\x01\x00\...
CharlyB2Bomber
Votes: 0
Answers: 1
Scapy - crafted ICMP replies being ignored by sender
I have wrote a small app to respond to ICMP, however it seems that the sender is ignoring the ICMP replies. Inspecting the packets in Wireshark they are missing the timestamp fields, and working ICMP ...
CharlyB2Bomber
Votes: 0
Answers: 1
How to ensure non-blocking behavior from TCPConn SetDeadline to check from dead peers?
The following question compiles several ways to check for dead peers in TCP connections:
How to know TCP connection is closed in net package?
After researching this more, the typical situation boils d...
Liam Kelly
Votes: 0
Answers: 0
High UDP communication latency because of audio rendering (Windows, C++)
I am trying to communicate with an external robot at 1 kHz using UDP protocol with WinSocket library. I am using Windows 10 Pro Version 21H2. In the hardware side, I use a pc with intel core i9 10900...
fouben
Votes: 0
Answers: 1