summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorJoerg Mayer <jmayer@loplof.de>2015-08-23 17:02:47 +0400
committerJörg Mayer <jmayer@loplof.de>2015-08-23 13:05:33 +0000
commit23367434434813c7fead8da8e46f41018d666343 (patch)
treeaaffc2b2383bcd5e6d27e6bd19a0c4793b2b94cb /plugins
parentebca184be0031969a4a64b25dd62792910a30e8c (diff)
downloadwireshark-23367434434813c7fead8da8e46f41018d666343.tar.gz
Remove some svn $Author$ lines that escaped previous cleanups.
git does keep of this in a much better way anyway. Change-Id: I9923516105e63e72878e0ed34c74eed44453ab01 Reviewed-on: https://code.wireshark.org/review/10207 Reviewed-by: Jörg Mayer <jmayer@loplof.de>
Diffstat (limited to 'plugins')
-rw-r--r--plugins/opcua/opcua.c2
-rw-r--r--plugins/opcua/opcua_application_layer.c2
-rw-r--r--plugins/opcua/opcua_application_layer.h2
-rw-r--r--plugins/opcua/opcua_security_layer.c2
-rw-r--r--plugins/opcua/opcua_security_layer.h2
-rw-r--r--plugins/opcua/opcua_simpletypes.c2
-rw-r--r--plugins/opcua/opcua_simpletypes.h2
-rw-r--r--plugins/opcua/opcua_transport_layer.c2
-rw-r--r--plugins/opcua/opcua_transport_layer.h2
9 files changed, 0 insertions, 18 deletions
diff --git a/plugins/opcua/opcua.c b/plugins/opcua/opcua.c
index 3a00f0ad89..daae271a0d 100644
--- a/plugins/opcua/opcua.c
+++ b/plugins/opcua/opcua.c
@@ -15,8 +15,6 @@
** Description: OpcUa Protocol Decoder.
**
** Author: Gerhard Gappmeier <gerhard.gappmeier@ascolab.com>
-** Last change by: $Author: gergap $
-**
******************************************************************************/
#include "config.h"
diff --git a/plugins/opcua/opcua_application_layer.c b/plugins/opcua/opcua_application_layer.c
index 7d15c75c4a..df627b3210 100644
--- a/plugins/opcua/opcua_application_layer.c
+++ b/plugins/opcua/opcua_application_layer.c
@@ -15,8 +15,6 @@
** Description: OpcUa Application Layer Decoder.
**
** Author: Gerhard Gappmeier <gerhard.gappmeier@ascolab.com>
-** Last change by: $Author: gergap $
-**
******************************************************************************/
#include "config.h"
diff --git a/plugins/opcua/opcua_application_layer.h b/plugins/opcua/opcua_application_layer.h
index e276ef645e..c74238ab0b 100644
--- a/plugins/opcua/opcua_application_layer.h
+++ b/plugins/opcua/opcua_application_layer.h
@@ -15,8 +15,6 @@
** Description: OpcUa Application Layer Decoder.
**
** Author: Gerhard Gappmeier <gerhard.gappmeier@ascolab.com>
-** Last change by: $Author: gergap $
-**
******************************************************************************/
void registerApplicationLayerTypes(int proto);
diff --git a/plugins/opcua/opcua_security_layer.c b/plugins/opcua/opcua_security_layer.c
index 35449c2a6d..2acd8f85ff 100644
--- a/plugins/opcua/opcua_security_layer.c
+++ b/plugins/opcua/opcua_security_layer.c
@@ -15,8 +15,6 @@
** Description: OpcUa Security Layer Decoder.
**
** Author: Gerhard Gappmeier <gerhard.gappmeier@ascolab.com>
-** Last change by: $Author: gergap $
-**
******************************************************************************/
#include "config.h"
diff --git a/plugins/opcua/opcua_security_layer.h b/plugins/opcua/opcua_security_layer.h
index 5f0422b9af..c168452242 100644
--- a/plugins/opcua/opcua_security_layer.h
+++ b/plugins/opcua/opcua_security_layer.h
@@ -15,8 +15,6 @@
** Description: OpcUa Security Layer Decoder.
**
** Author: Gerhard Gappmeier <gerhard.gappmeier@ascolab.com>
-** Last change by: $Author: gergap $
-**
******************************************************************************/
void registerSecurityLayerTypes(int proto);
diff --git a/plugins/opcua/opcua_simpletypes.c b/plugins/opcua/opcua_simpletypes.c
index ae9bb62ee6..aca9ba2902 100644
--- a/plugins/opcua/opcua_simpletypes.c
+++ b/plugins/opcua/opcua_simpletypes.c
@@ -16,8 +16,6 @@
** This contains all the simple types and some complex types.
**
** Author: Gerhard Gappmeier <gerhard.gappmeier@ascolab.com>
-** Last change by: $Author: gergap $
-**
******************************************************************************/
#include "config.h"
diff --git a/plugins/opcua/opcua_simpletypes.h b/plugins/opcua/opcua_simpletypes.h
index 486f5a9c92..05da5ca024 100644
--- a/plugins/opcua/opcua_simpletypes.h
+++ b/plugins/opcua/opcua_simpletypes.h
@@ -16,8 +16,6 @@
** This contains all the simple types and some complex types.
**
** Author: Gerhard Gappmeier <gerhard.gappmeier@ascolab.com>
-** Last change by: $Author: gergap $
-**
******************************************************************************/
#include "opcua_identifiers.h"
diff --git a/plugins/opcua/opcua_transport_layer.c b/plugins/opcua/opcua_transport_layer.c
index 8d4b78d741..5b32a5dbb4 100644
--- a/plugins/opcua/opcua_transport_layer.c
+++ b/plugins/opcua/opcua_transport_layer.c
@@ -15,8 +15,6 @@
** Description: OpcUa Transport Layer Decoder.
**
** Author: Gerhard Gappmeier <gerhard.gappmeier@ascolab.com>
-** Last change by: $Author: gergap $
-**
******************************************************************************/
#include "config.h"
diff --git a/plugins/opcua/opcua_transport_layer.h b/plugins/opcua/opcua_transport_layer.h
index 9b7aa715b6..cc32d0af2e 100644
--- a/plugins/opcua/opcua_transport_layer.h
+++ b/plugins/opcua/opcua_transport_layer.h
@@ -15,8 +15,6 @@
** Description: OpcUa Transport Layer Decoder.
**
** Author: Gerhard Gappmeier <gerhard.gappmeier@ascolab.com>
-** Last change by: $Author: gergap $
-**
******************************************************************************/
/* Transport Layer: message parsers */