diff options
author | Luca Deri <deri@ntop.org> | 2018-11-07 22:43:33 +0100 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2018-11-07 22:43:33 +0100 |
commit | e240bbd4a4dfa34bd166ed5e9ae19a060ae42981 (patch) | |
tree | f74c3144e064bd63ad886b4c68ac51d69c7d574f /src/lib/protocols/lisp.c | |
parent | f7e7ef2f30620e604b3ecaeec1c166ad36da59a9 (diff) |
Implemented UPnP dissector
Diffstat (limited to 'src/lib/protocols/lisp.c')
-rw-r--r-- | src/lib/protocols/lisp.c | 22 |
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, |