Porperties: replace executable by eol-style and keywords
authorJörg Mayer <jmayer@loplof.de>
Sat, 26 Nov 2005 10:05:14 +0000 (10:05 -0000)
committerJörg Mayer <jmayer@loplof.de>
Sat, 26 Nov 2005 10:05:14 +0000 (10:05 -0000)
svn path=/trunk/; revision=16603

31 files changed:
asn1/dap/Makefile [changed mode: 0755->0644]
asn1/dap/dap-exp.cnf [changed mode: 0755->0644]
asn1/dap/dap.asn [changed mode: 0755->0644]
asn1/dap/dap.cnf [changed mode: 0755->0644]
asn1/dap/packet-dap-template.c [changed mode: 0755->0644]
asn1/dap/packet-dap-template.h [changed mode: 0755->0644]
asn1/disp/Makefile [changed mode: 0755->0644]
asn1/disp/disp.asn [changed mode: 0755->0644]
asn1/disp/disp.cnf [changed mode: 0755->0644]
asn1/disp/packet-disp-template.c [changed mode: 0755->0644]
asn1/disp/packet-disp-template.h [changed mode: 0755->0644]
asn1/dsp/Makefile [changed mode: 0755->0644]
asn1/dsp/dsp-exp.cnf [changed mode: 0755->0644]
asn1/dsp/dsp.asn [changed mode: 0755->0644]
asn1/dsp/dsp.cnf [changed mode: 0755->0644]
asn1/dsp/packet-dsp-template.c [changed mode: 0755->0644]
asn1/dsp/packet-dsp-template.h [changed mode: 0755->0644]
asn1/x501/Makefile [changed mode: 0755->0644]
asn1/x501/packet-x501-template.c [changed mode: 0755->0644]
asn1/x501/packet-x501-template.h [changed mode: 0755->0644]
asn1/x501/x501-exp.cnf [changed mode: 0755->0644]
asn1/x501/x501.asn [changed mode: 0755->0644]
asn1/x501/x501.cnf [changed mode: 0755->0644]
epan/dissectors/packet-dap.c
epan/dissectors/packet-dap.h
epan/dissectors/packet-disp.c
epan/dissectors/packet-disp.h
epan/dissectors/packet-dsp.c
epan/dissectors/packet-dsp.h
epan/dissectors/packet-x501.c
epan/dissectors/packet-x501.h

old mode 100755 (executable)
new mode 100644 (file)
index d86f9c8..846e6d2
@@ -1,4 +1,4 @@
-# $Id: Makefile 13071 2005-01-16 10:19:21Z guy $
+# $Id$
 
 DISSECTOR_FILES=packet-dap.c packet-dap.h
 
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
index 59511ea..f41da67
@@ -2,7 +2,7 @@
  * Routines for X.511 (X.500 Directory Asbtract Service) and X.519 DAP  packet dissection
  * Graeme Lunt 2005
  *
- * $Id: packet-dap-template.c 14773 2005-06-26 10:59:15Z etxrab $
+ * $Id$
  *
  * Ethereal - Network traffic analyzer
  * By Gerald Combs <gerald@ethereal.com>
old mode 100755 (executable)
new mode 100644 (file)
index b2c34f6..536eca3
@@ -2,7 +2,7 @@
  * Routines for X.511 (X.500 Directory Access Protocol) packet dissection
  * Graeme Lunt 2005
  *
- * $Id: packet-dap-template.h 14773 2005-06-26 10:59:15Z etxrab $
+ * $Id$
  *
  * Ethereal - Network traffic analyzer
  * By Gerald Combs <gerald@ethereal.com>
old mode 100755 (executable)
new mode 100644 (file)
index 81ce626..b1e8aba
@@ -1,4 +1,4 @@
-# $Id: Makefile 13071 2005-01-16 10:19:21Z guy $
+# $Id$
 
 DISSECTOR_FILES=packet-disp.c packet-disp.h
 
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
index 1f64729..079c260
@@ -2,7 +2,7 @@
  * Routines for X.525 (X.500 Directory Shadow Asbtract Service) and X.519 DISP packet dissection
  * Graeme Lunt 2005
  *
