aboutsummaryrefslogtreecommitdiffstats
path: root/epan/proto.h
AgeCommit message (Expand)AuthorFilesLines
2016-12-31Add interface for "pinos" (Protocols in name only)Michael Mann1-1/+23
2016-12-30Add BASE_NO_DISPLAY_VALUE to allow field value to not be shown.Michael Mann1-5/+7
2016-12-24Add enabled protocol list for dissectors who are disabled by defaultMichael Mann1-0/+4
2016-12-20Lua: Add string types and byte seperators support.Stig Bjørlykke1-2/+3
2016-12-19Lua: Include all BASE_PT_* to base table.Stig Bjørlykke1-0/+4
2016-12-13Adjust proto_tree_add_[float|double]_format_value calls to use unit stringMichael Mann1-0/+3
2016-12-13Add support for adding unit names to hf_ fields.Michael Mann1-0/+1
2016-12-12Fix handling of EBCDIC string fields.Guy Harris1-0/+1
2016-10-24Parenthesize HFILL_INIT macro properlyJoão Valverde1-5/+5
2016-10-22Add T.61 character set supportPascal Quantin1-0/+1
2016-09-28proto_tree_add_item_ret_(u)int/proto_tree_add_bitmask_with_flags_ret_uint64: ...Pascal Quantin1-3/+3
2016-09-27[proto.c] Add proto_find_first_finfo() to find first occurance of a field.AndersBroman1-0/+8
2016-09-13Fix indentation.Guy Harris1-1/+1
2016-09-01uat: clarify documentationPeter Wu1-1/+1
2016-08-05Add PI_DEPRECATED expert info groupJoão Valverde1-0/+2
2016-07-21Add proto_tree_add_checksum.Michael Mann1-0/+43
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