diff options
author | Aurelien Aptel <aaptel@suse.com> | 2016-02-10 14:52:52 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2016-06-20 12:08:21 +0200 |
commit | 97eda222d08e7aa32ca8c8c6af41f2901ac174ba (patch) | |
tree | b7acbb4f1d735b1cf7c67fe02dd8905fb5b70eab /pidl | |
parent | b18d075e5c726062995a89d1cc88a8e39c3043d7 (diff) | |
download | samba-97eda222d08e7aa32ca8c8c6af41f2901ac174ba.tar.gz |
pidl/ws: Document CODE_START and HEADER_START
Port Wireshark commit 833d315
Author: Guy Harris <guy@alum.mit.edu>
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 <aaptel@suse.com>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: David Disseldorp <ddiss@samba.org>
Diffstat (limited to 'pidl')
-rw-r--r-- | pidl/lib/Parse/Pidl/Wireshark/Conformance.pm | 8 |
1 files changed, 8 insertions, 0 deletions
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<CODE START>/I<CODE END> +Begin and end a section of code to be put directly into the generated +source file for the dissector. + +=item I<HEADER START>/I<HEADER END> +Begin and end a section of code to be put directly into the generated +header file for the dissector. + =back =head1 EXAMPLE |