I have created a user interface in java which uses card layout. It basically shows a lot of readings in it which it receives through our company's local network. Now I had to write an OPC server in java so that all the readings my ui receives is…
Okay so here's my problem,
I'm trying to get jnetpcap working in ubuntu but I'm having a few issues. I tried using the instructions on the jnetpcap website to install, and it was fine for the adding the jar to the build path but I can't seem to run…
I want to detect if there was a port scan done by analyzing a pcap file. I can't understand the correct algorithm . Will be like be like one source ip mapping to different IP ?Will that be consider as port scanning ? Will appreciate if you could…
I am trying to convert .pcap files into .xml files using this repo https://github.com/ISCX/ISCXFlowMeter for my deep learning project. I am new to java so I can't understand how to resolve this issue. I am using 32 bit jdk on 64 bit ubuntu. Seems…
Is there a way to open an offline Pcap from an InputStream and not from a local file?
In the documentation it say that you can use pcap_fopen_offline() to open Pcap from an open stream but I don't know how to use it.
Using Libpcap I am trying to filter the Packet at word level. E.g I want to drop the packet if it has word "Hello".
How will I write the expression for that???
I want to store a list of IP Addresses in Java from pcap file (I am able to get all the packets information from pcap file and list of ipaddresses as well )and than compare these IP Addresses for port scanning detection. I couldn't figure out how to…
I have Searched everywhere and i got one code which works for integer values but i want code with string value ie to calculate centroids using string values can anyone help me?
Thanks in advance