ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Ethereal-dev: [Ethereal-dev] patch for giop template

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Frank Singleton <frank.singleton@xxxxxxxxxxxx>
Date: Fri, 20 Jul 2001 14:24:43 -0500
Hi,

Here is a small patch for ethereal_gen.py
to remove "-idl" from the dissector name
listed in the comment section, and to remove 
the previous "comment" line.

This is in line with other dissector source
layout.

/Frank..

-- 
EUS/SV/Z Frank Singleton      ASO Americas BSS
Office : +1 972 583 3251      ECN 800 33251  
Mobile : +1 214 228 0874      Amateur Radio: VK3FCS/KM5WS   
Email : frank.singleton@xxxxxxxxxxxx

Hardware: HP Omnibook 4150 running Redhat Linux 7.1 (2.4.3-12 kernel).
--- ethereal_gen.py	2001/07/20 19:03:09	1.1
+++ ethereal_gen.py	2001/07/20 19:04:10	1.2
@@ -1,6 +1,6 @@
 # -*- python -*-
 #
-# $Id: ethereal_gen.py,v 1.1 2001/07/20 19:03:09 frank Exp $
+# $Id: ethereal_gen.py,v 1.2 2001/07/20 19:04:10 frank Exp $
 #
 #                           
 # ethereal_gen.py (part of idl2eth)           
@@ -1628,8 +1628,7 @@
 #
 
     template_Header = """\
-/*    
- * packet-@[email protected]
+/* packet-@[email protected]
  * Routines for IDL dissection
  *
  * Autogenerated from idl2eth