Skip to content

Releases: onotelli/justniffer

0.6.7

10 May 12:51
Compare
Choose a tag to compare

handle null timestamps in python handler result method

0.5.22

17 Apr 06:33
Compare
Choose a tag to compare

Using a space-separated ISO 8601-like format ("%Y-%m-%d %T") to enhance readability
Addition of microseconds.

0.5.19

22 Mar 17:27
Compare
Choose a tag to compare

Sometimes, justniffer does not capture traffic because it was primarily designed to measure the nature and timing of TCP connections. It might not have sufficient information to retrieve certain details without the 3-way handshake packets at the beginning of the connection (e.g., client IP/port, connection reuse, etc.).

However, in some cases, it can still be useful to trace traffic even without these precise details, so use it with an understanding of what you are obtaining.

Now you can use the flag -m or --capture-in-the-middle to enable capturing in the middle of a connection.

$ sudo justniffer -i eth0 -m -r -u

from deb:

sudo apt install ./justniffer_0.5.19_amd64.deb

v0.5.18

23 Jan 22:24
Compare
Choose a tag to compare

bash auto completion and tcpdump packet filter multitoken

0.5.17

22 Jan 22:31
Compare
Choose a tag to compare

autocompletion bash script and new headers added

0.5.16

02 Oct 12:08
Compare
Choose a tag to compare

Handle truncated connections

0.5.15

22 Mar 23:09
Compare
Choose a tag to compare
v0.5.15

ChangeLog restored

0.5.14

10 Mar 20:49
Compare
Choose a tag to compare

Timeout event added