aboutsummaryrefslogtreecommitdiffstats
path: root/ethereal_gen.py
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-07-20 20:36:31 +0000
committerGuy Harris <guy@alum.mit.edu>2001-07-20 20:36:31 +0000
commit8caa99f9ccf5c46146754b78010189d2bf58922f (patch)
tree9c1dd66e19ca119d133cec661e0d6710b3090db1 /ethereal_gen.py
parenta627bc24636c001a8866a2e4d750162abf7c087a (diff)
Update from Frank Singleton to put the right file name in the
introductory comment. svn path=/trunk/; revision=3755
Diffstat (limited to 'ethereal_gen.py')
-rw-r--r--ethereal_gen.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/ethereal_gen.py b/ethereal_gen.py
index 25378f3c44..d7600ad012 100644
--- a/ethereal_gen.py
+++ b/ethereal_gen.py
@@ -1,6 +1,6 @@
# -*- python -*-
#
-# $Id: ethereal_gen.py,v 1.7 2001/07/20 09:50:08 guy Exp $
+# $Id: ethereal_gen.py,v 1.8 2001/07/20 20:36:31 guy Exp $
#
#
# ethereal_gen.py (part of idl2eth)
@@ -1628,8 +1628,7 @@ for (i_@aname@=0; i_@aname@ < @aval@; i_@aname@++) {
#
template_Header = """\
-/*
- * packet-@dissector_name@-idl.c
+/* packet-@dissector_name@.c
* Routines for IDL dissection
*
* Autogenerated from idl2eth