Ask Your Question

GGFPC's profile - activity

2023-09-12 12:59:55 +0000 received badge  Notable Question (source)
2023-09-12 12:59:55 +0000 received badge  Popular Question (source)
2020-01-09 02:46:22 +0000 received badge  Famous Question (source)
2019-06-14 10:17:32 +0000 received badge  Notable Question (source)
2019-06-14 10:17:32 +0000 received badge  Popular Question (source)
2018-11-22 22:52:25 +0000 asked a question Libpcap behavior on virtual NIC

Libpcap behavior on virtual NIC Hi, I'm working on a project using texshark to monitor a set of machines, and I have so

2018-11-20 22:18:34 +0000 commented answer Trying to write Java raw InputStream data as PCAP to view in Wireshark

I'm trying that with the following code IpV4Packet p = new IpV4Packet.Builder() .dstAddr((Inet4

2018-11-20 19:10:17 +0000 commented answer Trying to write Java raw InputStream data as PCAP to view in Wireshark

Thanks once again. Yes it is a TCP socket. In that case I think I'm out of options, other than sniffing with libpcap ri

2018-11-20 12:37:34 +0000 commented answer Trying to write Java raw InputStream data as PCAP to view in Wireshark

Hi, thanks for the answer. I'm trying to write a transparent proxy for any protocol to record the data sent to a specif

2018-11-20 12:34:57 +0000 commented answer Trying to write Java raw InputStream data as PCAP to view in Wireshark

Hi, thanks for the answer. I'm trying to write a transparent proxy for any protocol to record the data sent to a specif

2018-11-20 12:26:15 +0000 received badge  Editor (source)
2018-11-20 12:26:15 +0000 edited question Trying to write Java raw InputStream data as PCAP to view in Wireshark

Trying to write Java raw InputStream data as PCAP to view in Wireshark I'm trying to build a transparent proxy in Java w

2018-11-20 12:25:18 +0000 commented answer Trying to write Java raw InputStream data as PCAP to view in Wireshark

Okay I managed to overcome the error by writing to the PcapDumper only the exact number of bytes that were read. But now

2018-11-20 12:23:59 +0000 commented question Trying to write Java raw InputStream data as PCAP to view in Wireshark

It's just an InputStream directly from the Socket

2018-11-20 00:36:48 +0000 commented answer Trying to write Java raw InputStream data as PCAP to view in Wireshark

Thanks for the reply. I thought pcap4j already did that. Can you point me to a resource on how to do that!

2018-11-19 21:02:35 +0000 asked a question Trying to write Java raw InputStream data as PCAP to view in Wireshark

tore Java raw InputStream data as PCAP to view in Wireshark I'm trying to build a transparent proxy in Java with the abi