aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/dcerpc
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2014-03-17 15:57:02 +0100
committerAnders Broman <a.broman58@gmail.com>2014-03-31 18:48:06 +0000
commit757aa3322029a673e4f60c67041a796ce15e4828 (patch)
treeff4da6baa18e663a854a7c0863bd9fad2ac2f1b2 /epan/dissectors/dcerpc
parentfb61a0afa9b3ac5a6d3b0efa21e19b74d6aef175 (diff)
Continue to remove $Id$ from top of file
(Using sed : sed -i '/^\# \$Id\$/,+1 d') (start with dash) Change-Id: Ia4b5a6c2302f6a531f6a86c1ec3a2f8205c8c2dd Reviewed-on: https://code.wireshark.org/review/881 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/dcerpc')
-rw-r--r--epan/dissectors/dcerpc/CMakeLists.txt2
-rw-r--r--epan/dissectors/dcerpc/Makefile.am2
-rw-r--r--epan/dissectors/dcerpc/Makefile.inc2
-rw-r--r--epan/dissectors/dcerpc/budb/Makefile2
-rw-r--r--epan/dissectors/dcerpc/butc/Makefile2
-rw-r--r--epan/dissectors/dcerpc/drsuapi/Makefile2
6 files changed, 0 insertions, 12 deletions
diff --git a/epan/dissectors/dcerpc/CMakeLists.txt b/epan/dissectors/dcerpc/CMakeLists.txt
index 8be363df16..6d8708b95b 100644
--- a/epan/dissectors/dcerpc/CMakeLists.txt
+++ b/epan/dissectors/dcerpc/CMakeLists.txt
@@ -1,7 +1,5 @@
# CMakeLists.txt
#
-# $Id$
-#
# Wireshark - Network traffic analyzer
# By Gerald Combs <gerald@wireshark.org>
# Copyright 1998 Gerald Combs
diff --git a/epan/dissectors/dcerpc/Makefile.am b/epan/dissectors/dcerpc/Makefile.am
index 96b2be1959..44cd795b62 100644
--- a/epan/dissectors/dcerpc/Makefile.am
+++ b/epan/dissectors/dcerpc/Makefile.am
@@ -1,7 +1,5 @@
# Makefile.am
#
-# $Id$
-#
# Wireshark - Network traffic analyzer
# By Gerald Combs <gerald@wireshark.org>
# Copyright 2004 Gerald Combs
diff --git a/epan/dissectors/dcerpc/Makefile.inc b/epan/dissectors/dcerpc/Makefile.inc
index 477b9def85..4832496d67 100644
--- a/epan/dissectors/dcerpc/Makefile.inc
+++ b/epan/dissectors/dcerpc/Makefile.inc
@@ -1,5 +1,3 @@
-# $Id$
-
IDL2WRS=../idl2wrs
DISSECTOR_FILES=packet-dcerpc-$(PROTOCOL_NAME).c packet-dcerpc-$(PROTOCOL_NAME).h
diff --git a/epan/dissectors/dcerpc/budb/Makefile b/epan/dissectors/dcerpc/budb/Makefile
index 6d0b93282f..9f0803e53e 100644
--- a/epan/dissectors/dcerpc/budb/Makefile
+++ b/epan/dissectors/dcerpc/budb/Makefile
@@ -1,4 +1,2 @@
-# $Id$
-
PROTOCOL_NAME=budb
include ../Makefile.inc
diff --git a/epan/dissectors/dcerpc/butc/Makefile b/epan/dissectors/dcerpc/butc/Makefile
index 490be0085a..895e2d8aa5 100644
--- a/epan/dissectors/dcerpc/butc/Makefile
+++ b/epan/dissectors/dcerpc/butc/Makefile
@@ -1,4 +1,2 @@
-# $Id$
-
PROTOCOL_NAME=butc
include ../Makefile.inc
diff --git a/epan/dissectors/dcerpc/drsuapi/Makefile b/epan/dissectors/dcerpc/drsuapi/Makefile
index 4ce70f9937..0efc4a2df9 100644
--- a/epan/dissectors/dcerpc/drsuapi/Makefile
+++ b/epan/dissectors/dcerpc/drsuapi/Makefile
@@ -1,4 +1,2 @@
-# $Id$
-
PROTOCOL_NAME=drsuapi
include ../Makefile.inc