diff options
author | Daniel Borkmann <dborkman@redhat.com> | 2013-03-16 19:33:27 +0100 |
---|---|---|
committer | Daniel Borkmann <dborkman@redhat.com> | 2013-03-16 19:33:27 +0100 |
commit | 871fc7ed03db1b24f73e08679fd9347be1880d60 (patch) | |
tree | 59355fa84db44149bb049fc0b3902e55f3f020a5 | |
parent | dc35a7bc3a046c919af3a8e59d4dc796c4042abe (diff) |
dissector_fuzz: minor: add header file description
Add a missing header file description as present in other scripts,
for example. Also credit Stefan for his help.
Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
-rwxr-xr-x | test/dissector_fuzz.sh | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/test/dissector_fuzz.sh b/test/dissector_fuzz.sh index 87d8b8b..40b6170 100755 --- a/test/dissector_fuzz.sh +++ b/test/dissector_fuzz.sh @@ -1,6 +1,17 @@ #!/usr/bin/env bash - -# Note: build and _install_ the toolkit first! +# -*- coding: utf-8 -*- +# +# dissector_fuzz.sh -- fuzz test netsniff-ng's dissector and pcap io methods +# with shitty pcap example files from the Wireshark archive +# +# Copyright (C) 2012 Daniel Borkmann <borkmann@redhat.com> +# Copyright (C) 2012 Stefan Seering <sseerin@imn.htwk-leipzig.de> +# +# Note: build and *install* the toolkit first before running this script! +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License version 2 as +# published by the Free Software Foundation. set -u |