http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=54720
User: guy
Date: 2014/01/13 09:05 PM
Log:
Add HEADER START and HEADER END, similar to CODE START and CODE END, to
allow stuff to be put into the .h file; that way, if you put helper
functions into the .c file, for use by dissectors other than the one
being generated, you can put declarations for them into the .h file.
Do some checks for mis-nesting of CODE and HEADER blocks.
Clean up the "this is generated code" header.
Directory: /trunk/tools/pidl/lib/Parse/Pidl/Wireshark/
Changes Path Action
+51 -1 Conformance.pm Modified
+6 -4 NDR.pm Modified