Index: pidl/lib/Parse/Pidl/Wireshark/Conformance.pm =================================================================== --- pidl/lib/Parse/Pidl/Wireshark/Conformance.pm (revision 54720) +++ pidl/lib/Parse/Pidl/Wireshark/Conformance.pm (working copy) @@ -89,6 +89,14 @@ for only one level for a particular element rather than all the functions and ett/hf variables for a particular element as the NOEMIT command does. +=item I/I +Begin and end a section of code to be put directly into the generated +source file for the dissector. + +=item I
/I
+Begin and end a section of code to be put directly into the generated +header file for the dissector. + =back =head1 EXAMPLE @@ -284,7 +292,7 @@ return; } - $data->{manual}->{$fn} = 1; + $data->{manual}->{$fn} = 1; } sub handle_protocol($$$$$$)