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