DCERPC: fix memleak by removing dummy element from ndr_pointer_list
[metze/wireshark/wip.git] / docbook / developer-guide.asciidoc
index 70167cefe2b91718f2fed524220c31413edaa348..1ed67b9f88f3541b0eb5fce8dba166994e5f3e5a 100644 (file)
@@ -1,7 +1,12 @@
-= Wireshark Developer's Guide
 //v1.0, February 2014: Finished conversion from DocBook to AsciiDoc
 :doctype: book
 include::attributes.asciidoc[]
+= Wireshark Developer’s Guide: Version {wireshark-version}
+
+// Convenience attribute.
+// XXX This should be surrounded by single quotes in the text. It’s
+// currently surrounded by plus signs for AsciiDoc compatibility.
+:dlt-glob: DLT_*
 
 [[Preface]]
 ["preface",id="Preface"]
@@ -13,6 +18,7 @@ include::common_src/typographic_conventions.asciidoc[]
 
 [[PartEnvironment]]
 = Wireshark Build Environment
+
 [partintro]
 .Wireshark Build Environment
 --
@@ -32,6 +38,7 @@ include::wsdg_src/WSDG_chapter_libraries.asciidoc[]
 
 [[PartDevelopment]]
 = Wireshark Development
+
 [partintro]
 .Wireshark Development
 --
@@ -51,4 +58,6 @@ include::wsluarm.asciidoc[]
 
 include::wsdg_src/WSDG_chapter_userinterface.asciidoc[]
 
-include::GPL_appendix.asciidoc[]
+include::wsdg_src/WSDG_chapter_tests.asciidoc[]
+
+include::common_src/GPL_appendix.asciidoc[]