Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created April 15, 2019 12:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/399a829a8f41b161de42a43133c0e7ba to your computer and use it in GitHub Desktop.
Save ryantm/399a829a8f41b161de42a43133c0e7ba to your computer and use it in GitHub Desktop.
/nix/store/vdds1ks7lq4w97sdrqaih325123yxpyg-ndpi-2.8
├── bin
│   └── ndpiReader
├── include
│   └── ndpi
│   ├── ndpi_api.h
│   ├── ndpi_config.h
│   ├── ndpi_define.h
│   ├── ndpi_includes.h
│   ├── ndpi_main.h
│   ├── ndpi_protocol_ids.h
│   ├── ndpi_protocols.h
│   ├── ndpi_typedefs.h
│   ├── ndpi_unix.h
│   └── ndpi_win32.h
├── lib
│   ├── libndpi.a
│   ├── libndpi.so -> /nix/store/vdds1ks7lq4w97sdrqaih325123yxpyg-ndpi-2.8/lib/libndpi.so.2.8.0
│   ├── libndpi.so.2 -> /nix/store/vdds1ks7lq4w97sdrqaih325123yxpyg-ndpi-2.8/lib/libndpi.so.2.8.0
│   └── libndpi.so.2.8.0
└── libdata
└── pkgconfig
└── libndpi.pc
6 directories, 16 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment