aboutsummaryrefslogtreecommitdiffstats
path: root/ui/proto_hier_stats.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-17file: remove use of g_get_current_timePeter Wu1-3/+1
2019-04-15Hava a routine to read the currently-selected frome.Guy Harris1-1/+1
2019-04-08Use a common wtap_rec and Buffer for all packets.Guy Harris1-13/+15
2019-04-061514 is a better initial Buffer size than 1500.Guy Harris1-1/+1
2019-04-06Revert "Get rid of the per-capture_file wtap_rec and Buffer."Peter Wu1-1/+1
2019-04-05Get rid of the per-capture_file wtap_rec and Buffer.Guy Harris1-1/+1
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris1-3/+3
2018-02-09Generalize wtap_pkthdr into a structure for packet and non-packet records.Guy Harris1-5/+5
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2017-12-08Have the frame_tvbuff.c routines not use the global cfile.Guy Harris1-1/+3
2017-12-08Move the frame_set stuff back into the capture_file structure.Guy Harris1-1/+1
2017-12-04Put the structure of a capture_file back in cfile.h.Guy Harris1-1/+0
2017-12-04Move the parts of a capture_file used by libwireshark to a new structure.Guy Harris1-1/+1
2017-12-03Use cfile.h to define the capture_file type.Guy Harris1-2/+3
2017-11-30Reformat some top-level ui files.Gerald Combs1-311/+298
2017-10-15Remove superfluous null-checks before strdup/freeAhmad Fatoum1-4/+1
2017-06-22Properly find packet comments "field" for protocol hierarchy stats.Michael Mann1-1/+1
2016-03-12Walk up the tree view of Protocol Hierarchy Statistics to look for protocol m...Michael Mann1-2/+19
2016-03-09Use field info length instead of packet length for protocol hierarchy stats.Michael Mann1-7/+7
2016-01-15Keep comments from stealing hierarchy statistics.Gerald Combs1-1/+14
2015-02-04Qt: Add the Protocol Hierarchy statistics dialog.Gerald Combs1-15/+16
2015-01-01Remove unneeded includes from ui folderMartin Mathieson1-3/+0
2014-12-28Removed duplicated #include linesDario Lombardo1-1/+0
2014-12-01Add a Buffer to wtap_pkthdr to hold file-type-specific packet metadata.Guy Harris1-1/+2
2014-10-12Add editor modelines; Adjust whitespace as needed.Bill Meier1-1/+14
2014-08-02Rename buffer_ routines to ws_buffer_ to avoid name collisions.Guy Harris1-2/+2
2014-06-30Move proto_hier_stats.[ch] to libui.Guy Harris1-0/+339