aboutsummaryrefslogtreecommitdiff
path: root/src/lib/protocols/lisp.c
diff options
context:
space:
mode:
authorkyrol <fci1908@gmail.com>2018-11-09 14:53:33 +0100
committerkyrol <fci1908@gmail.com>2018-11-09 14:53:33 +0100
commit6d929bf4cc48d54db91678a24ef0afb2e20382d7 (patch)
tree5412e029d205992abfaaff72d2a17c135c6913cd /src/lib/protocols/lisp.c
parentde9b2b202e77ef6a2a4442b293859009f005458c (diff)
parentb31337db4a8fadc90ef6e45d761696d1d0d50182 (diff)
Merge branch 'dev' of https://github.com/ntop/nDPI into dev
Diffstat (limited to 'src/lib/protocols/lisp.c')
-rw-r--r--src/lib/protocols/lisp.c22
1 files changed, 21 insertions, 1 deletions
diff --git a/src/lib/protocols/lisp.c b/src/lib/protocols/lisp.c
index 2c6d7b611..7343ca034 100644
--- a/src/lib/protocols/lisp.c
+++ b/src/lib/protocols/lisp.c
@@ -1,10 +1,30 @@
+/*
+ * list.c
+ *
+ * Copyright (C) 2017-18 - ntop.org
+ *
+ * nDPI is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * nDPI 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 Lesser General Public License for more details.
+ *
+ * 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"
#define NDPI_CURRENT_PROTO NDPI_PROTOCOL_LISP
#include "ndpi_api.h"
-#define LISP_PORT 4341
+#define LISP_PORT 4341
#define LISP_PORT1 4342
static void ndpi_int_lisp_add_connection(struct ndpi_detection_module_struct *ndpi_struct,