aboutsummaryrefslogtreecommitdiffstats
path: root/doc/README.dissector
AgeCommit message (Expand)AuthorFilesLines
2016-02-02Update list of field types compatible for comparisonsPascal Quantin1-5/+6
2016-01-27Remove the deprecated column types so users don't think they still exist.Michael Mann1-5/+3
2016-01-25Move the proto data stuff out of frame_data.[ch].Guy Harris1-0/+4
2016-01-24More pinfo->fd->num to pinfo->num.Guy Harris1-10/+10
2015-12-30improved the developer documentationBarbu Paul - Gheorghe1-1/+12
2015-12-09"new" dissector API -> dissector API for docs/examplesMichael Mann1-5/+5
2015-11-30Add BASE_ALLOW_ZERO for byte arrays that are validly zero sized.Michael Mann1-0/+1
2015-11-26Document tvb_get_guintXXX and tvb_get_ieee_XXXMichael Mann1-0/+27
2015-11-03Document dissector "Decode As" functionality in README.dissectorMichael Mann1-3/+39
2015-11-01udp_dissect_pdus follow-upMichael Mann1-4/+89
2015-10-05Add BASE_PT_ field display typesJoão Valverde1-0/+9
2015-10-01Treat IPv4 subnet masks as distinct from addressesJeffrey Smith1-0/+7
2015-06-26Replace pinfo->fd->flags.visited calls by PINFO_FD_VISITED(pinfo) in document...Pascal Quantin1-1/+1
2015-04-08Add section to README.dissector about dissector tablesMichael Mann1-0/+47
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