Remove const from fields in a dynamically-allocated structure.
[metze/wireshark/wip.git] / ui /
2018-04-09 Roland KnallQt: Fix MacOSX menu entries
2018-04-09 Michail KoreshkovQT: keep cursor visible after completerion select
2018-04-09 Martin Kaisermain window: don't keep a dangling freeze_focus_ pointer
2018-04-08 Gerald Combs[Automatic update for 2018-04-08]
2018-04-06 Gerald CombsRemove some references to Qt4.
2018-04-05 Michail KoreshkovQT: Copy as printable
2018-04-05 Dario LombardoQt: remove ws_buffer_start_ptr calls from clang-scan.
2018-04-05 Roland KnallQt: Remove checks for version below 5.2
2018-04-05 Roland Knallextcap: Reload values on request
2018-04-01 Gerald Combs[Automatic update for 2018-04-01]
2018-03-29 Moshe KaplanExtend 'HTTP Referer statistics' to sequence HTTP Redirects
2018-03-28 Dario LombardoQt: keep the extension in CaptureFile::fileName().
2018-03-27 Peter Wutap: fix remaining potential memleaks with register_tap...
2018-03-26 Gerald CombsQt: TCP Stream Graphs dialog updates.
2018-03-25 Gerald Combs[Automatic update for 2018-03-25]
2018-03-25 Guy HarrisIn some dialogs, have *no* auto-default buttons on...
2018-03-24 Peter Wuwslua: Fix logging
2018-03-24 Jaap KeuterOID name resolv: Fix MIB/PIB path presentations
2018-03-23 Gerald CombsQt: Remove a redundant include.
2018-03-23 Peter WuQt: ensure that taps are invoked on reload/rescan
2018-03-21 Peter WuQt: fix "Follow stream" in Conversations dialog
2018-03-20 Guy HarrisNote that exit_application() has UI-specific implementa...
2018-03-20 Guy HarrisRemove redundant declaration of exit_application().
2018-03-20 Alexis La Gouttegui_utils(.c): fix no previous prototype for ‘exit_appl...
2018-03-18 Peter WuQt: allow keyboard navigation in Unsaved packets dialog
2018-03-18 Gerald Combs[Automatic update for 2018-03-18]
2018-03-18 Peter WuQt: ensure field is visible on selection from bytes...
2018-03-17 Dario Lombardotap-tcp-stream: fix indentation.
2018-03-17 Dario Lombardotap-tcp-stream: replace some g_malloc with g_new.
2018-03-17 Dario Lombardotap-iax2-analysis: fix minor indentation issues.
2018-03-17 Dario Lombardotap-sctp: replace g_malloc with g_new.
2018-03-17 Dario Lombardotap-sctp: remove guint32 unneeded allocations.
2018-03-15 Peter WuQt 4.8 compatibility for escaping HTML
2018-03-15 Gerald CombsEpan+Qt: Invalidate cached column strings.
2018-03-15 Dario Lombardotap-sctp: remove leak of sack and tsn (found by clang).
2018-03-15 Dario Lombardotap-sctp: remove leak of tmp_info (found by clang).
2018-03-15 Dario Lombardotap-sctp: rework the memory allocations.
2018-03-12 Gerald CombsRemove some unused or hard-coded header checks.
2018-03-12 Gerald CombsQt: Implement MulticastStatisticsDialog::treeItemData
2018-03-11 Gerald Combs[Automatic update for 2018-03-11]
2018-03-10 Guy HarrisDon't put a comma after the last item in an enum list.
2018-03-09 Peter Wuspdx: use consistent formatting for GPL-2.0-or-later
2018-03-09 Guy HarrisPlug a leak.
2018-03-09 Guy HarrisWhen looking up response codes, just keep the key on...
2018-03-07 Dario LombardoQt: remove leak in simple_statistics_dialog (found...
2018-03-07 Dario LombardoQt: remove leak from protocol_preferences_menu (found...
2018-03-07 Dario Lombardospdx: more licenses converted.
2018-03-07 Dario LombardoQt: rework routine in module_preferences_scroll_area.
2018-03-07 Michael MannQt: Handle UAT editor dialogs explicitly.
2018-03-07 Guy HarrisPlug another leak for Wiretap errors.
2018-03-07 Pascal Quantinfailure_message.c: fix a memory leak if err is not...
2018-03-07 Gerald CombsNSIS, WiX: Handle the presence or absence of mmdbresolve.
2018-03-06 Gerald CombsTransition from GeoIP Legacy to MaxMindDB.
2018-03-04 Martin Kaisercoloring rules dialogue: remove unused signal
2018-03-04 Gerald Combs[Automatic update for 2018-03-04]
2018-03-03 Guy HarrisMove what capture_info_close() does into its only caller.
2018-03-03 Guy HarrisMore indentation cleanups.
2018-03-03 Guy HarrisClean up indentation.
2018-03-03 Guy HarrisFix a warning message.
2018-03-03 Guy HarrisRemove declaration of routine that no longer exists.
2018-03-02 Gerald CombsRemove the endpoint "Map" feature.
2018-03-02 Roland Knallextcap: Make settings dialog modal
2018-03-01 Graham BloiceWindows: Remove cruft for unsupported versons
2018-03-01 Gerald CombsQt: Make we shut down cleanly when exiting early.
2018-02-28 Guy HarrisFix StringCchPrintf() calls.
2018-02-28 Dario Lombardortspstat: use integer cast in g_hash_table.
2018-02-27 Peter WuQt/USB: Allow USB src/dst addresses to be selected...
2018-02-27 Peter WuAllow hexadecimal and octal numbers for tshark Decode As
2018-02-27 Peter WuQt: accept hexadecimal input in Decode As dialog
2018-02-25 Gerald Combs[Automatic update for 2018-02-25]
2018-02-24 Gerald CombsRename airpdcap to dot11decrypt.
2018-02-22 Gerald CombsQt+Windows: Adjust our DBAR check logic.
2018-02-22 Gerald CombsQt: Improve our capture filter completions.
2018-02-21 Guy HarrisSquelch some cating-away-constness warnings.
2018-02-20 Guy HarrisSquelch some casting-away-constness warnings.
2018-02-20 Guy HarrisDon't cast away constness.
2018-02-20 Guy HarrisDon't cast away constness.
2018-02-20 Guy HarrisConstify an argument, remove no-longer-necessary remova...
2018-02-20 Guy HarrisConstify some method arguments, and don't cast away...
2018-02-20 Guy HarrisCast away constness at the point where it can't be...
2018-02-20 Guy HarrisDon't gratuitously cast away constness.
2018-02-20 Guy HarrisDon't cast away constness.
2018-02-20 Guy HarrisType casts without const lose constness.
2018-02-20 Stig BjørlykkeQt: Right justify custom columns with multiple fields
2018-02-20 Stig BjørlykkeQt: Improve sorting of custom columns with multiple...
2018-02-19 Gerald CombsQt: Use QFrames as separators in the filter expression...
2018-02-19 Guy HarrisGet rid of more new_ prefixes for statistics functions...
2018-02-18 Jaap KeuterFix some source headers, reformat SPDX license lines...
2018-02-18 Gerald Combs[Automatic update for 2018-02-18]
2018-02-17 Guy HarrisDon't gratuitously cast away constness.
2018-02-17 Gerald CombsQt: Another filter expression toolbar layout attempt.
2018-02-17 Gerald CombsQt: Replace the toolbar extension icon.
2018-02-17 Gerald CombsQt: Add separators between filter expression buttons.
2018-02-17 Guy HarrisDon't have CLEAN_FILES variables for the "clean" source...
2018-02-17 Guy HarrisUse -Werror except for explicitly listed dirty dissectors.
2018-02-16 Guy HarrisSquelch redundant declaration warnings.
2018-02-16 Guy HarrisUse DIAG_OFF_FLEX/DIAG_ON_FLEX more consistently.
2018-02-16 Guy HarrisAdd DIAG_OFF_FLEX and DIAG_ON_FLEX for use in Flex...
2018-02-15 Gerald CombsSuppress more PortAudio + Win64 compiler warnings.
2018-02-14 Peter WuQt: fix crash in packet dialog on changing selection
next