Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 43610: /trunk/ /trunk/epan/dissectors/: packet-cosnaming

Date: Sun, 08 Jul 2012 03:57:36 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=43610

User: morriss
Date: 2012/07/07 08:57 PM

Log:
 Add a function to packet-giop.c that does what the code that 
 template_get_CDR_string (in wireshark_gen.py) did.  This eliminates another
 whole pile of function-local variables in packet-parlay.c.
 
 Unfortunately it doesn't seem to speed up compilation (or eliminate the
 variable tracking size limit problem).  But it does eliminate a lot of
 lines of code...

Directory: /trunk/epan/dissectors/
  Changes    Path                  Action
  +2 -18     packet-cosnaming.c    Modified
  +20 -0     packet-giop.c         Modified
  +4 -0      packet-giop.h         Modified
  +1150 -9041 packet-parlay.c       Modified
  +95 -820   packet-tango.c        Modified

Directory: /trunk/tools/
  Changes    Path                Action
  +1 -10     wireshark_gen.py    Modified