core: fix headers coments and remove OpenSSL stuff

This commit is contained in:
Kaian 2018-12-23 10:55:47 +01:00
parent fde39aeda8
commit 5017ab675c
25 changed files with 23 additions and 90 deletions

View File

@ -1,54 +0,0 @@
/* ====================================================================
* Copyright (c) 1998-2011 The OpenSSL Project. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
*
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in
* the documentation and/or other materials provided with the
* distribution.
*
* 3. All advertising materials mentioning features or use of this
* software must display the following acknowledgment:
* "This product includes software developed by the OpenSSL Project
* for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
*
* 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
* endorse or promote products derived from this software without
* prior written permission. For written permission, please contact
* openssl-core@openssl.org.
*
* 5. Products derived from this software may not be called "OpenSSL"
* nor may "OpenSSL" appear in their names without prior written
* permission of the OpenSSL Project.
*
* 6. Redistributions of any form whatsoever must retain the following
* acknowledgment:
* "This product includes software developed by the OpenSSL Project
* for use in the OpenSSL Toolkit (http://www.openssl.org/)"
*
* THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
* EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
* ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
* NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
* STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
* OF THE POSSIBILITY OF SUCH DAMAGE.
* ====================================================================
*
* This product includes cryptographic software written by Eric Young
* (eay@cryptsoft.com). This product includes software written by Tim
* Hudson (tjh@cryptsoft.com).
*
*/

View File

@ -3,7 +3,7 @@
.\" Copyright (c) 2013-2018 Ivan Alonso <kaian@irontec.com>
.\" Copyright (c) 2013-2018 Irontec S.L.
.TH SNGREP 8 "September 2017" "sngrep 1.4.5"
.TH SNGREP 8 "September 2017" "sngrep 2.0.0"
.SH NAME

View File

