Add URL for the Linux Documentation dir file describing USB/IP.
[metze/wireshark/wip.git] / epan / proto.c
2016-04-02 Guy HarrisOK, we'll increase PROTO_PRE_ALLOC_HF_FIELDS_MEM a...
2016-03-15 Guy HarrisMore "FT_BOOLEAN is 64-bit" fixes.
2016-03-10 Jaap KeuterRemove double check for null (CID 1158871)
2016-03-07 Alexis La GoutteAdd conflict check filter
2016-02-16 João Valverdeconst gpointer -> gconstpointer
2016-02-15 João ValverdeAdd some casts to void * to fix (pedantic) argument...
2016-02-02 Alexis La Goutteproto.c: fix indent (use tabs)
2016-02-02 Guy HarrisAdd proto_tree_add_item_ret_string() routine.
2016-02-01 Guy HarrisAdd heuristic dissectors for the variable part of COTP...
2016-01-24 Kevin BraceySet width of hex output according to bitmask
2016-01-20 Guy HarrisSquelch Coverity warnings CID 1348057 and 1348058.
2016-01-18 João ValverdeFix "Apply As Filter..." for BASE_PT field display...
2016-01-09 Guy HarrisGet rid of trailing white space.
2016-01-09 Guy HarrisAdd routines to add an item and return the item's real...
2016-01-07 João ValverdeRemove constness from bytestring_to_str() [-Wcast-qual]
2016-01-04 Guy HarrisRename ipv4_addr and ipv6_addr to indicate their full...
2016-01-03 João Valverdeproto.c: Disable warning when loading a symbol [-Wpedantic]
2016-01-03 João ValverdeFix some constness issues [-Wcast-qual]
2015-12-29 Michal LabedzkiAdd support for IEEE-11073 FLOATs
2015-12-28 Guy HarrisDon't cast away constness for the key in g_hash_table_l...
2015-12-11 Stig BjørlykkeQt: Reload Lua expert infos
2015-11-30 Michael MannAdd BASE_ALLOW_ZERO for byte arrays that are validly...
2015-11-21 Stig BjørlykkeLua: Validate Proto() arguments
2015-11-21 Stig Bjørlykkeepan: Removed an unneeded g_malloc.
2015-11-15 Stig BjørlykkeLua: Added support for ProtoField framenum type.
2015-11-02 Juanjo MartinRTPS: added new encoding to proto.c and used it in...
2015-10-22 Gerald CombsUse address functions instead of ADDRESS macros in...
2015-10-20 Martin MathiesonLTE dialogs: tidy up some loose ends
2015-10-15 Michael MannRemove ability to make dissectors "private"
2015-10-14 João ValverdeChange proto_tree_add_ipv6() to take a struct e_in6_add...
2015-10-12 João ValverdeAdd BASE_PT_ types to proto_registrar_dump_fields()
2015-10-12 João ValverdeFix hfinfo_*_format_display() for BASE_PT_ display...
2015-10-05 João ValverdeAdd BASE_PT_ field display types
2015-10-01 Jeffrey SmithTreat IPv4 subnet masks as distinct from addresses
2015-09-23 Jeff MorrissAdd a test to verify we pre-allocated enough hf entries.
2015-09-23 Jeff MorrissAdd a "fieldcount" report to tshark -G to let us easily...
2015-09-23 Jeff MorrissIncrease the number of pre-allocated hfs (from 144k...
2015-09-21 Michael MannRemove proto_tree_add_text API.
2015-09-13 Michael MannMake other_decode_bitfield_value private to proto.c.
2015-08-28 Gerald CombsSpeed up column sorting.
2015-08-24 Stig BjørlykkeFixed typo in hfinfo_remove_from_gpa_name_map
2015-08-24 Stig BjørlykkeLua: Support deregister ProtoField with existing abbrev
2015-08-15 Stig BjørlykkeLua: Free true_false_string values at reload
2015-08-14 Stig BjørlykkeAdded some missing breaks
2015-08-14 Stig BjørlykkeFree all hfi->strings in free_deregister_field
2015-08-14 Stig BjørlykkeFree protocol in proto_free_deregistered_fields
2015-08-12 Stig BjørlykkeAdded guards for deregistered fields
2015-08-11 Stig BjørlykkeAdded Reload Lua plugins.
2015-08-02 Pascal Quantinproto.c: exclude hf_text_only from proto_registrar_is_p...
2015-07-25 Jeff MorrissFix ptvcursor_add() so it can dissect the last bytes...
2015-07-23 Michael MannAdd test_length to ptvcursor_add so it can do some...
2015-07-23 Michael MannAdd Enabled Protocols dialog for Qt
2015-07-16 Gerald CombsAdd the RTP Stream Analysis dialog.
2015-07-02 Pascal QuantinDo not try to display a value_string for FT_FRAMENUM...
2015-07-01 Alexis La Goutteproto.c : fix indent
2015-06-25 Pascal QuantinFix proto_tree_add_bytes_item() when we fail to decode...
2015-06-23 Martin Kaiserproto_tree_add_item_ret_(u)int: do the NULL check at...
2015-06-04 Anders[MSVC 2015] Try to fix warinings turned errors.
2015-05-11 Evan Huusproto: use correct mask when checking display
2015-04-30 Guy HarrisMake bit masks unsigned.
2015-04-20 Guy HarrisThe previous change doesn't work; do it right.
2015-04-20 Guy HarrisMake sure we handle Booleans even with the upper 32...
2015-04-19 Guy HarrisDon't use proto_tree_add_uint() to add FT_BOOLEAN values.
2015-04-13 Michael MannAdd more "bitmask grouping" APIs.
2015-04-09 Michael MannReplace PROTO_TREE_ADD_XXX_ITEM macro use with real...
2015-04-09 Michael MannCorrect macro expansion in PROTO_TREE_ADD_XXX_ITEM...
2015-04-02 Gerald CombsFixup our anonsvn URLs.
2015-03-19 AndersBromanImplement proto_tree_add_item_ret_int() and proto_tree_...
2015-03-19 Michael MannEliminate decode_bitfield_value from "public" use.
2015-03-05 Gerald CombsQt: Add extra related packet indicator types.
2015-02-24 Pascal Quantinproto.c: avoid corrupting stack when printing a 64...
2015-02-22 Guy HarrisMake FT_{U}INT{40,48,56,64} handle BASE_CUSTOM.
2015-02-22 Guy HarrisSet 64-bit signed values with proto_tree_set_int64().
2015-02-22 Guy HarrisFetch values appropriately according to the value's...
2015-02-21 JC WrenMake FT_{U}INT64 behave more like FT_{U}INT32, add...
2015-02-19 Michael MannAdd name resolution support to address type.
2015-02-12 Dario LombardoSupport for looking for incomplete dissectors.
2015-02-12 Guy Harristvb_length is a macro wrapper for tvb_captured_length...
2015-02-12 Michal LabedzkiLittle tuning of proto_tree_add_bytes_with_length
2015-02-09 Bill Meier(Trivial) Fix printf-related 'Mismatch on sign' warnings
2015-02-09 Michael MannAdd address type registration.
2015-02-07 Michal LabedzkiAdd proto_tree_add_new_bytes()
2015-02-04 Michael MannConvert val_to_str -> val_to_str_wmem.
2015-01-19 Michael MannConvert OID APIs to use wmem.
2015-01-18 Guy HarrisRemove a couple more apparently-no-longer-necessary...
2015-01-18 Evan HuusReplace the last THROW ep_ calls with wmem
2015-01-18 Bill Meierproto.c: Update some comments to reflect reality
2015-01-17 Michael MannReplace the last of ep_alloc and ep_alloc0 with wmem...
2015-01-17 Michael MannConvert proto_construct_match_selected_string to use...
2015-01-11 Michael MannReplace some "low hanging fruit" uses of emem.
2015-01-11 Guy HarrisRename the FT_BYTES separator types to SEP_ from BASE_.
2015-01-10 Michael MannAdd BASE_SPACE for FT_BYTES
2015-01-10 Michael MannAdd preference to display spaces between bytes for...
2015-01-09 Michael MannConvert EUI64 address APIs to use wmem.
2015-01-09 Michael MannHave ipxnet addresses use wmem scoped memory.
2015-01-09 Michael MannSome more random removal of ep_ memory.
2015-01-09 Michael MannRemove proto_tree_add_ax25
2015-01-08 Michael Mannguid_to_ep_str -> guid_to_str
2015-01-07 Michael MannReplace bytes_to_ep_str_punct with wmem equivalent.
2015-01-06 Michael MannReplace ep_address_to_str with address_to_str.
next