Questions tagged [ndpi]

7 questions
2
votes
1 answer

Opening pyramidal images ob google collab: large_image getTileSource doesn't work on google collab (No available tilesource for ndpi)

I used all of these commands to make sure I have everything that's needed for loading dpi pyramidal images on google collab with no luck so far. !pip install large_image !apt update && apt install -y openslide-tools !pip install…
AMM
  • 2,195
  • 2
  • 20
  • 28
1
vote
1 answer

Parsing Google QUIC (GQUIC) packets that arrived at non-standard UDP ports

I have a PCAP file with a number of Google QUIC (GQUIC) packets. However, all of these packets arrived at UDP ports 56285 and 56046. Yet both wireshark and nDPI were able to properly parse these packets. It is my understanding that only UDP…
barcaroller
  • 121
  • 1
  • 8
0
votes
0 answers

Microscope slide images load as multiple small tile images using open layer

I have larger sizes (more than 10GB) of microscope slides (ndpi, svs, tiff) images. To display that existing project member using the open layer 3 versions. While loading some images are converted into small multiple tiles(tileUrlFunction 40 API…
R.G.Krish
  • 487
  • 5
  • 22
0
votes
0 answers

How to use ndpi to cooperate with tshark to parse pcap files to obtain basic traffic information and application information at the same time

I have a few pcap files, and I want to extract information such as the five-tuple from them, just like Wireshark does. But at the same time, I also want the parsed information to include application-level details of the traffic (e.g., identifying if…
dayceng
  • 21
  • 3
0
votes
0 answers

Zeroing/blacking out pixels in a .tiff-like file (.svs or .ndpi)

I am trying to zero out the pixels in some .tiff-like biomedical scans (.svs & .ndpi) by changing values directly in the binary file. For reference, I am using the docs on the .tiff format here. As a sanity check, I've confirmed that the first two…
Sam
  • 1
  • 3
0
votes
2 answers

Custom Malloc() Function :: What Does this Syntax Mean?

I am writing a C program with the nDPI library, available here. (Coding on a Ubuntu machine, GCC compiler, nDPI version 3.2) nDPI is used to inspect network traffic. The code uses a lot of different structs to represent network stuff, like network…
Pete
  • 1,511
  • 2
  • 26
  • 49
0
votes
1 answer

nDPI :: Does Supplying Protocol List Delete "Default" Protocol List?

I have been learning the nDPI library through a lot of trial-and-error and from help on this forum. I recently wrote a new version of my C program (written on Ubuntu, compiler is GCC) and believe I’m properly using the nDPI library. Here’s a broad…
Pete
  • 1,511
  • 2
  • 26
  • 49