-
Hello,
https://github.com/simsong/tcpflow
It's a complete rewrite of the original tcpflow. The tool is pretty good in TCP reassembly and avoid the classical pitfalls of tools only matching (SYN.RST/…
-
Hi,
I was wondering if there's a way to save entire decrypted packets (eg. to a pcap file) so I can later open it with Wireshark. If using the "-w" parameter - in what format are the flows exactly sa…
-
The client is Windows 8.1 Pro 64-bit. The issues occur with XBMC (latest nightly builds using libnfs 1.6 I believe, which is 32-bit only under Windows if that helps). The users there told me to check …
-
To be able to decode the payload of higher level protocols reliably it would be very useful to be able to reassemble a TCP stream so it can be consumed as a regular InputStream.
-
Following advice from @memphiz in this thread:
http://forum.xbmc.org/showthread.php?tid=182638
There's an issue here somewhere with lbnfs and Windows Frodo 12.3 and Gotham nightlies following the lib…
-
Was going to ask on the tcpdump-workers email list, but I had trouble subscribing (see #30).
I was thinking of taking a stab at adding support for decoding MySQL network traffic to tcpdump and I was …
-
Hello,
We're running prads as follows:
```
prads -i eth0 -c $conf -u sguil -g sguil -L
/nsm/sensor_data/$SENSOR/sancp/ -f /nsm/sensor_data/$SENSOR/pads.fifo
-b 'ip or (vlan and ip)'
```
In Sguil, i…
-
Add support of TS Gateway (http://technet.microsoft.com/en-us/library/cc731264(WS.10).aspx)
-
Getting a fairly consistent segfault with latest barnyard2 using the database output plugin connected to mysql.
Compile options:
./configure --prefix=/usr --sysconfdir=/etc/barnyard2 --with-mysql-lib…
-