aboutsummaryrefslogtreecommitdiffstats
path: root/epan/proto.h
Commit message (Expand)AuthorAgeFilesLines
* LTE dialogs: tidy up some loose endsMartin Mathieson2015-10-201-1/+5
* Remove ability to make dissectors "private"Michael Mann2015-10-151-12/+0
* Change proto_tree_add_ipv6() to take a struct e_in6_addr pointerJoão Valverde2015-10-141-3/+3
* Add BASE_PT_ types to proto_registrar_dump_fields()João Valverde2015-10-121-0/+2
* Remove an extra commaPascal Quantin2015-10-061-1/+1
* Add BASE_PT_ field display typesJoão Valverde2015-10-051-13/+20
* Treat IPv4 subnet masks as distinct from addressesJeffrey Smith2015-10-011-1/+5
* Add a test to verify we pre-allocated enough hf entries.Jeff Morriss2015-09-231-2/+3
* Add a "fieldcount" report to tshark -G to let us easily see how many fieldsJeff Morriss2015-09-231-0/+3
* Remove proto_tree_add_text API.Michael Mann2015-09-211-10/+6
* Add a new expert info type for decryption problems.Guy Harris2015-09-071-0/+2
* Added Reload Lua plugins.Stig Bjørlykke2015-08-111-3/+9
* Add Enabled Protocols dialog for QtMichael Mann2015-07-231-0/+15
* Add the RTP Stream Analysis dialog.Gerald Combs2015-07-161-1/+2
* proto.h: fix clang++ 3.6 warningLuke Mewburn2015-05-241-4/+4
* - Mark some DCE/RPC functions as public do allow calls from pluginsMicha Reiser2015-04-291-1/+1
* proto.h: fix api referenceAlexis La Goutte2015-04-291-1/+4
* Add VALS_EXT_PTR to decorate pointers to value_string_ext's in hfinfo.Jeff Morriss2015-04-221-0/+3
* proto(.h): fix '@return' command used in a comment that is attached to a func...Alexis La Goutte2015-04-181-1/+1
* Add more "bitmask grouping" APIs.Michael Mann2015-04-131-0/+70
* Proto.h: fix parameter 'err' not found in the function declaration [-Wdocumen...Alexis La Goutte2015-03-211-1/+0
* Implement proto_tree_add_item_ret_int() and proto_tree_add_item_ret_uint() whichAndersBroman2015-03-191-0/+37
* Change a lot of http:// URLs to https://.Gerald Combs2015-03-101-1/+1
* Proto.c: fix no previous prototype for ... [-Wmissing-prototypes]Alexis La Goutte2015-03-091-0/+47
* Qt: Add extra related packet indicator types.Gerald Combs2015-03-051-0/+3
* Make FT_{U}INT64 behave more like FT_{U}INT32, add support for FT_{U}INT{40,4...JC Wren2015-02-211-0/+3
* Add a CF_FUNC macro for casting BASE_CUSTOM functions.Gerald Combs2015-02-181-0/+8
* proto(.h): fix parameter 'offset' not found in the function declaration [-Wdo...Alexis La Goutte2015-02-161-1/+0
* Don't check for C89 headers.Guy Harris2015-02-141-5/+1
* Support for looking for incomplete dissectors.Dario Lombardo2015-02-121-0/+8
* Little tuning of proto_tree_add_bytes_with_lengthMichal Labedzki2015-02-121-2/+3
* Add proto_tree_add_new_bytes()Michal Labedzki2015-02-071-0/+13
* Remove a couple more apparently-no-longer-necessary emem.h includes.Guy Harris2015-01-181-1/+0
* replace DISSECTOR_ASSERT ep strings with wmemEvan Huus2015-01-181-16/+24
* Convert proto_construct_match_selected_string to use wmem.Michael Mann2015-01-171-1/+1
* Rename the FT_BYTES separator types to SEP_ from BASE_.Guy Harris2015-01-111-4/+4
* Add BASE_SPACE for FT_BYTESMichael Mann2015-01-101-1/+2
* Some more random removal of ep_ memory.Michael Mann2015-01-091-1/+1
* Remove proto_tree_add_ax25Michael Mann2015-01-091-12/+0
* Get rid of warning: comma at end of enumerator list [-Wpedantic]Pascal Quantin2015-01-041-3/+3
* Create BASE_DOT, BASE_DASH, and BASE_SEMICOLON types for the FT_BYTES field t...Michael Mann2015-01-041-1/+6
* Improve the message for "this field has an integral type" assertions.Guy Harris2014-12-221-0/+9
* Improve the message for "this field doesn't have the right type" assertions.Guy Harris2014-12-211-0/+43
* Move another helper macro.Guy Harris2014-12-211-5/+5
* Define helper macros before they're used.Guy Harris2014-12-211-12/+12
* Add support for multifields in custom columnMichal Labedzki2014-12-181-1/+1
* Refactor "color" conversation filtersMichael Mann2014-12-101-0/+6
* Add proto_tree_add_bitmask_with_flags.Michael Mann2014-12-081-0/+26
* Improved deregistering fields.Stig Bjørlykke2014-11-101-5/+10
* new function proto_tree_get_parent_tree()Martin Kaiser2014-11-021-0/+5