aboutsummaryrefslogtreecommitdiffstats
path: root/epan/proto.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-15Lua: Added support for ProtoField framenum type.Stig Bjørlykke1-1/+6
2015-11-02RTPS: added new encoding to proto.c and used it in the rtps dissectorJuanjo Martin1-0/+50
2015-10-22Use address functions instead of ADDRESS macros in asn1 and epanGerald Combs1-4/+4
2015-10-20LTE dialogs: tidy up some loose endsMartin Mathieson1-2/+5
2015-10-15Remove ability to make dissectors "private"Michael Mann1-20/+0
2015-10-14Change proto_tree_add_ipv6() to take a struct e_in6_addr pointerJoão Valverde1-4/+5
2015-10-12Add BASE_PT_ types to proto_registrar_dump_fields()João Valverde1-14/+6
2015-10-12Fix hfinfo_*_format_display() for BASE_PT_ display typesJoão Valverde1-0/+8
2015-10-05Add BASE_PT_ field display typesJoão Valverde1-1/+50
2015-10-01Treat IPv4 subnet masks as distinct from addressesJeffrey Smith1-1/+24
2015-09-23Add a test to verify we pre-allocated enough hf entries.Jeff Morriss1-9/+19
2015-09-23Add a "fieldcount" report to tshark -G to let us easily see how many fieldsJeff Morriss1-0/+42
2015-09-23Increase the number of pre-allocated hfs (from 144k to 170k).Jeff Morriss1-1/+1
2015-09-21Remove proto_tree_add_text API.Michael Mann1-9/+7
2015-09-13Make other_decode_bitfield_value private to proto.c.Michael Mann1-0/+35
2015-08-28Speed up column sorting.Gerald Combs1-2/+35
2015-08-24Fixed typo in hfinfo_remove_from_gpa_name_mapStig Bjørlykke1-2/+2
2015-08-24Lua: Support deregister ProtoField with existing abbrevStig Bjørlykke1-1/+24
2015-08-15Lua: Free true_false_string values at reloadStig Bjørlykke1-2/+5
2015-08-14Added some missing breaksStig Bjørlykke1-0/+2
2015-08-14Free all hfi->strings in free_deregister_fieldStig Bjørlykke1-13/+33
2015-08-14Free protocol in proto_free_deregistered_fieldsStig Bjørlykke1-11/+7
2015-08-12Added guards for deregistered fieldsStig Bjørlykke1-2/+15
2015-08-11Added Reload Lua plugins.Stig Bjørlykke1-2/+45
2015-08-02proto.c: exclude hf_text_only from proto_registrar_is_protocol()Pascal Quantin1-1/+1
2015-07-25Fix ptvcursor_add() so it can dissect the last bytes in a TVB again.Jeff Morriss1-1/+1
2015-07-23Add test_length to ptvcursor_add so it can do some bounds checking.Michael Mann1-24/+27
2015-07-23Add Enabled Protocols dialog for QtMichael Mann1-0/+25
2015-07-16Add the RTP Stream Analysis dialog.Gerald Combs1-1/+4
2015-07-02Do not try to display a value_string for FT_FRAMENUM typePascal Quantin1-1/+1
2015-07-01proto.c : fix indentAlexis La Goutte1-1/+1
2015-06-25Fix proto_tree_add_bytes_item() when we fail to decode number from stringPascal Quantin1-0/+2
2015-06-23proto_tree_add_item_ret_(u)int: do the NULL check at the startMartin Kaiser1-2/+4
2015-06-04[MSVC 2015] Try to fix warinings turned errors.Anders1-1/+1
2015-05-11proto: use correct mask when checking displayEvan Huus1-24/+24
2015-04-30Make bit masks unsigned.Guy Harris1-4/+4
2015-04-20The previous change doesn't work; do it right.Guy Harris1-1/+18
2015-04-20Make sure we handle Booleans even with the upper 32 bits set.Guy Harris1-1/+1
2015-04-19Don't use proto_tree_add_uint() to add FT_BOOLEAN values.Guy Harris1-3/+31
2015-04-13Add more "bitmask grouping" APIs.Michael Mann1-31/+77
2015-04-09Replace PROTO_TREE_ADD_XXX_ITEM macro use with real code.Michael Mann1-40/+63
2015-04-09Correct macro expansion in PROTO_TREE_ADD_XXX_ITEM for integer fields.Michael Mann1-1/+1
2015-04-02Fixup our anonsvn URLs.Gerald Combs1-1/+1
2015-03-19Implement proto_tree_add_item_ret_int() and proto_tree_add_item_ret_uint() whichAndersBroman1-0/+79
2015-03-19Eliminate decode_bitfield_value from "public" use.Michael Mann1-0/+11
2015-03-05Qt: Add extra related packet indicator types.Gerald Combs1-3/+4
2015-02-24proto.c: avoid corrupting stack when printing a 64 bits field in BASE_DEC_HEX...Pascal Quantin1-13/+13
2015-02-22Make FT_{U}INT{40,48,56,64} handle BASE_CUSTOM.Guy Harris1-85/+23
2015-02-22Set 64-bit signed values with proto_tree_set_int64().Guy Harris1-1/+1
2015-02-22Fetch values appropriately according to the value's type.Guy Harris1-4/+5