"String Handling" is really about string handling in *dissectors*, and is... authored by Guy Harris's avatar Guy Harris
"String Handling" is really about string handling in *dissectors*, and is mainly discussing what needs to be done to make it work better, so make it an in-progress project.  (We can put something else in about what's there now.)
......@@ -64,8 +64,6 @@ Now it's time to tweak the code:
- [Filename Encoding](/Development/FilenameEncoding): the various Unicode and code page encodings of filenames in GLib
- [String Handling](/Development/StringHandling) How string handling should work in Wireshark (ie encoding support, how to deal with invalid strings, etc)
### Non-C dissectors
- [Lua](/Lua): Extending Wireshark with the extensible extension language
......@@ -102,6 +100,8 @@ Now it's time to tweak the code:
- [Packet Input](/Development/PacketInput): how to get packet data into Wireshark in some "unusual" ways
- [String handling in dissectors](/Development/StringHandling) How string handling should work in Wireshark (ie encoding support, how to deal with invalid strings, etc)
- [Optimize PacketList](/Development/OptimizePacketList): the packet list isn't optimized for the way we use it, could make a huge difference for large capture files
- [CSV Export](/Development/CSVExport): Formats and problems with exporting into the CSV format
......
......