aboutsummaryrefslogtreecommitdiffstats
path: root/doc/README.dissector
AgeCommit message (Expand)AuthorFilesLines
2015-03-19Implement proto_tree_add_item_ret_int() and proto_tree_add_item_ret_uint() whichAndersBroman1-0/+14
2015-03-10Change a lot of http:// URLs to https://.Gerald Combs1-5/+5
2015-03-06tcp: support variable-length tcp_dissect_pdusPeter Wu1-4/+5
2015-02-21Make FT_{U}INT64 behave more like FT_{U}INT32, add support for FT_{U}INT{40,4...JC Wren1-11/+46
2015-02-19Documentation fix (reported by Richard Sharpe).Dario Lombardo1-4/+4
2015-02-18Add a CF_FUNC macro for casting BASE_CUSTOM functions.Gerald Combs1-1/+5
2015-02-14A small correction to the documentation to bring it in line with the code.Richard Sharpe1-2/+4
2015-02-12Little tuning of proto_tree_add_bytes_with_lengthMichal Labedzki1-0/+8
2015-01-31README.dissector: fixed p_add_proto_data paramsPeter Wu1-3/+3
2015-01-27Lua: Expose tcp_dissect_pdus() to LuaHadriel Kaplan1-7/+8
2015-01-19README.dissector: Minor update re date/time display.Bill Meier1-2/+3
2015-01-11Rename the FT_BYTES separator types to SEP_ from BASE_.Guy Harris1-2/+2
2015-01-09Some more random removal of ep_ memory.Michael Mann1-6/+6
2015-01-09Remove proto_tree_add_ax25Michael Mann1-3/+0
2015-01-04Create BASE_DOT, BASE_DASH, and BASE_SEMICOLON types for the FT_BYTES field t...Michael Mann1-1/+7
2014-12-28Create FT_FCWWN field type.Michael Mann1-5/+11
2014-12-12doc: remove some references to the now defunct python supportPascal Quantin1-1/+0
2014-10-12Make boolean bitmask type 64-bit wideDaniel Mack1-2/+2
2014-09-17Update the doc directory to use https://www.wireshark.org.Gerald Combs1-4/+4
2014-08-19"Highly discourage" use of proto_tree_add_text.Michael Mann1-17/+15
2014-07-25Update documentaion for p_(add|get)_proto_data(); There's been a 'key' arg fo...Bill Meier1-2/+3
2014-06-19Update the sample code dealing with desegmentation to new style dissectorPascal Quantin1-2/+4
2014-05-27FIELDDISPLAY can be or'd with BASE_VAL64_STRING.Bill Meier1-2/+2
2014-04-17Add tvb_get and proto_tree_add for string-encoded byte arraysHadriel Kaplan1-0/+46
2014-04-13Add ENC_ASCII_7BITS encodingPascal Quantin1-1/+5
2014-03-09Update documentation about p_[add|get]_proto_data (new argument: scope)Michael Mann1-5/+11
2014-02-26Fix some wmem-related documentation.Evan Huus1-10/+8
2014-02-26More tvbuff API deprecation, comment expansion, and documentation updates.Guy Harris1-18/+36
2014-02-25Clean up some more subversion references in the documentation.Jeff Morriss1-41/+15
2014-02-23Documentation updatesEvan Huus1-30/+4
2014-02-22TVB API deprecations and cleanupEvan Huus1-15/+6
2014-02-21Fix bug 9790: Lua: wslua allows duplicate field registrationHadriel Kaplan1-5/+9
2014-02-14Remove $Id$ and other Subversion leftovers from the doc files.Jeff Morriss1-6/+0
2014-02-03Fix all -fstrict-alias warnings found by gcc 4.1.2Gilbert Ramirez1-1/+7
2014-01-24Remove some old obsolete text in the proto_tree_add_text() description.Bill Meier1-7/+0
2014-01-04Minor: update 'Conversation' intro to include find_or_create_conversationBill Meier1-4/+4
2014-01-01Add proto_tree_add_ts_23_038_7bits_item() / tvb_get_ts_23_038_7bits_string() ...Pascal Quantin1-0/+31
2013-12-21Update documentation to reflect the non-existence ofGuy Harris1-3/+0
2013-12-21Update documentation to reflect removal of tvb_get_unicode_string*, fullGuy Harris1-20/+16
2013-12-08Add a reference to STR_ASCII and STR_UNICODEPascal Quantin1-0/+4
2013-11-30Update documentation for tcp_dissect_pdus. Bug 9491 (https://bugs.wireshark....Michael Mann1-11/+18
2013-11-29Rename some of pint.h macros to match common style (bits number on the end).Jakub Zawadzki1-3/+3
2013-11-01Clarify which filter types can share the same namePascal Quantin1-0/+8
2013-10-30Add some documentation to hopefully help dissector writers avoid the problemJeff Morriss1-2/+3
2013-10-13Subsume README.binarytrees into wmem doxygen. The README was out of dateEvan Huus1-1/+0
2013-10-06Add support for RELATIVE-OID ASN.1 type. Bug 9192 (https://bugs.wireshark.org...Michael Mann1-3/+5
2013-09-26From beroset@mindspring.com:Anders Broman1-2/+2
2013-09-22More emem -> wmem conversion:Pascal Quantin1-24/+11
2013-09-22emem -> wmem conversion:Pascal Quantin1-35/+9
2013-07-13From Dominic Spill via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8921Evan Huus1-45/+26