aboutsummaryrefslogtreecommitdiffstats
path: root/epan/proto.h
AgeCommit message (Expand)AuthorFilesLines
2016-06-23Fix "disable this protocol by default".Guy Harris1-0/+4
2016-06-15Change how dissectors do late-field-registration to avoid a double-registrationJeff Morriss1-1/+2
2016-06-14proto(.h): fix '@return' command used in a comment that is attached to a func...Alexis La Goutte1-2/+1
2016-06-13Add proto_tree_add_bitmask_list_value.Michael Mann1-0/+18
2016-06-05Clean up white space.Guy Harris1-17/+17
2016-05-31Remove proto_item_append_string.Michael Mann1-20/+0
2016-05-26Update the comments/warnings about using proto_tree_append_string().Jeff Morriss1-5/+5
2016-05-10rawshark: Get "field string values" from existing functionality.Michael Mann1-0/+4
2016-05-08Handle the encoding when displaying the string table.Guy Harris1-8/+43
2016-04-08Use a single WS_NORETURN macroPeter Wu1-1/+1
2016-03-31Ensure our fields are registered before starting dissection--even when !tree.Jeff Morriss1-0/+3
2016-02-03Adds calculation of preamble length and frame duration.Simon Barber1-0/+2
2016-02-02Add proto_tree_add_item_ret_string() routine.Guy Harris1-3/+34
2016-02-01Add heuristic dissectors for the variable part of COTP CR and CC PDUs.Guy Harris1-13/+75
2016-01-24Set width of hex output according to bitmaskKevin Bracey1-6/+0
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