From ba5dbde4b4fbc03a21127193662498128a682c38 Mon Sep 17 00:00:00 2001 From: guy Date: Fri, 20 Jul 2001 20:36:31 +0000 Subject: [PATCH] Update from Frank Singleton to put the right file name in the introductory comment. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3755 f5534014-38df-0310-8fa8-9805f1628bb7 --- ethereal_gen.py | 5 ++--- 1 file 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 -- 2.34.1