diff options
author | Luca Deri <deri@ntop.org> | 2019-09-21 09:16:56 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2019-09-21 09:16:56 +0200 |
commit | ab9246f51f2eea0d467117e46d3e3ca4e1d379ca (patch) | |
tree | b831f1ae621e1594eab3a6a668dac7dabeb6b5f8 /src/lib/protocols/attic | |
parent | bdcc6dc173c52d17a1d4b5b7f16e7e4454a91044 (diff) |
Adedd DTLS check in STUN
Uodated (C)
Diffstat (limited to 'src/lib/protocols/attic')
-rw-r--r-- | src/lib/protocols/attic/flash.c | 2 | ||||
-rw-r--r-- | src/lib/protocols/attic/ftp.c | 2 | ||||
-rw-r--r-- | src/lib/protocols/attic/manolito.c | 2 | ||||
-rw-r--r-- | src/lib/protocols/attic/popo.c | 2 | ||||
-rw-r--r-- | src/lib/protocols/attic/secondlife.c | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/protocols/attic/flash.c b/src/lib/protocols/attic/flash.c index eb27807d7..6e228fd8f 100644 --- a/src/lib/protocols/attic/flash.c +++ b/src/lib/protocols/attic/flash.c @@ -2,7 +2,7 @@ * flash.c * * Copyright (C) 2009-2011 by ipoque GmbH - * Copyright (C) 2011-18 - ntop.org + * Copyright (C) 2011-19 - 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 diff --git a/src/lib/protocols/attic/ftp.c b/src/lib/protocols/attic/ftp.c index 19604089c..3b577e0fa 100644 --- a/src/lib/protocols/attic/ftp.c +++ b/src/lib/protocols/attic/ftp.c @@ -2,7 +2,7 @@ * ftp.c * * Copyright (C) 2009-2011 by ipoque GmbH - * Copyright (C) 2011-18 - ntop.org + * Copyright (C) 2011-19 - 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 diff --git a/src/lib/protocols/attic/manolito.c b/src/lib/protocols/attic/manolito.c index 71fdaeaff..97cedede5 100644 --- a/src/lib/protocols/attic/manolito.c +++ b/src/lib/protocols/attic/manolito.c @@ -2,7 +2,7 @@ * manolito.c * * Copyright (C) 2009-2011 by ipoque GmbH - * Copyright (C) 2011-18 - ntop.org + * Copyright (C) 2011-19 - 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 diff --git a/src/lib/protocols/attic/popo.c b/src/lib/protocols/attic/popo.c index c5b0447df..76c3a66b1 100644 --- a/src/lib/protocols/attic/popo.c +++ b/src/lib/protocols/attic/popo.c @@ -2,7 +2,7 @@ * popo.c * * Copyright (C) 2009-2011 by ipoque GmbH - * Copyright (C) 2011-18 - ntop.org + * Copyright (C) 2011-19 - 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 diff --git a/src/lib/protocols/attic/secondlife.c b/src/lib/protocols/attic/secondlife.c index 487c03597..7a80a05c6 100644 --- a/src/lib/protocols/attic/secondlife.c +++ b/src/lib/protocols/attic/secondlife.c @@ -2,7 +2,7 @@ * secondlife.c * * Copyright (C) 2009-2011 by ipoque GmbH - * Copyright (C) 2011-18 - ntop.org + * Copyright (C) 2011-19 - 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 |