summaryrefslogtreecommitdiff
path: root/plugins/ciscosm
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-07-18 00:24:25 +0000
committerGuy Harris <guy@alum.mit.edu>2004-07-18 00:24:25 +0000
commit8a8b8834500043ea4f7d818aafa2b1edb353563a (patch)
treeb927867e72fe395b5060acacc1f9e827b3e430cd /plugins/ciscosm
parent16c252d77519048fbea9fee2e00f5ea66d534953 (diff)
downloadwireshark-8a8b8834500043ea4f7d818aafa2b1edb353563a.tar.gz
Set the svn:eol-style property on all text files to "native", so that
they have LF at the end of the line on UN*X and CR/LF on Windows; hopefully this means that if a CR/LF version is checked in on Windows, the CRs will be stripped so that they show up only when checked out on Windows, not on UN*X. svn path=/trunk/; revision=11400
Diffstat (limited to 'plugins/ciscosm')
-rw-r--r--plugins/ciscosm/Makefile.am2
-rw-r--r--plugins/ciscosm/Makefile.nmake2
-rw-r--r--plugins/ciscosm/packet-sm.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/plugins/ciscosm/Makefile.am b/plugins/ciscosm/Makefile.am
index 2f26a6325d..050db9e32b 100644
--- a/plugins/ciscosm/Makefile.am
+++ b/plugins/ciscosm/Makefile.am
@@ -2,7 +2,7 @@
# Automake file for Cisco SS7 Session Management dissector
# Copyright 2004, Duncan Sargeant <dunc-ethereal@rcpt.to>
#
-# $Id: Makefile.am,v 1.3 2004/04/25 21:07:16 obiot Exp $
+# $Id$
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
diff --git a/plugins/ciscosm/Makefile.nmake b/plugins/ciscosm/Makefile.nmake
index 8038737b9d..21017ebd59 100644
--- a/plugins/ciscosm/Makefile.nmake
+++ b/plugins/ciscosm/Makefile.nmake
@@ -1,5 +1,5 @@
#
-# $Id: Makefile.nmake,v 1.1 2004/03/25 11:21:06 guy Exp $
+# $Id$
#
include ..\..\config.nmake
diff --git a/plugins/ciscosm/packet-sm.c b/plugins/ciscosm/packet-sm.c
index 47480120a3..ee7e0d3f3c 100644
--- a/plugins/ciscosm/packet-sm.c
+++ b/plugins/ciscosm/packet-sm.c
@@ -2,7 +2,7 @@
* Routines for Cisco Session Management Protocol dissection
* Copyright 2004, Duncan Sargeant <dunc-ethereal@rcpt.to>
*
- * $Id: packet-sm.c,v 1.5 2004/04/25 15:16:38 jmayer Exp $
+ * $Id$
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>