Try to squeeze some bytes out of the frame_data structure.
[gd/wireshark/.git] / ui / qt / iax2_analysis_dialog.cpp
2018-12-27 Guy HarrisTry to squeeze some bytes out of the frame_data structure.
2018-09-29 Guy HarrisClean up the epan_dissect_t in the normal code path.
2018-07-06 Guy HarrisUse the file *base* name for statistics graphs etc..
2018-07-03 Guy HarrisCaptureFile.fileTitle() is for display, not for file...
2018-07-02 Guy HarrisMake an array of 4 octets an array of 4 guint8.
2018-06-25 Jiri NovakRTP: Common functions for allocation/deallocation of...
2018-06-20 Jiri NovakRTP: Encapsulation of comparsion of two rtpstreams
2018-06-19 Jiri NovakRTP: Code clean up
2018-05-16 Gerald CombsWindows: Make sure more native dialogs handle HiDPI.
2018-05-01 Stig BjørlykkeFix comment end after SPDX identifier
2018-04-17 Peter WuQt: fix remaining CaptureEvent signal connections
2018-04-17 Roland KnallQt: Fix memory leak for CaptureEvent
2018-02-09 Guy HarrisGeneralize wtap_pkthdr into a structure for packet...
2018-02-08 Dario Lombardoreplace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.
2018-02-02 Dario LombardoQt: use SPDX identifiers.
2017-12-28 Dario LombardoQt: use QVariant::String instead of QMetaType::QString.
2017-12-27 Michael MannApply new CaptureEvents to statistics dialogs.
2017-12-08 Guy HarrisHave the frame_tvbuff.c routines not use the global...
2017-12-04 Guy HarrisPut the structure of a capture_file back in cfile.h.
2017-12-03 Guy HarrisUse cfile.h to define the capture_file type.
2017-09-06 Pascal QuantinQt: fix RTP/IAX2 reverse stream export to CSV
2017-07-26 Roland KnallQt: Move utils to separate utils directory
2017-04-12 Guy HarrisRename routines to clarify what they do.
2017-02-28 Stig BjørlykkeQt: Fix -Wshorten-64-to-32 warnings
2016-09-16 Stig BjørlykkeQt: Avoid crashes in IAX2 Stream Analysis
2016-06-13 Martin Kaiserqt: use #include <file.h> for generated include files
2016-05-10 Pascal QuantinQt: activate RTP/IAX2 analysis widget when analyzing...
2016-02-28 Stig BjørlykkeQt: Add dialog geometry restore
2016-01-24 Guy HarrisAdd the packet number to the packet_info structure...
2016-01-04 Guy HarrisRemove unneeded "#if 0"ed out code.
2015-12-01 Gerald CombsQt: Don't expose ColorUtils::graph_colors_.
2015-11-27 Pascal QuantinQt: display RTP/IAX2 graph analysis arrival time as...
2015-10-27 Michal LabedzkiQt: Protect against unintentional "no capture file...
2015-10-22 Gerald CombsUse address functions instead of ADDRESS macros in ui.
2015-10-05 João ValverdeMove utf8_entities.h to wsutil
2015-09-13 Pascal QuantinQt: remove unused variables in IAX2 analysis code
2015-09-09 Gerald CombsAdd the IAX2 Analysis dialog.