aboutsummaryrefslogtreecommitdiffstats
path: root/doc/README.dissector
AgeCommit message (Expand)AuthorFilesLines
2017-06-22Add notes about predefined strings not available to pluginsDirk Weise1-1/+7
2017-04-28Add proto_tree_add_item_ret_boolean().Guy Harris1-0/+4
2017-04-26Add proto_tree_add_item_ret_uint64Michael Mann1-0/+4
2017-04-18Rename BASE_VALS_NO_UNKNOWN to BASE_SPECIAL_VALS.Guy Harris1-7/+9
2017-04-17Qt: Provide both file save and open preferencesAhmad Fatoum1-2/+3
2017-04-10Add support for BASE_VALS_NO_UNKNOWNAlexis La Goutte1-2/+9
2017-03-29Add ENC_TIME_MSEC_NTP and use it in packet-gtpv2.cAndersBroman1-1/+4
2017-03-28Get rid of blanks at the ends of lines.Guy Harris1-12/+12
2017-03-28Fix up time encodings.Guy Harris1-8/+50
2017-01-10Rename tvb_new_subset() to tvb_new_subset_length_caplen().Guy Harris1-1/+1
2016-12-31Add interface for "pinos" (Protocols in name only)Michael Mann1-5/+34
2016-12-30Add BASE_NO_DISPLAY_VALUE to allow field value to not be shown.Michael Mann1-1/+6
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