python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
RestTemplate vs Postman: Identical in Wireshark but only one works
I'm trying to recreate a request that works in Postman using a Spring RestTemplate. I've tried to make the requests identical, down to the fake "User-Agent" header, but for whatever reason t...
Martin01478
Votes: 0
Answers: 0
get hash of downloaded file in pcap capture with pyshark
I would like to get the sha256 digest of the downloaded files that result from a pcap capture file (files that the user downloaded during wireshark packets capture).
This is the pcap I'm using: https:...
Pietro Lodi Rizzini
Votes: 0
Answers: 1
TLS 1.2 handhsake failing with Handshake failure error
I am trying to establish a TLSV1.2 connection to a Java-based MQTT broker (Active MQ).
My client has the private key in an HSM module and hence inaccessible to me.
x509 cert is available.
CA is self-s...
Abhilash Gopalakrishna
Votes: 0
Answers: 1
editcap adjust the time of specific frames
I have a .pcap file where I want to keep the timestamp of the first frame but adjust the time for every other frame. According to the man page it would seem that you can only adjust the time of every ...
Eric Pereira
Votes: 0
Answers: 1