aboutsummaryrefslogtreecommitdiffstats
path: root/epan/proto.h
AgeCommit message (Expand)AuthorFilesLines
2015-09-21Remove proto_tree_add_text API.Michael Mann1-10/+6
2015-09-07Add a new expert info type for decryption problems.Guy Harris1-0/+2
2015-08-11Added Reload Lua plugins.Stig Bjørlykke1-3/+9
2015-07-23Add Enabled Protocols dialog for QtMichael Mann1-0/+15
2015-07-16Add the RTP Stream Analysis dialog.Gerald Combs1-1/+2
2015-05-24proto.h: fix clang++ 3.6 warningLuke Mewburn1-4/+4
2015-04-29- Mark some DCE/RPC functions as public do allow calls from pluginsMicha Reiser1-1/+1
2015-04-29proto.h: fix api referenceAlexis La Goutte1-1/+4
2015-04-22Add VALS_EXT_PTR to decorate pointers to value_string_ext's in hfinfo.Jeff Morriss1-0/+3
2015-04-18proto(.h): fix '@return' command used in a comment that is attached to a func...Alexis La Goutte1-1/+1
2015-04-13Add more "bitmask grouping" APIs.Michael Mann1-0/+70
2015-03-21Proto.h: fix parameter 'err' not found in the function declaration [-Wdocumen...Alexis La Goutte1-1/+0
2015-03-19Implement proto_tree_add_item_ret_int() and proto_tree_add_item_ret_uint() whichAndersBroman1-0/+37
2015-03-10Change a lot of http:// URLs to https://.Gerald Combs1-1/+1
2015-03-09Proto.c: fix no previous prototype for ... [-Wmissing-prototypes]Alexis La Goutte1-0/+47
2015-03-05Qt: Add extra related packet indicator types.Gerald Combs1-0/+3
2015-02-21Make FT_{U}INT64 behave more like FT_{U}INT32, add support for FT_{U}INT{40,4...JC Wren1-0/+3
2015-02-18Add a CF_FUNC macro for casting BASE_CUSTOM functions.Gerald Combs1-0/+8
2015-02-16proto(.h): fix parameter 'offset' not found in the function declaration [-Wdo...Alexis La Goutte1-1/+0
2015-02-14Don't check for C89 headers.Guy Harris1-5/+1
2015-02-12Support for looking for incomplete dissectors.Dario Lombardo1-0/+8
2015-02-12Little tuning of proto_tree_add_bytes_with_lengthMichal Labedzki1-2/+3
2015-02-07Add proto_tree_add_new_bytes()Michal Labedzki1-0/+13
2015-01-18Remove a couple more apparently-no-longer-necessary emem.h includes.Guy Harris1-1/+0
2015-01-18replace DISSECTOR_ASSERT ep strings with wmemEvan Huus1-16/+24
2015-01-17Convert proto_construct_match_selected_string to use wmem.Michael Mann1-1/+1
2015-01-11Rename the FT_BYTES separator types to SEP_ from BASE_.Guy Harris1-4/+4
2015-01-10Add BASE_SPACE for FT_BYTESMichael Mann1-1/+2
2015-01-09Some more random removal of ep_ memory.Michael Mann1-1/+1
2015-01-09Remove proto_tree_add_ax25Michael Mann1-12/+0
2015-01-04Get rid of warning: comma at end of enumerator list [-Wpedantic]Pascal Quantin1-3/+3
2015-01-04Create BASE_DOT, BASE_DASH, and BASE_SEMICOLON types for the FT_BYTES field t...Michael Mann1-1/+6
2014-12-22Improve the message for "this field has an integral type" assertions.Guy Harris1-0/+9
2014-12-21Improve the message for "this field doesn't have the right type" assertions.Guy Harris1-0/+43
2014-12-21Move another helper macro.Guy Harris1-5/+5
2014-12-21Define helper macros before they're used.Guy Harris1-12/+12
2014-12-18Add support for multifields in custom columnMichal Labedzki1-1/+1
2014-12-10Refactor "color" conversation filtersMichael Mann1-0/+6
2014-12-08Add proto_tree_add_bitmask_with_flags.Michael Mann1-0/+26
2014-11-10Improved deregistering fields.Stig Bjørlykke1-5/+10
2014-11-02new function proto_tree_get_parent_tree()Martin Kaiser1-0/+5
2014-10-12Make boolean bitmask type 64-bit wideDaniel Mack1-1/+1
2014-08-20proto.h; (try to) fix bug in DISSECTOR_ASSERT_CMP... macros;Bill Meier1-3/+3
2014-08-19"Highly discourage" use of proto_tree_add_text.Michael Mann1-2/+2
2014-08-10Eliminate proto_tree_add_text from some dissectors.Michael Mann1-0/+4
2014-07-26Refactor "common" Conversation table functionality.Michael Mann1-0/+5
2014-07-23Fix (-W)documentation error found by ClangAlexis La Goutte1-4/+2
2014-07-18Add better assertions for comparing integers.Kevin Cox1-0/+45
2014-07-10convert to proto_tree_add_subtree[_format] for plugin dissectorsMichael Mann1-2/+2
2014-07-06Add printf-format annotations, fix garbagePeter Wu1-1/+2