Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created June 8, 2018 09:20
Show Gist options
  • Save ryantm/7144c4f9a07d41666dd0187209a7e06e to your computer and use it in GitHub Desktop.
Save ryantm/7144c4f9a07d41666dd0187209a7e06e to your computer and use it in GitHub Desktop.
/nix/store/0wzn4dsnqb45c38lzvhlhbc8bjqqy6ig-ndpi-2.2
├── bin
│   └── ndpiReader
├── include
│   └── libndpi-2.2.0
│   └── libndpi
│   ├── ndpi_api.h
│   ├── ndpi_define.h
│   ├── ndpi_includes.h
│   ├── ndpi_main.h
│   ├── ndpi_protocol_ids.h
│   ├── ndpi_protocols.h
│   └── ndpi_typedefs.h
└── lib
├── libndpi.a
├── libndpi.la
├── libndpi.so -> libndpi.so.1.0.0
├── libndpi.so.1 -> libndpi.so.1.0.0
├── libndpi.so.1.0.0
└── pkgconfig
└── libndpi.pc
6 directories, 14 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment