summaryrefslogtreecommitdiff
path: root/ui/qt/sctp_chunk_statistics_dialog.cpp
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2013-12-13 11:29:11 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2013-12-13 11:29:11 +0000
commit4f32d662fa0ef9461960d3cf7abceb4cbabdee99 (patch)
tree413433fd5e5ccffc0d73af335538511872f412ba /ui/qt/sctp_chunk_statistics_dialog.cpp
parent894bc27bd7e55fe27e9f74a2516c4547b5eca3a5 (diff)
downloadwireshark-4f32d662fa0ef9461960d3cf7abceb4cbabdee99.tar.gz
Add Copyright and modelines (Fix also indent to use 4 spaces)
svn path=/trunk/; revision=54038
Diffstat (limited to 'ui/qt/sctp_chunk_statistics_dialog.cpp')
-rw-r--r--ui/qt/sctp_chunk_statistics_dialog.cpp36
1 files changed, 36 insertions, 0 deletions
diff --git a/ui/qt/sctp_chunk_statistics_dialog.cpp b/ui/qt/sctp_chunk_statistics_dialog.cpp
index f59b59f36d..da194e098d 100644
--- a/ui/qt/sctp_chunk_statistics_dialog.cpp
+++ b/ui/qt/sctp_chunk_statistics_dialog.cpp
@@ -1,3 +1,26 @@
+/* sctp_chunck_statistics_dialog.cpp
+ *
+ * $Id$
+ *
+ * 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.
+ */
+
#include "sctp_chunk_statistics_dialog.h"
#include "ui_sctp_chunk_statistics_dialog.h"
#include "uat_dialog.h"
@@ -294,3 +317,16 @@ void SCTPChunkStatisticsDialog::on_actionShowAllChunkTypes_triggered()
initializeChunkMap();
fillTable(true);
}
+
+/*
+ * Editor modelines
+ *
+ * Local Variables:
+ * c-basic-offset: 4
+ * tab-width: 8
+ * indent-tabs-mode: nil
+ * End:
+ *
+ * ex: set shiftwidth=4 tabstop=8 expandtab:
+ * :indentSize=4:tabSize=8:noTabs=true:
+ */