Rüdiger Gad
Rüdiger Gad
Right now, the cursor/arrow keys do not work properly. These keys could be used for implementing a command line history (up/down) and for editing commands (left/right). This would ease the...
Certain options require the "-r" option for working properly. For these cases, "-r" should be implicit. Additionally, the help text should mention this in order to avoid confusion.
Fix issue wrt extracting the native libs: owner, deletion on shutdown, multiple processes, etc.
It should be possible to dump "raw" data to a file. The format should be the standard pcap format.
Sample output below: {"sniffer.header.parsed" {"PcapHeader" {"timestampInNanos" 1345332080195344000, "wirelen" 631}, "DataLinkLayer" {"index" 0, "destination" "00:04:0E:3D:B0:86", "source" "74:DE:2B:08:78:09", "next" 2}, "NetworkLayer" {"index" 1, "destination" "62.146.26.38", "source" "192.168.0.198", "id" 39936, "tos" 0, "ttl"...
Sample output showing the issue: {"PcapHeader" {"timestampInNanos" 1345332080314336000, "wirelen" 574}, "DataLinkLayer" {"index" 0, "destination" "00:04:0E:3D:B0:86", "source" "74:DE:2B:08:78:09", "next" 2}, "NetworkLayer" {"index" 1, "destination" "62.146.26.38", "source" "192.168.0.198", "id" 39943, "tos" 0,...
It would be a good idea to add some simple examples on how to use cljNetPcap.
Currently, the documentation is pretty rudimentary. This should be improved.
Yet another method for querying statistical data could be to output statistical data on request when a defined signal is received.
Add ICMP Echo id and sequence number to output map.