Fix some code remove by 296591399f

(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>
This commit is contained in:
Alexis La Goutte 2014-03-05 08:53:22 +01:00
parent 8881f3f61a
commit abc6fb24fa
26 changed files with 27 additions and 1 deletions

View 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

View 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

View 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

View 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>

View 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>

View 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>

View 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>

View 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>

View 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>

View 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>

View 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>

View 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>

View 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

View 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>

View 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>

View 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

View 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

View 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

View 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)

View 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

View File

@ -1,4 +1,5 @@
/* packet-mdd.c
* Routines for MDD Message dissection
* Copyright 2007, Bruno Verstuyft <bruno.verstuyft@excentis.com>
*
*

View 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>)

View File

@ -1,4 +1,5 @@
/* packet-sync.c
* Routines for Sync Message dissection
* Copyright 2007, Bruno Verstuyft <bruno.verstuyft@excentis.com>
*
*

View 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>

View 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>

View 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>