From 871fc7ed03db1b24f73e08679fd9347be1880d60 Mon Sep 17 00:00:00 2001 From: Daniel Borkmann Date: Sat, 16 Mar 2013 19:33:27 +0100 Subject: 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 --- test/dissector_fuzz.sh | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'test/dissector_fuzz.sh') 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 +# Copyright (C) 2012 Stefan Seering +# +# 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 -- cgit v1.2.3-54-g00ecf