Make boolean bitmask type 64-bit wide
[metze/wireshark/wip.git] / epan / proto.h
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.
2013-11-14 Jakub ZawadzkiExpand CHECK_DISPLAY_AS_X ('this macro looks like a...
2013-11-10 Jakub ZawadzkiMove REPORT_DISSECTOR_BUG() body to proto_report_dissec...
2013-11-10 Jakub Zawadzkiexceptions.h not needed by tvbuff.h (no much progress...
2013-11-08 Jörg MayerFix:
2013-11-07 Jakub ZawadzkiGCC on amd64 align header_field_info variables to 16...
2013-11-07 Jakub ZawadzkiAdd infrastructure for section-initializing protocol...
2013-11-04 Evan HuusEffectively remove the tree memory pool and port some...
2013-10-20 Jakub ZawadzkiReintroduce back epan_dissect_reset(), proto_tree_reset()
2013-10-12 Evan HuusRedo r52569 in a way that doesn't break the GUI. Add...
2013-10-03 Michael MannMake expert items used in "low level" proto functions...
2013-09-13 Jörg MayerRemove epan.h from ftypes.h, address.h and tpg.h,
2013-09-12 Guy HarrisNote what the various ENC_TIME_ encodings are.
2013-09-12 Evan HuusFrom RobiOneKenobi via https://bugs.wireshark.org/bugzi...
2013-08-22 Jakub ZawadzkiConvert more dissectors to use hfinfo instead of hfindex.
2013-08-17 Jakub ZawadzkiFix few concept of new api tree:
2013-08-16 Jakub ZawadzkiIntroduce new proto_tree API required for hf_ variables...
2013-08-10 Alexis La GoutteFix (-W)documentation error found by Clang
2013-08-06 Jakub ZawadzkiReplace hfinfo pointer to same_name_prev, with same_nam...
2013-08-06 Jakub ZawadzkiRemove hfinfo->bitshift member, add hfinfo_bitshift...
2013-08-05 Michael MannCompletely remove support for proto_item_set_expert_flags.
2013-07-30 Jakub ZawadzkiReorder field_info structure to remove paddings on...
2013-07-26 Evan HuusAdd 64-bit value strings and the appropriate tooling...
2013-07-17 Jeff MorrissFix up some indentation.
2013-07-07 Jakub ZawadzkiMake tree_is_expanded array static, add setter/getter...
2013-06-25 Jeff MorrissMove a couple of time-related modules into wsutil.
2013-05-30 Gerald CombsAdd Doxygen boilerplate for some of our core modules...
2013-04-30 Evan HuusA few more doxygen fix-ups.
2013-04-26 Evan HuusFix a whole bunch of doxygen warnings, mostly typos...
2013-04-05 Chris MaynardCoalesce "-G fields2" and "-G fields3" into "-G fields...
2013-03-04 Evan HuusFrom Steve Magnani via https://bugs.wireshark.org/bugzi...
2013-03-01 Balint ReczeyExport libwireshark symbols using WS_DLL_PUBLIC define
2013-02-26 Bill Meierit's ==> its & its ==> it's as needed.
2013-02-07 Bill MeierAdd 'proto_registrar_get_id_byname()' accessor.
2012-11-03 Jakub ZawadzkiManually revert r45669
2012-10-24 Guy HarrisUniformly use spaces, not tabs, for the PI_ list (one...
2012-10-20 Jakub Zawadzki- Allow reseting edt with new function epan_dissect_res...
2012-09-03 Jakub ZawadzkiMT: move global field_info_tmp to tree_data_t
2012-08-10 Gerald CombsMake the corresponding packet_info available to each...
2012-08-02 Guy HarrisFrom Richard Stearn: support for AX.25, including suppo...
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-06-19 Jakub ZawadzkiAdd proto_tree_add_unicode_string() to add UTF-8 string...
2012-05-14 Guy HarrisGet rid of remaining Booleans-as-encoding-arguments in
2012-05-11 Guy HarrisAdd ENC_UTF_16 and ENC_UCS_2. Note that UTF-16 and...
2012-05-11 Guy Harrisproto_registrar_get_ftype() returns an FT_ value; make...
2012-05-04 Anders BromanFrom Jakub Zawadzki: Use custom model in Filter Express...
2012-04-19 Anders BromanFrom Evan Huus: Add DISSECTOR_ASSERT_HINT() macro https...
2012-04-04 Gerald CombsMake bit_offset in _tvb_get_bits64 and related function...
2012-03-02 Anders BromanUse the expert system to show packet comments.
2012-03-01 Anders BromanFrom Mike Morrin: A small patch to correct the name...
2012-02-29 Anders BromanFrom Mike Morrin:
2011-12-27 Gerald CombsAdd a "-G ftypes" option, which dumps our supprted...
next