dmp: Enhance ack framenum links.
[metze/wireshark/wip.git] / epan / proto.h
2015-11-02 Juanjo MartinRTPS: added new encoding to proto.c and used it 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-06 Pascal QuantinRemove an extra comma
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-21 Michael MannRemove proto_tree_add_text API.
2015-09-07 Guy HarrisAdd a new expert info type for decryption problems.
2015-08-11 Stig BjørlykkeAdded Reload Lua plugins.
2015-07-23 Michael MannAdd Enabled Protocols dialog for Qt
2015-07-16 Gerald CombsAdd the RTP Stream Analysis dialog.
2015-05-24 Luke Mewburnproto.h: fix clang++ 3.6 warning
2015-04-29 Micha Reiser- Mark some DCE/RPC functions as public do allow calls...
2015-04-29 Alexis La Goutteproto.h: fix api reference
2015-04-22 Jeff MorrissAdd VALS_EXT_PTR to decorate pointers to value_string_e...
2015-04-18 Alexis La Goutteproto(.h): fix '@return' command used in a comment...
2015-04-13 Michael MannAdd more "bitmask grouping" APIs.
2015-03-21 Alexis La GoutteProto.h: fix parameter 'err' not found in the function...
2015-03-19 AndersBromanImplement proto_tree_add_item_ret_int() and proto_tree_...
2015-03-10 Gerald CombsChange a lot of http:// URLs to https://.
2015-03-09 Alexis La GoutteProto.c: fix no previous prototype for ... [-Wmissing...
2015-03-05 Gerald CombsQt: Add extra related packet indicator types.
2015-02-21 JC WrenMake FT_{U}INT64 behave more like FT_{U}INT32, add...
2015-02-18 Gerald CombsAdd a CF_FUNC macro for casting BASE_CUSTOM functions.
2015-02-16 Alexis La Goutteproto(.h): fix parameter 'offset' not found in the...
2015-02-14 Guy HarrisDon't check for C89 headers.
2015-02-12 Dario LombardoSupport for looking for incomplete dissectors.
2015-02-12 Michal LabedzkiLittle tuning of proto_tree_add_bytes_with_length
2015-02-07 Michal LabedzkiAdd proto_tree_add_new_bytes()
2015-01-18 Guy HarrisRemove a couple more apparently-no-longer-necessary...
2015-01-18 Evan Huusreplace DISSECTOR_ASSERT ep strings with wmem
2015-01-17 Michael MannConvert proto_construct_match_selected_string to use...
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-09 Michael MannSome more random removal of ep_ memory.
2015-01-09 Michael MannRemove proto_tree_add_ax25
2015-01-04 Pascal QuantinGet rid of warning: comma at end of enumerator list...
2015-01-04 Michael MannCreate BASE_DOT, BASE_DASH, and BASE_SEMICOLON types...
2014-12-22 Guy HarrisImprove the message for "this field has an integral...
2014-12-21 Guy HarrisImprove the message for "this field doesn't have the...
2014-12-21 Guy HarrisMove another helper macro.
2014-12-21 Guy HarrisDefine helper macros before they're used.
2014-12-18 Michal LabedzkiAdd support for multifields in custom column
2014-12-10 Michael MannRefactor "color" conversation filters
2014-12-08 Michael MannAdd proto_tree_add_bitmask_with_flags.
2014-11-10 Stig BjørlykkeImproved deregistering fields.
2014-11-02 Martin Kaisernew function proto_tree_get_parent_tree()
2014-10-12 Daniel MackMake boolean bitmask type 64-bit wide
2014-08-20 Bill Meierproto.h; (try to) fix bug in DISSECTOR_ASSERT_CMP....
2014-08-19 Michael Mann"Highly discourage" use of proto_tree_add_text.
2014-08-10 Michael MannEliminate proto_tree_add_text from some dissectors.
2014-07-26 Michael MannRefactor "common" Conversation table functionality.
2014-07-23 Alexis La GoutteFix (-W)documentation error found by Clang
2014-07-18 Kevin CoxAdd better assertions for comparing integers.
2014-07-10 Michael Mannconvert to proto_tree_add_subtree[_format] for plugin...
2014-07-06 Peter WuAdd printf-format annotations, fix garbage
2014-06-20 Evan Huusfix printf argument index
2014-06-20 Michael MannAdd proto_tree_add_subtree and proto_tree_add_subtree_f...
2014-05-19 Jakub ZawadzkiAdd new proto_tree_add_format_text() function
2014-04-21 Evan HuusReplace linked list of proto fields with array
2014-04-17 Hadriel KaplanAdd tvb_get and proto_tree_add for string-encoded byte...
2014-04-14 Alexis La GoutteFix warning when generate documentation (doxygen)
2014-04-14 Hadriel KaplanAdd tvb_get and proto_tree_add for string-encoded times...
2014-04-13 Pascal QuantinAdd ENC_ASCII_7BITS encoding
2014-04-12 Guy HarrisGet rid of more tvb_get_nstringz* calls.
2014-04-12 Guy HarrisAdd Mac Roman and DOS CP437.
2014-04-07 Gerald CombsAdd a Qt I/O Graph dialog.
2014-04-02 Martin Kaiserredefine proto_tree_add_float_format_value() if we...
2014-03-26 Hadriel KaplanAdd filterable expert info for Lua
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2014-02-25 Bill MeierRemove trailing whitespace
2014-02-04 Michal LabedzkiUSB: Fix Linux header byte-order
2014-02-03 Gilbert RamirezFix all -fstrict-alias warnings found by gcc 4.1.2
2014-01-29 Alexis La GoutteMerge "Apply layouts in Qt Creator. Fix a tooltip."
2014-01-19 Anders BromanAs spotted by Joerg; make a HFILL_INIT(hf) macro and...
2014-01-15 Guy HarrisEliminate fvalue_set() in favor of routines that take...
2014-01-06 Anders BromanTry to fix warning: initializer element is not computab...
2014-01-01 Pascal QuantinAdd proto_tree_add_ts_23_038_7bits_item() / tvb_get_ts_...
2013-12-24 Martin Kaiseradd ssl detection to proto_get_frame_protocols()
2013-12-24 Guy HarrisAdd a ENC_3GPP_TS_23_038 encoding, for the standard...
2013-12-22 Guy HarrisAdd UCS-4 support, and use it.
2013-12-21 Guy HarrisAdd the rest of ISO-8859-n, thanks to Jakub's "generate...
2013-12-18 Jakub ZawadzkiAdd charset table for ISO/IEC 8859-9 (ENC_ISO_8859_9)
2013-12-15 Martin Kaiseradd support for ISO 8859-5
2013-12-10 Gerald CombsRemove config.h includes from proto.h and tap.h.
2013-12-10 Jakub ZawadzkiFix epan building with undefined HAVE_PLUGINS
2013-12-08 Pascal QuantinRemove proto_tree_add_unicode_string()
2013-12-08 Guy HarrisExpand a comment.
2013-12-08 Guy HarrisAdd ENC_ISO_8859_1.
2013-12-07 Jakub ZawadzkiAdd string encoding for ISO/IEC 8859-2 (ENC_ISO_8859_2)
2013-12-07 Jakub ZawadzkiAdd STR_ASCII, STR_UNICODE as possible displays for...
2013-12-07 Jakub ZawadzkiRename base_display_* to field_display
2013-12-07 Jakub ZawadzkiAdd new string proto encoding for windows-1250 (ENC_WIN...
2013-12-03 Jakub ZawadzkiAvoid including <epan/epan.h> in dissectors.
2013-12-02 Guy HarrisMove most of the plugin code from epan to wsutil and...
2013-11-23 Gerald CombsReplace similar code with a common routine.
next