aboutsummaryrefslogtreecommitdiffstats
path: root/epan/proto.h
Commit message (Expand)AuthorAgeFilesLines
* proto_tree_add_item_ret_(u)int/proto_tree_add_bitmask_with_flags_ret_uint64: ...Pascal Quantin2016-09-281-3/+3
* [proto.c] Add proto_find_first_finfo() to find first occurance of a field.AndersBroman2016-09-271-0/+8
* Fix indentation.Guy Harris2016-09-131-1/+1
* uat: clarify documentationPeter Wu2016-09-011-1/+1
* Add PI_DEPRECATED expert info groupJoão Valverde2016-08-051-0/+2
* Add proto_tree_add_checksum.Michael Mann2016-07-211-0/+43
* Fix "disable this protocol by default".Guy Harris2016-06-231-0/+4
* Change how dissectors do late-field-registration to avoid a double-registrationJeff Morriss2016-06-151-1/+2
* proto(.h): fix '@return' command used in a comment that is attached to a func...Alexis La Goutte2016-06-141-2/+1
* Add proto_tree_add_bitmask_list_value.Michael Mann2016-06-131-0/+18
* Clean up white space.Guy Harris2016-06-051-17/+17
* Remove proto_item_append_string.Michael Mann2016-05-311-20/+0
* Update the comments/warnings about using proto_tree_append_string().Jeff Morriss2016-05-261-5/+5
* rawshark: Get "field string values" from existing functionality.Michael Mann2016-05-101-0/+4
* Handle the encoding when displaying the string table.Guy Harris2016-05-081-8/+43
* Use a single WS_NORETURN macroPeter Wu2016-04-081-1/+1
* Ensure our fields are registered before starting dissection--even when !tree.Jeff Morriss2016-03-311-0/+3
* Adds calculation of preamble length and frame duration.Simon Barber2016-02-031-0/+2
* Add proto_tree_add_item_ret_string() routine.Guy Harris2016-02-021-3/+34
* Add heuristic dissectors for the variable part of COTP CR and CC PDUs.Guy Harris2016-02-011-13/+75
* Set width of hex output according to bitmaskKevin Bracey2016-01-241-6/+0
* proto.h comment spelling fix: sentinal->sentinelKevin Bracey2016-01-121-1/+1
* Add routines to add an item and return the item's real length.Guy Harris2016-01-091-1/+25
* Don't walk the entire protocol tree to extract the value of one field.Guy Harris2016-01-041-1/+1
* Remove extraneous stuff from a comment.Guy Harris2016-01-041-1/+0
* Add support for IEEE-11073 FLOATsMichal Labedzki2015-12-291-0/+3
* epan: Don't export deregister functionsStig Bjørlykke2015-12-111-1/+1
* Add BASE_ALLOW_ZERO for byte arrays that are validly zero sized.Michael Mann2015-11-301-0/+1
* Add BMT_NO_FLAGS for proto_tree_add_bitmask_XXX_with_flags.Michael Mann2015-11-261-0/+1
* Lua: Validate Proto() argumentsStig Bjørlykke2015-11-211-0/+5
* RTPS: added new encoding to proto.c and used it in the rtps dissectorJuanjo Martin2015-11-021-4/+4
* 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