summaryrefslogtreecommitdiff
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
parent8881f3f61a793be6158eb9d1b9f4114edc5b957c (diff)
downloadwireshark-abc6fb24fa2d8ef52692532776fb6de59de791dd.tar.gz
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>
-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
-rw-r--r--plugins/docsis/packet-mdd.c1
-rw-r--r--plugins/docsis/packet-regreqmp.c1
-rw-r--r--plugins/docsis/packet-sync.c1
-rw-r--r--ui/cli/tap-sipstat.c1
-rw-r--r--ui/gtk/flow_graph.c1
-rw-r--r--ui/gtk/sip_stat.c1
26 files changed, 27 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
diff --git a/plugins/docsis/packet-mdd.c b/plugins/docsis/packet-mdd.c
index 6ac9ded1e8..3a2801ef38 100644
--- a/plugins/docsis/packet-mdd.c
+++ b/plugins/docsis/packet-mdd.c
@@ -1,4 +1,5 @@
/* packet-mdd.c
+ * Routines for MDD Message dissection
* Copyright 2007, Bruno Verstuyft <bruno.verstuyft@excentis.com>
*
*
diff --git a/plugins/docsis/packet-regreqmp.c b/plugins/docsis/packet-regreqmp.c
index 8198754c68..da6df60328 100644
--- a/plugins/docsis/packet-regreqmp.c
+++ b/plugins/docsis/packet-regreqmp.c
@@ -1,4 +1,5 @@
/* packet-regreqmp.c
+ * Routines for REG-REQ-MP Message dissection
* Copyright 2007, Bruno Verstuyft <bruno.verstuyft@excentis.com>
*
* Based on packet-regreq.c (by Anand V. Narwani <anand[AT]narwani.org>)
diff --git a/plugins/docsis/packet-sync.c b/plugins/docsis/packet-sync.c
index 755b847fa0..347c0b583a 100644
--- a/plugins/docsis/packet-sync.c
+++ b/plugins/docsis/packet-sync.c
@@ -1,4 +1,5 @@
/* packet-sync.c
+ * Routines for Sync Message dissection
* Copyright 2007, Bruno Verstuyft <bruno.verstuyft@excentis.com>
*
*
diff --git a/ui/cli/tap-sipstat.c b/ui/cli/tap-sipstat.c
index ec1010cfe5..a20332e003 100644
--- a/ui/cli/tap-sipstat.c
+++ b/ui/cli/tap-sipstat.c
@@ -1,6 +1,7 @@
/* tap_sipstat.c
* sip message counter for wireshark
*
+ * Copied from ui/gtk/sip_stat.c and tap-httpstat.c
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
diff --git a/ui/gtk/flow_graph.c b/ui/gtk/flow_graph.c
index 084e43b6a5..21325d98f4 100644
--- a/ui/gtk/flow_graph.c
+++ b/ui/gtk/flow_graph.c
@@ -1,4 +1,5 @@
/* flow_graph.c
+ * Allows to display a flow graph of the currently displayed packets
*
* Copyright 2004, Ericsson , Spain
* By Francisco Alcoba <francisco.alcoba@ericsson.com>
diff --git a/ui/gtk/sip_stat.c b/ui/gtk/sip_stat.c
index 46c0832c88..7cd1621f11 100644
--- a/ui/gtk/sip_stat.c
+++ b/ui/gtk/sip_stat.c
@@ -1,6 +1,7 @@
/* sip_stat.c
* sip_stat 2004 Martin Mathieson
*
+ * Copied from http_stat.c
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>