@ -20,7 +20,7 @@
**
****************************************************************************/
/**
* @file attribute.c.c
* @file attribute.c
* @author Ivan Alonso [aka Kaian] <kaian@irontec.com>
*
* @brief Source of functions defined in attribute.h

View File

@ -20,7 +20,7 @@
**
****************************************************************************/
/**
* @file capture_manager.h
* @file capture.h
* @author Ivan Alonso [aka Kaian] <kaian@irontec.com>
*
* @brief Functions to manage captures

View File

@ -21,7 +21,7 @@
**
****************************************************************************/
/**
* @file capture.c
* @file capture_hep.c
*
* @author Ivan Alonso [aka Kaian] <kaian@irontec.com>
* @author Alexandr Dubovikov <alexandr.dubovikov@gmail.com>

View File

@ -21,7 +21,7 @@
**
****************************************************************************/
/**
* @file capture.h
* @file capture_hep.h
*
* @author Ivan Alonso [aka Kaian] <kaian@irontec.com>
* @author Alexandr Dubovikov <alexandr.dubovikov@gmail.com>

View File

@ -20,7 +20,7 @@
**
****************************************************************************/
/**
* @file capture.c
* @file capture_pcap.c
* @author Ivan Alonso [aka Kaian] <kaian@irontec.com>
*
* @brief Source of functions defined in pcap.h

View File

@ -20,7 +20,7 @@
**
****************************************************************************/
/**
* @file capture.h
* @file capture_pcap.h
* @author Ivan Alonso [aka Kaian] <kaian@irontec.com>
*
* @brief Functions to manage pcap files

View File

@ -19,7 +19,7 @@
**
****************************************************************************/
/**
* @file capture.c
* @file capture_txt.c
* @author Ivan Alonso [aka Kaian] <kaian@irontec.com>
*
* @brief Source of functions defined in pcap.h

View File

@ -20,7 +20,7 @@
**
****************************************************************************/
/**
* @file sip_msg.c
* @file message.c
* @author Ivan Alonso [aka Kaian] <kaian@irontec.com>
*
* @brief Functions to manage SIP call data

View File

@ -20,7 +20,7 @@
**
****************************************************************************/
/**
* @file group.c
* @file keybinding.c
* @author Ivan Alonso [aka Kaian] <kaian@irontec.com>
*
* @brief Source code of functions defined in keybinding.h

View File

@ -20,7 +20,7 @@
**
****************************************************************************/
/**
* @file option.h
* @file keybinding.h
* @author Ivan Alonso [aka Kaian] <kaian@irontec.com>
*
* @brief Functions to manage keybindings

View File

@ -20,7 +20,7 @@
**
****************************************************************************/
/**
* @file ui_manager.c
* @file manager.c
* @author Ivan Alonso [aka Kaian] <kaian@irontec.com>
*
* @brief Source of functions defined in ui_manager.h

View File

@ -20,7 +20,7 @@
**
****************************************************************************/
/**
* @file ui_panel.c
* @file window.c
* @author Ivan Alonso [aka Kaian] <kaian@irontec.com>
*
* @brief Source of functions defined in ui_panel.h

View File

@ -20,7 +20,7 @@
**
****************************************************************************/
/**
* @file call_raw.h
* @file call_raw_win.h
* @author Ivan Alonso [aka Kaian] <kaian@irontec.com>
*
* @brief Functions to manage Raw output screen of Sip messages

View File

@ -21,7 +21,7 @@
****************************************************************************/
/**
* @file ui_column_select.c
* @file column_select_win.c
* @author Ivan Alonso [aka Kaian] <kaian@irontec.com>
*
* @brief Source of functions defined in ui_column_select.h

View File

@ -20,7 +20,7 @@
**
****************************************************************************/
/**
* @file column_select.h
* @file column_select_win.h
* @author Ivan Alonso [aka Kaian] <kaian@irontec.com>
*
* @brief Functions to manage columns select panel

View File

@ -20,7 +20,7 @@
**
****************************************************************************/
/**
* @file ui_msg_diff.c
* @file msg_diff_win.c
* @author Ivan Alonso [aka Kaian] <kaian@irontec.com>
*
* @brief Source of functions defined in ui_msg_diff.h

View File

@ -20,7 +20,7 @@
**
****************************************************************************/
/**
* @file stats.c
* @file stats_win.c
* @author Ivan Alonso [aka Kaian] <kaian@irontec.com>
*
* @brief Source of functions defined in stats.h

View File

@ -20,7 +20,7 @@
**
****************************************************************************/
/**
* @file stats.h
* @file stats_win.h
* @author Ivan Alonso [aka Kaian] <kaian@irontec.com>
*
* @brief Functions to manage ui window for capture stats display

View File

@ -20,7 +20,7 @@
**
****************************************************************************/
/**
* @file packet_parser.c
* @file dissector.c
* @author Ivan Alonso [aka Kaian] <kaian@irontec.com>
*
* @brief Functions to manage captured packet dissectors

View File

@ -20,7 +20,7 @@
**
****************************************************************************/
/**
* @file packet_rtcp.c
* @file packet_link.c
* @author Ivan Alonso [aka Kaian] <kaian@irontec.com>
*
* @brief Source of functions defined in packet_link.h

View File

@ -18,19 +18,6 @@
** You should have received a copy of the GNU General Public License
** along with this program. If not, see <http://www.gnu.org/licenses/>.
**
** In addition, as a special exception, the copyright holders give
** permission to link the code of portions of this program with the
** OpenSSL library under certain conditions as described in each
** individual source file, and distribute linked combinations
** including the two.
** You must obey the GNU General Public License in all respects
** for all of the code used other than OpenSSL. If you modify
** file(s) with this exception, you may extend this exception to your
** version of the file(s), but you are not obligated to do so. If you
** do not wish to do so, delete this exception statement from your
** version. If you delete this exception statement from all source
** files in the program, then also delete it here.
**
****************************************************************************/
/**
* @file capture_tls.h

View File

@ -20,7 +20,7 @@
**
****************************************************************************/
/**
* @file sip.c
* @file storage.c
* @author Ivan Alonso [aka Kaian] <kaian@irontec.com>
*
* @brief Source of functions defined in storage.h

View File

@ -20,7 +20,7 @@
**
****************************************************************************/
/**
* @file rtp.c
* @file stream.c
* @author Ivan Alonso [aka Kaian] <kaian@irontec.com>
*
* @brief Functions to manage RTP captured packets