diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2021-05-13 18:09:18 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-13 18:09:18 +0200 |
commit | a8414d39981faeed141e6fa5e88b93ef0f974a16 (patch) | |
tree | e207ae92c77e8a5f0591a61b7372c44cfe132358 /yamlexample.py | |
parent | 4f7218fe62998c843bf80cca826aed79c215acac (diff) | |
parent | 0136ed44ee5ea07d7bacd36c78bfe8977a44d5ef (diff) | |
download | etisnoop-a8414d39981faeed141e6fa5e88b93ef0f974a16.tar.gz etisnoop-a8414d39981faeed141e6fa5e88b93ef0f974a16.tar.bz2 etisnoop-a8414d39981faeed141e6fa5e88b93ef0f974a16.zip |
Merge pull request #30 from andimik/next
Dump to .dab file instead of .msc
Diffstat (limited to 'yamlexample.py')
-rwxr-xr-x | yamlexample.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/yamlexample.py b/yamlexample.py index 7001b23..6bd73e1 100755 --- a/yamlexample.py +++ b/yamlexample.py @@ -3,6 +3,9 @@ # An example on how to read the YAML output from etisnoop # Pipe etisnoop to this script # +# On Ubuntu 20.04+ install the following package: +# `sudo apt install python-is-python3` +# # License: public domain import sys |