aboutsummaryrefslogtreecommitdiffstats
path: root/ui/proto_hier_stats.c
Commit message (Expand)AuthorAgeFilesLines
* Replace g_snprintf() with snprintf()João Valverde2021-12-191-1/+1
* Replace g_assert() with ws_assert()João Valverde2021-06-191-2/+3
* Remove unneeded modelines in ui.Gerald Combs2021-04-201-13/+0
* file: remove use of g_get_current_timePeter Wu2019-07-171-3/+1
* Hava a routine to read the currently-selected frome.Guy Harris2019-04-151-1/+1
* Use a common wtap_rec and Buffer for all packets.Guy Harris2019-04-081-13/+15
* 1514 is a better initial Buffer size than 1500.Guy Harris2019-04-061-1/+1
* Revert "Get rid of the per-capture_file wtap_rec and Buffer."Peter Wu2019-04-061-1/+1
* Get rid of the per-capture_file wtap_rec and Buffer.Guy Harris2019-04-051-1/+1
* Try to squeeze some bytes out of the frame_data structure.Guy Harris2018-12-271-3/+3
* Generalize wtap_pkthdr into a structure for packet and non-packet records.Guy Harris2018-02-091-5/+5
* replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo2018-02-081-1/+1
* Have the frame_tvbuff.c routines not use the global cfile.Guy Harris2017-12-081-1/+3
* Move the frame_set stuff back into the capture_file structure.Guy Harris2017-12-081-1/+1
* Put the structure of a capture_file back in cfile.h.Guy Harris2017-12-041-1/+0
* Move the parts of a capture_file used by libwireshark to a new structure.Guy Harris2017-12-041-1/+1
* Use cfile.h to define the capture_file type.Guy Harris2017-12-031-2/+3
* Reformat some top-level ui files.Gerald Combs2017-11-301-311/+298
* Remove superfluous null-checks before strdup/freeAhmad Fatoum2017-10-151-4/+1
* Properly find packet comments "field" for protocol hierarchy stats.Michael Mann2017-06-221-1/+1
* Walk up the tree view of Protocol Hierarchy Statistics to look for protocol m...Michael Mann2016-03-121-2/+19
* Use field info length instead of packet length for protocol hierarchy stats.Michael Mann2016-03-091-7/+7
* Keep comments from stealing hierarchy statistics.Gerald Combs2016-01-151-1/+14
* Qt: Add the Protocol Hierarchy statistics dialog.Gerald Combs2015-02-041-15/+16
* Remove unneeded includes from ui folderMartin Mathieson2015-01-011-3/+0
* Removed duplicated #include linesDario Lombardo2014-12-281-1/+0
* Add a Buffer to wtap_pkthdr to hold file-type-specific packet metadata.Guy Harris2014-12-011-1/+2
* Add editor modelines; Adjust whitespace as needed.Bill Meier2014-10-121-1/+14
* Rename buffer_ routines to ws_buffer_ to avoid name collisions.Guy Harris2014-08-021-2/+2
* Move proto_hier_stats.[ch] to libui.Guy Harris2014-06-301-0/+339