summaryrefslogtreecommitdiff
path: root/doc/README.dissector
AgeCommit message (Expand)AuthorFilesLines
2016-12-13Add support for adding unit names to hf_ fields.Michael Mann1-1/+33
2016-10-22Add T.61 character set supportPascal Quantin1-0/+1
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-39/+33
2016-09-19Improve support for single-character fields and filter expressions.Guy Harris1-5/+17
2016-08-31Don't do any Decode As stuff for dissector tables not used with Decode As.Guy Harris1-1/+1
2016-08-06doc: fix typos.Dario Lombardo1-1/+1
2016-07-30README.dissector: Add proto_tree_add_bitmask_with_flags()Uli Heilmeier1-0/+9
2016-07-27Follow up for proto_tree_add_checksum.Michael Mann1-0/+14
2016-07-21Add proto_tree_add_checksum.Michael Mann1-2/+1
2016-07-20Allow BASE_NONE (with strings conversion) for integral values again.Jeff Morriss1-3/+10
2016-06-30Remove Makefile.common filesJoão Valverde1-5/+5
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-1/+1
2016-03-01CMake: Add more structure to libwireshark buildJoão Valverde1-2/+2
2016-02-28Update documentation of hf fields.Jeff Morriss1-32/+30
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