aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2014-08-21 10:41:22 -0400
committerJeff Morriss <jeff.morriss.ws@gmail.com>2014-08-21 23:51:14 +0000
commit87b2364a841ea1c0ddbe335c27acc14b5c1f6dd0 (patch)
treef14f3d7ef5d140a7a3775f3a3e66a38d80e74c82 /doc
parent6edc166c144634081b4b7f41c5ab9c03da29a3d1 (diff)
Add a license to this new file (GPLv2+) so we pass the license check.
(This change needs to be approved Roland Knall--by the file's author--in Gerrit.) Change-Id: I58285cb1d773a57fe7d087799bf6d2ffbd962364 Reviewed-on: https://code.wireshark.org/review/3773 Reviewed-by: Roland Knall <rknall@gmail.com> Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/extcap_example.py20
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/extcap_example.py b/doc/extcap_example.py
index 02524bc9e4..102caad7ef 100755
--- a/doc/extcap_example.py
+++ b/doc/extcap_example.py
@@ -1,5 +1,25 @@
#!/usr/bin/env python
+# Copyright 2014 Roland Knall <rknall [AT] gmail.com>
+#
+# Wireshark - Network traffic analyzer
+# By Gerald Combs <gerald@wireshark.org>
+# Copyright 1998 Gerald Combs
+#
+# This program is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License
+# as published by the Free Software Foundation; either version 2
+# of the License, or (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+
"""
This is a generic example, which produces pcap packages every n seconds, and
is configurable via extcap options.