aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/mac_lte_stat_dlg.c
AgeCommit message (Collapse)AuthorFilesLines
2012-01-15Move gtk to ui/gtk.Jörg Mayer1-1346/+0
This looses the last checkin to gtk, will add this manually back. svn path=/trunk/; revision=40518
2012-01-05Show % UL padding as a progress bar.Martin Mathieson1-3/+13
svn path=/trunk/; revision=40382
2011-09-25We now always build with MAIN_MENU_USE_UIMANAGER, so remove all code usingJörg Mayer1-2/+1
the old ways except the proto_help.c file, which is kept for now in case someone is willing to reimplement the help menus using non-deprecated methods. svn path=/trunk/; revision=39137
2011-08-31Add another DL CRC error - Duplicate NonZero RV.Martin Mathieson1-2/+10
svn path=/trunk/; revision=38820
2011-08-25Trivial formatting differences (removed tabs, added newline between functions).Martin Mathieson1-1/+1
svn path=/trunk/; revision=38734
2011-08-20Make register_dfilter_stat work for MAIN_MENU_USE_UIMANAGERAnders Broman1-0/+6
and add a bunch of menus. svn path=/trunk/; revision=38626
2011-07-21Fix almost all accesses to ->windowJörg Mayer1-1/+3
svn path=/trunk/; revision=38151
2011-07-13Fix more tooltips fixes.Anders Broman1-14/+10
svn path=/trunk/; revision=37996
2011-06-08The passed-in filter string can no longer be NULL, so use strlen instead of ↵Martin Mathieson1-3/+3
testing pointer. svn path=/trunk/; revision=37621
2011-06-05Rename the tap_dfilter_dlg.[ch] files to reflect that they can do moreGuy Harris1-1/+1
than just filters. svn path=/trunk/; revision=37560
2011-06-05Some work on generalizing the "display filter" tap parameter dialog boxGuy Harris1-2/+8
to more generally support fetching parameters for taps. svn path=/trunk/; revision=37559
2011-04-16Show max UEs/TTI in MAC stats window (UL/DL separately).Martin Mathieson1-0/+50
svn path=/trunk/; revision=36658
2011-02-03Disable error substring controls when show errors checkbox is disabled.Martin Mathieson1-2/+16
svn path=/trunk/; revision=35784
2011-01-22Add buttons to allow filtering only UL or DL on selected UE.Martin Mathieson1-47/+144
svn path=/trunk/; revision=35616
2011-01-14Move MAC and RLC stats menu items into a common LTE subtree.Martin Mathieson1-1/+1
svn path=/trunk/; revision=35532
2010-12-28Add support for showing errors matching substrings (like LTE RLC stats ↵Martin Mathieson1-1/+26
supports). TODO: fix the loayout/spacing.... svn path=/trunk/; revision=35281
2010-11-12Fix a column typo, and give them different menu accelerator keys.Martin Mathieson1-1/+1
svn path=/trunk/; revision=34851
2010-10-19Fix problem with creating filter expressions (where stats window is limited ↵Martin Mathieson1-5/+11
by existing filter). svn path=/trunk/; revision=34567
2010-10-09Fix menu entries.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=34446
2010-10-07Add more CRC failure codes.Martin Mathieson1-20/+39
svn path=/trunk/; revision=34401
2010-09-06Change bandwidth labels, and update stop time even on first frame.Martin Mathieson1-10/+8
svn path=/trunk/; revision=34068
2010-09-03Add bandwidth figures per UE.Martin Mathieson1-23/+68
svn path=/trunk/; revision=34061
2010-08-30Remove some unnecessary includes: a lot of things don't need globals.h and ↵Jeff Morriss1-2/+1
register.h svn path=/trunk/; revision=34017
2010-07-20Add new UEs to the end of the list.Martin Mathieson1-3/+7
svn path=/trunk/; revision=33589
2010-07-05Add a checkbox to allow DCT errors to be included in generated display filter.Martin Mathieson1-1/+22
svn path=/trunk/; revision=33434
2010-07-05For DL HARQ retx, support knowing result or not.Martin Mathieson1-2/+2
svn path=/trunk/; revision=33431
2010-05-26Add a tooltip.Martin Mathieson1-0/+4
svn path=/trunk/; revision=32977
2010-02-21- include given filter in generated filter expressions.Martin Mathieson1-22/+54
- reselect UE after retapping. - move some vars from top-level to be locals in _init(). svn path=/trunk/; revision=31941
2010-02-21Allow multiple instances of LTE MAC statistics windows, each with own filter.Martin Mathieson1-162/+189
This makes it easier to work with traces including multiple sectors... svn path=/trunk/; revision=31937
2010-02-20Include detected DL retx in stats.Martin Mathieson1-13/+112
Each row is now a uniqe RNTI/UEId pair. Added a filter button to filter by selected RNTI + UEId svn path=/trunk/; revision=31931
2010-02-04Add UEId to MAC tap struct and stats window.Martin Mathieson1-3/+7
svn path=/trunk/; revision=31788
2009-12-29Show in stats % of UL traffic that is padding (subheader or payload).Martin Mathieson1-4/+16
svn path=/trunk/; revision=31390
2009-09-02Add Semi-Persistent Scheduling (SPS) RNTI.Martin Mathieson1-2/+8
svn path=/trunk/; revision=29667
2009-08-20Trivial formatting changesMartin Mathieson1-20/+17
svn path=/trunk/; revision=29484
2009-07-08From Kovarththanan Rajaratnam:Anders Broman1-1/+1
No letter-shortcuts in Telephony menu. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3678 svn path=/trunk/; revision=29028
2009-06-05Have tap listeners specify whether the "packet" routine requiresGuy Harris1-2/+2
a protocol tree; the column values. This includes stats-tree listeners. Have the routines to build the packet list, and to retap packets, honor those requirements. This means that cf_retap_packets() no longer needs an argument to specify whether to construct the column values or not, so get rid of that argument. This also means that there's no need for a tap to have a fake filter to ensure that the protocol tree will be built, so don't set up a fake "frame" filter. While we're at it, clean up some cases where "no filter" was represented as a null string rather than a null pointer. Have a routine to return an indication of the number of tap listeners with filters; use that rather than the global num_tap_filters. Clean up some indentation and some gboolean vs. gint items. svn path=/trunk/; revision=28645
2009-06-04Show total number of frames, UEs in stats window title.Martin Mathieson1-2/+14
svn path=/trunk/; revision=28639
2009-05-28Add definitions for a UDP framing protocol and heuristic dissector (example ↵Martin Mathieson1-5/+3
client code will be posted on wiki soon) Add a missed initialisation to stats window struct. svn path=/trunk/; revision=28511
2009-05-24Found some problems when testing with live captures:.Martin Mathieson1-67/+61
- Fixed problem with iter_valid values (causing multiple rows for one UE). - Set UE counters to 0 when current UE is deselected. - Get rid of some unused counters svn path=/trunk/; revision=28459
2009-04-21Also show number of RAR bodies/entries in stats.Martin Mathieson1-0/+11
svn path=/trunk/; revision=28104
2009-04-17Show RARs. For now show frame count in common channel section, although it ↵Martin Mathieson1-7/+11
may be possible to associate RAR bodies with UEs if the context info is available... svn path=/trunk/; revision=28073
2009-03-25Show number of UEs in label above table.Martin Mathieson1-5/+12
svn path=/trunk/; revision=27846
2009-03-24Only report CRC Status when we know it to be valid.Martin Mathieson1-5/+5
svn path=/trunk/; revision=27841
2009-03-23Add CRC error flag to frames, and show in stats window.Martin Mathieson1-8/+26
svn path=/trunk/; revision=27837
2009-03-18Use retx info in stats window.Martin Mathieson1-5/+32
User guide help not added yet, as having trouble building... svn path=/trunk/; revision=27776
2009-03-18From Jakub Zawadzki: g_gnprintf & etc: Use size of buffer [not size -1];Bill Meier1-3/+3
- As suggested actually use sizeof(...) rather than a numeric constant. - g_snprintf() and g_vsnprintf() since glib 1.3.12 do not return -1. svn path=/trunk/; revision=27772
2009-02-27Fix counting of 'predefined' bytes.Martin Mathieson1-18/+41
svn path=/trunk/; revision=27564
2009-02-26gtk_label_set -> gtk_label_set_textAnders Broman1-13/+13
"gtk_label_set is deprecated and should not be used in newly-written code. Aliases gtk_label_set_text()." svn path=/trunk/; revision=27556
2009-02-26Removed some spaces in BCH Bytes and PCH Bytes.Stig Bjørlykke1-2/+2
svn path=/trunk/; revision=27553
2009-02-26More layout improvements (thanks Stig).Martin Mathieson1-25/+27
svn path=/trunk/; revision=27552