packet-capture
C++ OpenSSL HMACSHA1 works but not how I want it to
This HMACSHA1 code below works for converting \"Password\" and \"Message\" to AFF791FA574D564C83F6456CC198CBD316949DC9 as evidence by http://buchananweb.co.uk/security01.aspx.[详细]
2023-04-08 23:07 分类:问答tcpdump stateful filtering
Consider I have two hosts A and B. They both have a webserver on port 80. Both servers download files from each other through their webservers. A:some_port <--> b:80 and at the same time A:80 <-[详细]
2023-04-05 15:52 分类:问答Packet sniffing between different applications in same server
I have two differe开发者_开发技巧nt applications in one tomcat. One application performs an HTTP request to the REST API on the second application.[详细]
2023-04-03 04:37 分类:问答Determining the ip-address of chatting person
This question used to raise from the time i was studying my networking course. Suppose I am chatting with some other person on the g-talk and if I capture the packets then whose ip address it would be[详细]
2023-04-03 04:15 分类:问答tcpdump vs tcpflow (or "why isn't tcpdump ASCII packet data human readable?")
I have used both, and I conclude that I can read html data from webpages with tcpflow but cannot do so with tcpdump. The best I get is some ugly ASCII text with lots of period symbols.[详细]
2023-04-02 11:19 分类:问答Different Types of Packets
I\'m using a sniffer and I would like to know is there a way to tell a download packet fro开发者_JAVA技巧m a packet that comes up when you go to a website?Are the headers different?If so, what is the[详细]
2023-03-26 02:53 分类:问答tshark: not able to apply filter while saving the captured packet
We had a command which used to work with previous version of wireshark (1) but does not working with latest version (1.6.1)[详细]
2023-03-24 06:17 分类:问答how to timeout periodically in libpcap packet receiving functions
I found this post in stackoverflow.com listening using Pcap with timeout I am facing a similar (but different) problem: what is the GENERIC (platform-independent) method to timeout periodically when[详细]
2023-03-22 19:47 分类:问答Packet modification with netfilter queue?
I\'m currently trying to use codes with libnetfilter_queue in userspace to modify packets that were queued in the NFQUEUE target in iptables. However I have little idea as to how to go about doing it.[详细]
2023-03-21 03:50 分类:问答Python Packet Sniffer
What Python module should I be using to sniff packets? I don\'t need anything too complex, I just need to get the data out of some packets being sent to my computer.I am using Python 2.6 and Windows 7[详细]
2023-03-18 16:33 分类:问答