aboutsummaryrefslogtreecommitdiffstats
path: root/epan/proto.h
AgeCommit message (Expand)AuthorFilesLines
2016-01-12proto.h comment spelling fix: sentinal->sentinelKevin Bracey1-1/+1
2016-01-09Add routines to add an item and return the item's real length.Guy Harris1-1/+25
2016-01-04Don't walk the entire protocol tree to extract the value of one field.Guy Harris1-1/+1
2016-01-04Remove extraneous stuff from a comment.Guy Harris1-1/+0
2015-12-29Add support for IEEE-11073 FLOATsMichal Labedzki1-0/+3
2015-12-11epan: Don't export deregister functionsStig Bjørlykke1-1/+1
2015-11-30Add BASE_ALLOW_ZERO for byte arrays that are validly zero sized.Michael Mann1-0/+1
2015-11-26Add BMT_NO_FLAGS for proto_tree_add_bitmask_XXX_with_flags.Michael Mann1-0/+1
2015-11-21Lua: Validate Proto() argumentsStig Bjørlykke1-0/+5
2015-11-02RTPS: added new encoding to proto.c and used it in the rtps dissectorJuanjo Martin1-4/+4
2015-10-20LTE dialogs: tidy up some loose endsMartin Mathieson1-1/+5
2015-10-15Remove ability to make dissectors "private"Michael Mann1-12/+0
2015-10-14Change proto_tree_add_ipv6() to take a struct e_in6_addr pointerJoão Valverde1-3/+3
2015-10-12Add BASE_PT_ types to proto_registrar_dump_fields()João Valverde1-0/+2
2015-10-06Remove an extra commaPascal Quantin1-1/+1
2015-10-05Add BASE_PT_ field display typesJoão Valverde1-13/+20
2015-10-01Treat IPv4 subnet masks as distinct from addressesJeffrey Smith1-1/+5
2015-09-23Add a test to verify we pre-allocated enough hf entries.Jeff Morriss1-2/+3
2015-09-23Add a "fieldcount" report to tshark -G to let us easily see how many fieldsJeff Morriss1-0/+3
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