From 97eda222d08e7aa32ca8c8c6af41f2901ac174ba Mon Sep 17 00:00:00 2001 From: Aurelien Aptel Date: Wed, 10 Feb 2016 14:52:52 +0100 Subject: [PATCH] pidl/ws: Document CODE_START and HEADER_START Port Wireshark commit 833d315 Author: Guy Harris Date: Mon Jan 13 21:18:29 2014 +0000 Document {CODE,HEADER} {START,END}. Clean up indentation. svn path=/trunk/; revision=54721 Signed-off-by: Aurelien Aptel Reviewed-by: Stefan Metzmacher Reviewed-by: David Disseldorp --- pidl/lib/Parse/Pidl/Wireshark/Conformance.pm | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pidl/lib/Parse/Pidl/Wireshark/Conformance.pm b/pidl/lib/Parse/Pidl/Wireshark/Conformance.pm index 8057ab3b7ee..01a8c473c56 100644 --- a/pidl/lib/Parse/Pidl/Wireshark/Conformance.pm +++ b/pidl/lib/Parse/Pidl/Wireshark/Conformance.pm @@ -89,6 +89,14 @@ to write a function manually. This can be used to remove the function 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 -- 2.47.3