aboutsummaryrefslogtreecommitdiffstats
path: root/ui/proto_hier_stats.c
Commit message (Expand)AuthorAgeFilesLines
* 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