aboutsummaryrefslogtreecommitdiffstats
path: root/ui/tap-rlc-graph.c
AgeCommit message (Expand)AuthorFilesLines
2019-04-15Hava a routine to read the currently-selected frome.Guy Harris1-3/+3
2019-04-06Revert "Get rid of the per-capture_file wtap_rec and Buffer."Peter Wu1-16/+3
2019-04-05Get rid of the per-capture_file wtap_rec and Buffer.Guy Harris1-3/+16
2019-01-01Add a "failed" return for tap packet routines.Guy Harris1-4/+4
2018-07-21Add a tap "finish" callback, called when a listener is removed.Guy Harris1-2/+2
2018-05-01Fix comment end after SPDX identifierStig Bjørlykke1-1/+2
2018-02-09Generalize wtap_pkthdr into a structure for packet and non-packet records.Guy Harris1-1/+1
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2018-02-02ui: use SPDX identifiers.Dario Lombardo1-14/+1
2017-12-27Cleanup of tap-rlc-graphMartin Mathieson1-17/+13
2017-12-09Allow switching direction in LTE RLC graphMartin Mathieson1-10/+5
2017-12-08Have the frame_tvbuff.c routines not use the global cfile.Guy Harris1-1/+3
2017-12-04Put the structure of a capture_file back in cfile.h.Guy Harris1-2/+0
2017-12-03Use cfile.h to define the capture_file type.Guy Harris1-0/+2
2017-04-12Rename routines to clarify what they do.Guy Harris1-1/+1
2016-06-19Revert "tap: change glib functions to wmem."Pascal Quantin1-6/+6
2016-06-17tap: change glib functions to wmem.Dario Lombardo1-6/+6
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-1/+1
2016-01-23More pinfo->fd->abs_ts to pinfo->abs_ts.Guy Harris1-2/+2
2015-12-29Always supply a g_mallocated error message from select_rlc_lte_session().Guy Harris1-10/+6
2015-12-12Remove -Wwrite-strings compiler flagJoão Valverde1-3/+3
2015-10-20LTE dialogs: tidy up some loose endsMartin Mathieson1-14/+21
2015-10-12Include <stdlib.h> to declare exit().Guy Harris1-1/+3
2015-10-11LTE RLC graphs - initial versionMartin Mathieson1-0/+309