summaryrefslogtreecommitdiff
path: root/epan/proto.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-02-21Make FT_{U}INT64 behave more like FT_{U}INT32, add support for FT_{U}INT{40,4...JC Wren1-305/+733
2015-02-19Add name resolution support to address type.Michael Mann1-11/+10
2015-02-12Support for looking for incomplete dissectors.Dario Lombardo1-0/+30
2015-02-12tvb_length is a macro wrapper for tvb_captured_length; use tvbuff_length.Guy Harris1-3/+3
2015-02-12Little tuning of proto_tree_add_bytes_with_lengthMichal Labedzki1-20/+20
2015-02-09(Trivial) Fix printf-related 'Mismatch on sign' warningsBill Meier1-1/+1
2015-02-09Add address type registration.Michael Mann1-0/+4
2015-02-07Add proto_tree_add_new_bytes()Michal Labedzki1-0/+22
2015-02-04Convert val_to_str -> val_to_str_wmem.Michael Mann1-18/+29
2015-01-19Convert OID APIs to use wmem.Michael Mann1-26/+28
2015-01-18Remove a couple more apparently-no-longer-necessary emem.h includes.Guy Harris1-1/+0
2015-01-18Replace the last THROW ep_ calls with wmemEvan Huus1-13/+15
2015-01-18proto.c: Update some comments to reflect realityBill Meier1-7/+8
2015-01-17Replace the last of ep_alloc and ep_alloc0 with wmem equivalent.Michael Mann1-9/+7
2015-01-17Convert proto_construct_match_selected_string to use wmem.Michael Mann1-8/+11