- * $Id: packet-disp-template.c 14773 2005-06-26 10:59:15Z etxrab $
+ * $Id$
  *
  * Ethereal - Network traffic analyzer
  * By Gerald Combs <gerald@ethereal.com>
old mode 100755 (executable)
new mode 100644 (file)
index a12c17d..7f5d212
@@ -2,7 +2,7 @@
  * Routines for X.525 (X.400 Message Transfer) packet dissection
  * Graeme Lunt 2005
  *
- * $Id: packet-disp-template.h 14773 2005-06-26 10:59:15Z etxrab $
+ * $Id$
  *
  * Ethereal - Network traffic analyzer
  * By Gerald Combs <gerald@ethereal.com>
old mode 100755 (executable)
new mode 100644 (file)
index 339a64b..24e2417
@@ -1,4 +1,4 @@
-# $Id: Makefile 13071 2005-01-16 10:19:21Z guy $
+# $Id$
 
 DISSECTOR_FILES=packet-dsp.c packet-dsp.h
 
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
index de1d933..f91387a
@@ -2,7 +2,7 @@
  * Routines for X.518 (X.500 Distributed Operations)  packet dissection
  * Graeme Lunt 2005
  *
- * $Id: packet-dsp-template.c 14773 2005-06-26 10:59:15Z etxrab $
+ * $Id$
  *
  * Ethereal - Network traffic analyzer
  * By Gerald Combs <gerald@ethereal.com>
old mode 100755 (executable)
new mode 100644 (file)
index 5cd4255..b72a447
@@ -2,7 +2,7 @@
  * Routines for X.511 (X.500 Directory Access Protocol) packet dissection
  * Graeme Lunt 2005
  *
- * $Id: packet-dsp-template.h 14773 2005-06-26 10:59:15Z etxrab $
+ * $Id$
  *
  * Ethereal - Network traffic analyzer
  * By Gerald Combs <gerald@ethereal.com>
old mode 100755 (executable)
new mode 100644 (file)
index 076897f..5606613
@@ -1,4 +1,4 @@
-# $Id: Makefile 13071 2005-01-16 10:19:21Z guy $
+# $Id$
 
 DISSECTOR_FILES=packet-x501.c packet-x501.h
 
old mode 100755 (executable)
new mode 100644 (file)
index 6510cc8..741291b
@@ -2,7 +2,7 @@
  * Routines for X.501 (DSA Operational Attributes)  packet dissection
  * Graeme Lunt 2005
  *
- * $Id: packet-x501-template.c 14773 2005-06-26 10:59:15Z etxrab $
+ * $Id$
  *
  * Ethereal - Network traffic analyzer
  * By Gerald Combs <gerald@ethereal.com>
old mode 100755 (executable)
new mode 100644 (file)
index 673828f..41851c3
@@ -2,7 +2,7 @@
  * Routines for X.501 (DSA Operational Attributes) packet dissection
  * Graeme Lunt 2005
  *
- * $Id: packet-x501-template.h 14773 2005-06-26 10:59:15Z etxrab $
+ * $Id$
  *
  * Ethereal - Network traffic analyzer
  * By Gerald Combs <gerald@ethereal.com>
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
index 06f1f93cc19f5374a6dcee5632dc0351aa6710cd..10319c50ef1c0eabb28b25f10ce20d5c130c614f 100644 (file)
@@ -9,7 +9,7 @@
  * Routines for X.511 (X.500 Directory Asbtract Service) and X.519 DAP  packet dissection
  * Graeme Lunt 2005
  *
- * $Id: packet-dap-template.c 14773 2005-06-26 10:59:15Z etxrab $
+ * $Id$
  *
  * Ethereal - Network traffic analyzer
  * By Gerald Combs <gerald@ethereal.com>
