aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/rlc_lte_graph.c
AgeCommit message (Expand)AuthorFilesLines
2017-07-12GTK: fix compilation with GCC 7Pascal Quantin1-1/+1
2017-04-05A bunch of "{Mac} OS X" -> "macOS" changes.Guy Harris1-1/+1
2016-10-26Gtk: remove atoi calls and use ws_strtoi functions.Dario Lombardo1-2/+5
2016-07-24Pacify GTK checkAPIs.pl warnings.Michael Mann1-3/+3
2016-02-18Don't add the wiretap directory to the list of include directories.Guy Harris1-2/+2
2016-02-07GTK: Check if lrint() is usable, fix warnings [-Wbad-function-cast]João Valverde1-30/+34
2015-12-29Always supply a g_mallocated error message from select_rlc_lte_session().Guy Harris1-8/+12
2015-10-11LTE RLC graphs - initial versionMartin Mathieson1-450/+145
2015-09-27ui/gtk: fix weird check for axis orientationPeter Wu1-7/+4
2015-02-09(Trivial) Fix printf-related 'Mismatch on sign' warningsBill Meier1-1/+1
2015-01-18Clean up ftype-conversion and dfilter error message string handling.Guy Harris1-2/+4
2014-07-03Rename and move ui/stat_menu.h to epan/stat_groups.h.Guy Harris1-1/+1
2014-06-30Move stat_menu.h to libui.Guy Harris1-1/+1
2014-06-10rlc lte graph: Assigned value is garbage or undefined (clang analyzer)Alexis La Goutte1-0/+6
2014-06-09Add Modelines infoAlexis La Goutte1-0/+13
2014-05-25Add support for dissecting non-packet records.Guy Harris1-1/+1
2014-05-24Allow wtap_read() and wtap_seek_read() to return records other than packets.Guy Harris1-3/+3
2014-05-23Revert "Allow wtap_read() and wtap_seek_read() to return non-packet records."Guy Harris1-1/+1
2014-05-23Allow wtap_read() and wtap_seek_read() to return non-packet records.Guy Harris1-1/+1
2014-05-09Revert "Refactor Wiretap"Guy Harris1-1/+1
2014-05-09Refactor WiretapMichael Mann1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-0/+1
2013-10-26From robionekenobi via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=93...Pascal Quantin1-4/+4
2013-07-21Replace relative timestamp with reference frame number. Saves 16B per frame.Jakub Zawadzki1-4/+6
2013-07-21Some work on multi file dissectionJakub Zawadzki1-1/+1
2013-07-11packet dissection now takes pointer to tvb instead of guint8 dataJakub Zawadzki1-1/+2
2013-06-16Have the seek-read routines take a Buffer rather than a guint8 pointerGuy Harris1-1/+1
2013-04-16Fix another dozen or so files with bad FSF addresses as caught by licensecheck.Evan Huus1-1/+1
2013-04-13Allow zooming in on a rectangular region using left mouse.Martin Mathieson1-6/+224
2013-03-21From beroset:Bill Meier1-1/+1
2013-03-06Use explicit casts.Anders Broman1-11/+11
2013-03-06Get rid of xor_gc altogether, I think it's a remnant from the "old" cross-hai...Anders Broman1-26/+0
2013-02-26Fix spelling/typos found using a list of commonly misspelled words.Bill Meier1-2/+2
2013-02-25it's ==> its & its ==> it's as needed.Bill Meier1-1/+1
2013-02-16Show resegmented data as grey.Martin Mathieson1-21/+41
2013-01-16General cleanup: whitespace, parens & etc.Bill Meier1-150/+149
2013-01-16Use gdk_cairo_set_source_rgba() and GdkRGBA.Bill Meier1-27/+27
2012-12-16Don't cast away constness of passed-in tap structs.Martin Mathieson1-2/+2
2012-12-05Choose direction properly if launching graph based upon channel ofMartin Mathieson1-1/+2
2012-11-28- Allocate the correct number of elements to drawMartin Mathieson1-95/+94
2012-10-20Introduce epan_dissect_run_with_taps() which run dissection with taps.Jakub Zawadzki1-3/+1
2012-10-16Add wtap_pseudo_header union to wtap_pkthdr structure.Jakub Zawadzki1-1/+1
2012-10-15Allow the RLC sequence graph to be called from the statistics window.Martin Mathieson1-18/+57
2012-10-10Take a deep copy of the tap struct in the tap function, as it is notMartin Mathieson1-1/+4
2012-10-06Use ellipses rather than crosses made from lines to show data points,Martin Mathieson1-84/+105
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-08-23Rationalise the way lists/elements are allocated.Martin Mathieson1-4/+6
2012-08-19Both lists of elements are always allocated together, so save a scanMartin Mathieson1-5/+4
2012-08-19Speed up drawing of axes by taking cairo_stroke() andMartin Mathieson1-12/+4