aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2014-03-05 08:53:22 +0100
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2014-03-05 09:25:47 +0000
commitabc6fb24fa2d8ef52692532776fb6de59de791dd (patch)
treedd58520e1a8485d9653dd2244c07ae77313e8c8d /epan
parent8881f3f61a793be6158eb9d1b9f4114edc5b957c (diff)
Fix some code remove by 296591399f90a9d89be958d91047aa724a77ee6d
(Copyright or info about file...) Change-Id: I90ba8b1c3ec8406b0c3365a69a8555837fc4bbb1 Reviewed-on: https://code.wireshark.org/review/515 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Diffstat (limited to 'epan')
-rw-r--r--epan/crypt/airpdcap.c1
-rw-r--r--epan/dissectors/packet-clnp.c1
-rw-r--r--epan/dissectors/packet-dcm.h1
-rw-r--r--epan/dissectors/packet-esis.c1
-rw-r--r--epan/dissectors/packet-esis.h1
-rw-r--r--epan/dissectors/packet-isis-clv.c1
-rw-r--r--epan/dissectors/packet-isis-clv.h1
-rw-r--r--epan/dissectors/packet-isis-hello.c1
-rw-r--r--epan/dissectors/packet-isis-lsp.c1
-rw-r--r--epan/dissectors/packet-isis-snp.c1
-rw-r--r--epan/dissectors/packet-isis.c1
-rw-r--r--epan/dissectors/packet-isis.h1
-rw-r--r--epan/dissectors/packet-mac-lte.h1
-rw-r--r--epan/dissectors/packet-osi-options.c1
-rw-r--r--epan/dissectors/packet-osi-options.h1
-rw-r--r--epan/dissectors/packet-osi.c1
-rw-r--r--epan/dissectors/packet-ositp.c1
-rw-r--r--epan/dissectors/packet-sctp.h3
-rw-r--r--epan/dissectors/packet-v52.c1
-rw-r--r--epan/osi-utils.c1
20 files changed, 21 insertions, 1 deletions
diff --git a/epan/crypt/airpdcap.c b/epan/crypt/airpdcap.c
index ab0f61575e..051ee6cf82 100644
--- a/epan/crypt/airpdcap.c
+++ b/epan/crypt/airpdcap.c
@@ -1,5 +1,6 @@
/* airpdcap.c
*
+ * Copyright (c) 2006 CACE Technologies, Davis (California)
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/epan/dissectors/packet-clnp.c b/epan/dissectors/packet-clnp.c
index 89a34ff099..2236783d52 100644
--- a/epan/dissectors/packet-clnp.c
+++ b/epan/dissectors/packet-clnp.c
@@ -1,6 +1,7 @@
/* packet-clnp.c
* Routines for ISO/OSI network protocol packet disassembly
*
+ * Laurent Deniel <laurent.deniel@free.fr>
* Ralf Schneider <Ralf.Schneider@t-online.de>
*
* Wireshark - Network traffic analyzer
diff --git a/epan/dissectors/packet-dcm.h b/epan/dissectors/packet-dcm.h
index 65cd57f9ce..bfadc9fe33 100644
--- a/epan/dissectors/packet-dcm.h
+++ b/epan/dissectors/packet-dcm.h
@@ -1,5 +1,6 @@
/* packet-dcm.h
*
+ * Routines for DICOM packet dissection
* Copyright 2009, David Aggeler <david_aggeler@hispeed.ch>
*
* Wireshark - Network traffic analyzer
diff --git a/epan/dissectors/packet-esis.c b/epan/dissectors/packet-esis.c
index f5d0ffaaf7..f9595f6032 100644
--- a/epan/dissectors/packet-esis.c
+++ b/epan/dissectors/packet-esis.c
@@ -2,6 +2,7 @@
* Routines for ISO/OSI End System to Intermediate System
* Routing Exchange Protocol ISO 9542.
*
+ * Ralf Schneider <Ralf.Schneider@t-online.de>
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
diff --git a/epan/dissectors/packet-esis.h b/epan/dissectors/packet-esis.h
index ddb4bde885..86a3265486 100644
--- a/epan/dissectors/packet-esis.h
+++ b/epan/dissectors/packet-esis.h
@@ -1,6 +1,7 @@
/* packet-esis.h
* Defines and such for ESIS protocol decode.
*
+ * Ralf Schneider <Ralf.Schneider@t-online.de>
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
diff --git a/epan/dissectors/packet-isis-clv.c b/epan/dissectors/packet-isis-clv.c
index 78fe814363..8e26a41393 100644
--- a/epan/dissectors/packet-isis-clv.c
+++ b/epan/dissectors/packet-isis-clv.c
@@ -1,6 +1,7 @@
/* packet-isis-clv.c
* Common CLV decode routines.
*
+ * Stuart Stanley <stuarts@mxmail.net>
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
diff --git a/epan/dissectors/packet-isis-clv.h b/epan/dissectors/packet-isis-clv.h
index eb8c3e749c..5f796e347b 100644
--- a/epan/dissectors/packet-isis-clv.h
+++ b/epan/dissectors/packet-isis-clv.h
@@ -1,6 +1,7 @@
/* packet-isis-clv.h
* Declares for common clv decoding functions.
*
+ * Stuart Stanley <stuarts@mxmail.net>
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
diff --git a/epan/dissectors/packet-isis-hello.c b/epan/dissectors/packet-isis-hello.c
index 591f7cf6cb..4e62f2cd6b 100644
--- a/epan/dissectors/packet-isis-hello.c
+++ b/epan/dissectors/packet-isis-hello.c
@@ -1,6 +1,7 @@
/* packet-isis-hello.c
* Routines for decoding isis hello packets and their CLVs
*
+ * Stuart Stanley <stuarts@mxmail.net>
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
diff --git a/epan/dissectors/packet-isis-lsp.c b/epan/dissectors/packet-isis-lsp.c
index 0a67bf5584..a932a26012 100644
--- a/epan/dissectors/packet-isis-lsp.c
+++ b/epan/dissectors/packet-isis-lsp.c
@@ -1,6 +1,7 @@
/* packet-isis-lsp.c
* Routines for decoding isis lsp packets and their CLVs
*
+ * Stuart Stanley <stuarts@mxmail.net>
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
diff --git a/epan/dissectors/packet-isis-snp.c b/epan/dissectors/packet-isis-snp.c
index a4798a78d5..0664f95926 100644
--- a/epan/dissectors/packet-isis-snp.c
+++ b/epan/dissectors/packet-isis-snp.c
@@ -1,6 +1,7 @@
/* packet-isis-snp.c
* Routines for decoding isis complete & partial SNP and their payload
*
+ * Stuart Stanley <stuarts@mxmail.net>
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
diff --git a/epan/dissectors/packet-isis.c b/epan/dissectors/packet-isis.c
index 870a013d87..29f43039e0 100644
--- a/epan/dissectors/packet-isis.c
+++ b/epan/dissectors/packet-isis.c
@@ -2,6 +2,7 @@
* Routines for ISO/OSI network and transport protocol packet disassembly, core
* bits.
*
+ * Stuart Stanley <stuarts@mxmail.net>
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
diff --git a/epan/dissectors/packet-isis.h b/epan/dissectors/packet-isis.h
index 8e581baebb..591cac090f 100644
--- a/epan/dissectors/packet-isis.h
+++ b/epan/dissectors/packet-isis.h
@@ -1,6 +1,7 @@
/* packet-isis.h
* Defines and such for core isis protcol decode.
*
+ * Stuart Stanley <stuarts@mxmail.net>
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
diff --git a/epan/dissectors/packet-mac-lte.h b/epan/dissectors/packet-mac-lte.h
index 48cff415c6..68f3c79316 100644
--- a/epan/dissectors/packet-mac-lte.h
+++ b/epan/dissectors/packet-mac-lte.h
@@ -1,6 +1,7 @@
/* packet-mac-lte.h
*
* Martin Mathieson
+ *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
diff --git a/epan/dissectors/packet-osi-options.c b/epan/dissectors/packet-osi-options.c
index 2e849706d2..71f091debb 100644
--- a/epan/dissectors/packet-osi-options.c
+++ b/epan/dissectors/packet-osi-options.c
@@ -5,6 +5,7 @@
* ISO 10589 ISIS (Intradomain Routing Information Exchange Protocol)
* ISO 9542 ESIS (End System To Intermediate System Routing Exchange Protocol)
*
+ * Ralf Schneider <Ralf.Schneider@t-online.de>
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
diff --git a/epan/dissectors/packet-osi-options.h b/epan/dissectors/packet-osi-options.h
index c0b7124cde..da9d7dea6c 100644
--- a/epan/dissectors/packet-osi-options.h
+++ b/epan/dissectors/packet-osi-options.h
@@ -1,6 +1,7 @@
/* packet-osi-options.h
* Defines for OSI options part decode
*
+ * Ralf Schneider <Ralf.Schneider@t-online.de>
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
diff --git a/epan/dissectors/packet-osi.c b/epan/dissectors/packet-osi.c
index dca7b902c4..ca825aa744 100644
--- a/epan/dissectors/packet-osi.c
+++ b/epan/dissectors/packet-osi.c
@@ -2,6 +2,7 @@
* Routines for ISO/OSI network and transport protocol packet disassembly
* Main entrance point and common functions
*
+ * Laurent Deniel <laurent.deniel@free.fr>
* Ralf Schneider <Ralf.Schneider@t-online.de>
*
* Wireshark - Network traffic analyzer
diff --git a/epan/dissectors/packet-ositp.c b/epan/dissectors/packet-ositp.c
index 74695329cf..c8ab64d58b 100644
--- a/epan/dissectors/packet-ositp.c
+++ b/epan/dissectors/packet-ositp.c
@@ -2,6 +2,7 @@
* Routines for ISO/OSI transport protocol (connection-oriented
* and connectionless) packet disassembly
*
+ * Laurent Deniel <laurent.deniel@free.fr>
* Ralf Schneider <Ralf.Schneider@t-online.de>
*
* Wireshark - Network traffic analyzer
diff --git a/epan/dissectors/packet-sctp.h b/epan/dissectors/packet-sctp.h
index 7373137144..c938b81ff2 100644
--- a/epan/dissectors/packet-sctp.h
+++ b/epan/dissectors/packet-sctp.h
@@ -2,7 +2,8 @@
*
* Defintion of SCTP specific structures used by tap listeners.
*
-
+ * Copyright 2004 Michael Tuexen <tuexen [AT] fh-muenster.de>
+ *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
diff --git a/epan/dissectors/packet-v52.c b/epan/dissectors/packet-v52.c
index b5e0794290..3a01e24668 100644
--- a/epan/dissectors/packet-v52.c
+++ b/epan/dissectors/packet-v52.c
@@ -1,4 +1,5 @@
/* packet-v52.c
+ * Implementation for V5.2 Interface dissection
* References:
* ETSI EN 300 324-1 V2.1.1 (2000-04)
* ETSI EN 300 347-1 V2.2.2 (1999-12)
diff --git a/epan/osi-utils.c b/epan/osi-utils.c
index c68b95be2c..4734b14633 100644
--- a/epan/osi-utils.c
+++ b/epan/osi-utils.c
@@ -2,6 +2,7 @@
* Routines for ISO/OSI network and transport protocol packet disassembly
* Main entrance point and common functions
*
+ * Laurent Deniel <laurent.deniel@free.fr>
* Ralf Schneider <Ralf.Schneider@t-online.de>
*
* Wireshark - Network traffic analyzer