diff options
author | havup <42641299+havup@users.noreply.github.com> | 2020-03-27 13:09:46 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-27 13:09:46 +0800 |
commit | 24bb0b7f53675acc88200c094dfb0ca2e23e4673 (patch) | |
tree | a443692de325ecc946c4eeae712324b817d6879e /src/lib/protocols/s7comm.c | |
parent | 803b13a7a8fa66f88f9f136ea8470c2b1372e19f (diff) |
Update s7comm.c
Diffstat (limited to 'src/lib/protocols/s7comm.c')
-rw-r--r-- | src/lib/protocols/s7comm.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/lib/protocols/s7comm.c b/src/lib/protocols/s7comm.c index 143d44b27..e73711fc0 100644 --- a/src/lib/protocols/s7comm.c +++ b/src/lib/protocols/s7comm.c @@ -1,8 +1,7 @@ /*
* s7comm.c
- *
* Copyright (C) 2011-20 - ntop.org
- *
+ *
* This file is part of nDPI, an open source deep packet inspection
* library based on the OpenDPI and PACE technology by ipoque GmbH
*
@@ -18,7 +17,7 @@ *
* You should have received a copy of the GNU Lesser General Public License
* along with nDPI. If not, see <http://www.gnu.org/licenses/>.
- *
+ *
*/
#include "ndpi_protocol_ids.h"
#include "ndpi_api.h"
|