Fix some code remove by 296591399f90a9d89be958d91047aa724a77ee6d
authorAlexis La Goutte <alexis.lagoutte@gmail.com>
Wed, 5 Mar 2014 07:53:22 +0000 (08:53 +0100)
committerAlexis La Goutte <alexis.lagoutte@gmail.com>
Wed, 5 Mar 2014 09:25:47 +0000 (09:25 +0000)
(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>
26 files changed:
epan/crypt/airpdcap.c
epan/dissectors/packet-clnp.c
epan/dissectors/packet-dcm.h
epan/dissectors/packet-esis.c
epan/dissectors/packet-esis.h
epan/dissectors/packet-isis-clv.c
epan/dissectors/packet-isis-clv.h
epan/dissectors/packet-isis-hello.c
epan/dissectors/packet-isis-lsp.c
epan/dissectors/packet-isis-snp.c
epan/dissectors/packet-isis.c
epan/dissectors/packet-isis.h
epan/dissectors/packet-mac-lte.h
epan/dissectors/packet-osi-options.c
epan/dissectors/packet-osi-options.h
epan/dissectors/packet-osi.c
epan/dissectors/packet-ositp.c
epan/dissectors/packet-sctp.h
epan/dissectors/packet-v52.c
epan/osi-utils.c
plugins/docsis/packet-mdd.c
plugins/docsis/packet-regreqmp.c
plugins/docsis/packet-sync.c
ui/cli/tap-sipstat.c
ui/gtk/flow_graph.c
ui/gtk/sip_stat.c

index ab0f61575e5a46ddca8404f328bef417ef5c55cf..051ee6cf8283edd0d02022b7e84884c3d3ff3dfd 100644 (file)
@@ -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
index 89a34ff099ecf61bb6dfa154ecd984e8cc082d9c..2236783d523c61aa2a553de6cf940548e7e5712a 100644 (file)
@@ -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
index 65cd57f9cee38cac11ec7464b9a250aa40d99e2f..bfadc9fe33116536644e2ab974a334a55b659213 100644 (file)
@@ -1,5 +1,6 @@
 /* packet-dcm.h
  *
+ * Routines for DICOM packet dissection
  * Copyright 2009, David Aggeler <david_aggeler@hispeed.ch>
  *
  * Wireshark - Network traffic analyzer
index f5d0ffaaf7cc14105eeae8cc48b76d6e555453dc..f9595f6032d8925160f83ad62581b6e8a46a13fa 100644 (file)
@@ -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>
index ddb4bde8858d99441fa0502614859c510ad3ce07..86a326548676b26eeae8e99a3153aaee2ea5451b 100644 (file)
@@ -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>
index 78fe814363bb3dc125795f59d3f2492a35477f3c..8e26a413935ceac2c25f4d0608e8194f5218744c 100644 (file)
@@ -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>
index eb8c3e749cb50e617e6dac45d531b3fbd538bfdc..5f796e347bb7e513b16ebb61028ee77f9d79f9ca 100644 (file)
@@ -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>
index 591f7cf6cb686f1f7ec3e0843410a25dd24e20b4..4e62f2cd6bdd59424397f5ff159c14e5925eeb40 100644 (file)
@@ -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>
index 0a67bf5584f5d37b2044917ae8783e23f7983ebd..a932a26012c0292a974aa5072431c6699a63159d 100644 (file)
@@ -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>
index a4798a78d54aaab3fde651f700e9ec3afda0762d..0664f95926b8d1f2e94f40abd1049349b327b0d3 100644 (file)
@@ -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>
index 870a013d8757bcf1538faacca287d19c2c2150b1..29f43039e02ceb59777479f40b50481d6709b9ed 100644 (file)
@@ -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>
index 8e581baebb13c8a75061bc95557280915ef33b65..591cac090f860d23347e506951df38a93ed5b911 100644 (file)
@@ -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>
index 48cff415c6a56539e5e245c1a1cfcdaa1f888867..68f3c79316b04f1b35633d0e200743c8341d7338 100644 (file)
@@ -1,6 +1,7 @@
 /* packet-mac-lte.h
  *
  * Martin Mathieson
+ *
  * Wireshark - Network traffic analyzer
  * By Gerald Combs <gerald@wireshark.org>
  * Copyright 1998 Gerald Combs
index 2e849706d214a5bc1acdd0c1f84687aded3fbf5a..71f091debb072b52dd9e1ae95e25bd21764b9dff 100644 (file)
@@ -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>
index c0b7124cde4ce0a1186f33ffd303e89fabde1e1b..da9d7dea6c9df3d9bdadbea4b663de8b3a392a93 100644 (file)
@@ -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>
index dca7b902c4914cbb4d23da4921613dd0dcf8b3f6..ca825aa7447bcaf36102be7fcc787922d69a00ac 100644 (file)
@@ -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
index 74695329cf74fc4af1aa0f296ee6ba113508c3f2..c8ab64d58bbff8f362cb278b3171e3c7499a1df8 100644 (file)
@@ -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
index 7373137144eadd4c9e315b40a4982d89a60e18fa..c938b81ff2784f39cd61e62e9b26b713f4c12489 100644 (file)
@@ -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
index b5e07942902b34666e94c5bc5e76ff8be12aa0cd..3a01e246683311185bc35b015f29b6dbb85e65c1 100644 (file)
@@ -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)
index c68b95be2c35be3fada4ae0549993c447145a71a..4734b14633ed6612428e7730ff4e36e55ea4dc0d 100644 (file)
@@ -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
index 6ac9ded1e83a6e10972a2bb2abc78f4a00d28b55..3a2801ef380a588ebbe69bf06d84f956cb8b10ec 100644 (file)
@@ -1,4 +1,5 @@
 /* packet-mdd.c
+ * Routines for MDD Message dissection
  * Copyright 2007, Bruno Verstuyft  <bruno.verstuyft@excentis.com>
  *
  *
index 8198754c6819503e43f94478ab5ff4ae9e595a05..da6df60328c40542b8f3c0dc5398bcfbe487ab03 100644 (file)
@@ -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>)
index 755b847fa070b681819ef9526ad4b1297a00f4e1..347c0b583ab2e5e839d95eb4dc87ad7ae5e63b92 100644 (file)
@@ -1,4 +1,5 @@
 /* packet-sync.c
+ * Routines for Sync Message dissection
  * Copyright 2007, Bruno Verstuyft  <bruno.verstuyft@excentis.com>
  *
  *
index ec1010cfe5421d2cb961964eecdac3ea068cb8d2..a20332e003fb759daeeca241a794fc870f81eb4c 100644 (file)
@@ -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>
index 084e43b6a5c89925750b2061b18d403b5a0fde76..21325d98f4e508c6ab5057da8f94e93dcce23b35 100644 (file)
@@ -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>
index 46c0832c8802ad41788723eb917a04c433e9f9e3..7cd1621f11c385c09f018118b3eb8930a95fd9c8 100644 (file)
@@ -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>