r4ravi2008
r4ravi2008
Just as an FYI, wireshark supports RFC 5655 as well
I dont need operations for now. If you could point me mvn repository coordinates that will be great! Thanks for considering.
still facing the same issue, any update on this?
For anyone still having this issue, starting like this in terminal works fine for me: `src/remacs -nw` I am using doom config with remacs and it works too..
Any update on this? Also are you considering to implement the ability to calculate flows directly from pcap files?
This should give you an idea about pcap file format : https://wiki.wireshark.org/Development/LibpcapFileFormat. Its pretty straightforward. You will also find a lot of pcap samples on the same website. I have...
@sadikovi Thanks for the explanation. Is the process to dump `netflow` files automated out of the box - meaning is Cisco hardware is capable to doing that or is there...
@sadikovi To read pcap files I used `PortableDataStream` and parse the binary data. You can do the similar thing with `newHadoopApi` if you want an RDD and or by specifying...