index 1819c597c0d61de2505c1203a8d50f90cb902349..1a311f276ad3d0af332e39ecd6d1f5845329de65 100644 (file)
@@ -9,7 +9,7 @@
  * Routines for X.511 (X.500 Directory Access Protocol) packet dissection
  * Graeme Lunt 2005
  *
- * $Id: packet-dap-template.h 14773 2005-06-26 10:59:15Z etxrab $
+ * $Id$
  *
  * Ethereal - Network traffic analyzer
  * By Gerald Combs <gerald@ethereal.com>
index 0e8189ddeaba3d34037cf43613000e4215bab991..d0f16494136493a0a67a0bdcb8e811133f709e58 100644 (file)
@@ -9,7 +9,7 @@
  * Routines for X.525 (X.500 Directory Shadow Asbtract Service) and X.519 DISP packet dissection
  * Graeme Lunt 2005
  *
- * $Id: packet-disp-template.c 14773 2005-06-26 10:59:15Z etxrab $
+ * $Id$
  *
  * Ethereal - Network traffic analyzer
  * By Gerald Combs <gerald@ethereal.com>
index a0cbfebfa599f3fc4fc1df9e06e584a93f2ddc59..9973f73ee0ecbdf7adac9b45eb0ba902c37fad83 100644 (file)
@@ -9,7 +9,7 @@
  * Routines for X.525 (X.400 Message Transfer) packet dissection
  * Graeme Lunt 2005
  *
- * $Id: packet-disp-template.h 14773 2005-06-26 10:59:15Z etxrab $
+ * $Id$
  *
  * Ethereal - Network traffic analyzer
  * By Gerald Combs <gerald@ethereal.com>
index 75733c8e2d4bafebedd251c27aa13653edce6962..33de3ea12a9d9b9d5edc4592c2b2d4c26a87de51 100644 (file)
@@ -9,7 +9,7 @@
  * Routines for X.518 (X.500 Distributed Operations)  packet dissection
  * Graeme Lunt 2005
  *
- * $Id: packet-dsp-template.c 14773 2005-06-26 10:59:15Z etxrab $
+ * $Id$
  *
  * Ethereal - Network traffic analyzer
  * By Gerald Combs <gerald@ethereal.com>
index e9f00c574283f609cee63b0ce9cb40cd1dfdcb99..6f6affee17b9b072d483e06aa4b0a2f52a881240 100644 (file)
@@ -9,7 +9,7 @@
  * Routines for X.511 (X.500 Directory Access Protocol) packet dissection
  * Graeme Lunt 2005
  *
- * $Id: packet-dsp-template.h 14773 2005-06-26 10:59:15Z etxrab $
+ * $Id$
  *
  * Ethereal - Network traffic analyzer
  * By Gerald Combs <gerald@ethereal.com>
index f660b202100b8d0babef5f4e34cab412a84a4753..7465dd2e7eef0185d258956322fd2f68ad4430c8 100644 (file)
@@ -9,7 +9,7 @@
  * Routines for X.501 (DSA Operational Attributes)  packet dissection
  * Graeme Lunt 2005
  *
- * $Id: packet-x501-template.c 14773 2005-06-26 10:59:15Z etxrab $
+ * $Id$
  *
  * Ethereal - Network traffic analyzer
  * By Gerald Combs <gerald@ethereal.com>
index 69e690faf387799dc9a64210ecb2dec46d2e0666..2b57083d2a0e37f202023679242bb7032450ede0 100644 (file)
@@ -9,7 +9,7 @@
  * Routines for X.501 (DSA Operational Attributes) packet dissection
  * Graeme Lunt 2005
  *
- * $Id: packet-x501-template.h 14773 2005-06-26 10:59:15Z etxrab $
+ * $Id$
  *
  * Ethereal - Network traffic analyzer
  * By Gerald Combs <gerald@ethereal.com>