pulsar icon indicating copy to clipboard operation
pulsar copied to clipboard

The pcap file size is about 300M, Error in rep(1:N, sapply(ngrams[-total], length)) : invalid 'times' argument

Open higher75 opened this issue 1 year ago • 1 comments

I have tried many different network protocols. Each individual protocol is a pcap file, but the following errors will occur. Can you help me.. thank you..

  1. os: ubuntu20.04
  2. Language: python3.6.9
  3. Execute command: python3 pulsar.py -l -p icmp3.pcap
  4. Packet size: ~300M
  5. Data packets are from the same original address to the same destination address
  6. The error is as follows:

data = loadPrismaData(capture_dir) Reading data... Splitting ngrams... Calc indices... Setup matrix... Error in rep(1:N, sapply(ngrams[-total], length)) : invalid 'times' argument Calls: loadPrismaData -> readPrismaInput -> readFSally -> sparseMatrix Execution halted

higher75 avatar Sep 30 '22 09:09 higher75