aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Collapse)AuthorFilesLines
2010-03-27Fix (or at least work around the crash in)Jeff Morriss1-2/+14
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4119 : Never insert more than 1000 silence frames (e.g., if the sequence number jumps massively). There may be a better way, but at least now we won't crash. Leave a comment in the code indicating this. svn path=/trunk/; revision=32304
2010-03-26s/#if DEBUG/#ifdef DEBUG/Jeff Morriss1-95/+95
svn path=/trunk/; revision=32302
2010-03-22Initialise a couple of variables to prevent gcc warnings.Martin Mathieson2-2/+2
svn path=/trunk/; revision=32267
2010-03-22Fix a gcc -Wshadow warning inadvertantly introduced in SVN #32262.Bill Meier1-1/+1
svn path=/trunk/; revision=32264
2010-03-21Rework code so File ! Merge file_type selection works and to remove use of ↵Bill Meier1-34/+51
global 'filetype'. svn path=/trunk/; revision=32262
2010-03-21Fix some gcc -Wshadow warnings.Bill Meier1-37/+37
svn path=/trunk/; revision=32261
2010-03-20Squelch GTK runtime warnings.Jaap Keuter1-3/+3
svn path=/trunk/; revision=32256
2010-03-20Bug Fix: File ! Save As (on *nix) causes a gtk_critical message.Bill Meier1-1/+1
ToDo: Fix Filetype handling for File ! Merge so it works again; (These issues were inroduced in SVN #31950). svn path=/trunk/; revision=32251
2010-03-19Squelch a compiler warning.Guy Harris1-1/+2
svn path=/trunk/; revision=32249
2010-03-19Replace GtkCList by GtkTreeView.Jaap Keuter1-726/+450
svn path=/trunk/; revision=32248
2010-03-18Time to drop the T38 analysis menu option.Jaap Keuter3-93/+0
svn path=/trunk/; revision=32237
2010-03-18cmake changes:Jörg Mayer1-0/+1
- Add checking for linker flags - Install plugins with the name including the Wireshark version. This will make it easier to find matching plugin versions if files get just copied over. svn path=/trunk/; revision=32231
2010-03-09Squelch some compiler warnings (one of which would, I think, cause thisGuy Harris1-10/+10
to fail with IBM XLC). svn path=/trunk/; revision=32152
2010-03-06From Andrej Kuehnal:Anders Broman1-0/+5
New feature: extract specified diameter AVPs from large capture files. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4560 svn path=/trunk/; revision=32132
2010-03-04From LEGO via bug 3459:Stig Bjørlykke1-2/+8
Add a callback to UAT to be called after the table has being updated, use it to renew the snmp_ue_cache. svn path=/trunk/; revision=32112
2010-03-04In Wireshark and TShark, run dumpcap to get interface lists and lists ofGuy Harris4-36/+88
link-layer header types for interfaces; if special privileges are necessary to open capture devices, Wireshark and TShark shouldn't have those privileges, but dumpcap should. svn path=/trunk/; revision=32104
2010-03-03Implementation of % bytes column.Jaap Keuter1-54/+74
Cleanup of souce code. svn path=/trunk/; revision=32103
2010-03-03Cast the result of the subtraction.Guy Harris1-2/+2
svn path=/trunk/; revision=32102
2010-03-03Squelch MSVC compiler warnings - this should really be done better, e.g.Guy Harris1-2/+2
with routines that can display times with a specified precision. svn path=/trunk/; revision=32101
2010-03-03Remove one too many columns, causing havoc on display and sorting.Jaap Keuter1-1/+0
svn path=/trunk/; revision=32100
2010-03-03Allow for other time presentations.Jaap Keuter3-88/+90
svn path=/trunk/; revision=32099
2010-03-03Disable OID resolution and loading SMI modules by default.Balint Reczey1-0/+46
Add an option to enable OID resolution. Add an option to suppress errors reported by libsmi. svn path=/trunk/; revision=32096
2010-03-02topic_menu_cb() used as callback returning gboolean. Thus make it so.Jaap Keuter2-9/+9
svn path=/trunk/; revision=32087
2010-03-02Squelch some compiler warnings, clean up indentation, clean up aGuy Harris2-2/+2
comment. svn path=/trunk/; revision=32076
2010-03-01Use RLC inside MAC frames by default.Martin Mathieson1-1/+4
svn path=/trunk/; revision=32073
2010-02-28From Didier Gautheron:Anders Broman1-1/+31
Right align and numerically sort geoip latitude and longitude info. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4030 svn path=/trunk/; revision=32054
2010-02-28Add 'missing SDUs' to tap info / RLC stats window.Martin Mathieson1-8/+29
Also includes typo fixes from Pascal Quantin. svn path=/trunk/; revision=32049
2010-02-28When tapping RLC PDUs contained in MAC frames, ignore PDUs that aren't in ↵Martin Mathieson1-1/+2
MAC frames. svn path=/trunk/; revision=32043
2010-02-26Use consistent indentation.Bill Meier1-90/+91
svn path=/trunk/; revision=32016
2010-02-25GtkCombo --> GtkComboBoxEntryBill Meier1-15/+23
svn path=/trunk/; revision=32010
2010-02-25When filtering on MAC PDUs, filter only on MAC PDUs.Martin Mathieson1-0/+3
svn path=/trunk/; revision=32008
2010-02-25Rename a number of variables for clarity.Bill Meier1-227/+228
svn path=/trunk/; revision=32007
2010-02-25Fix for bug 2478:Jaap Keuter1-1/+1
"Push to test. Release to detonate." svn path=/trunk/; revision=32005
2010-02-24Fix for bug 4522:Jaap Keuter1-2/+2
Don't offer "Wiki Protocol Page" and "Filter Field Reference" in the context menu when a Text item is selected. svn path=/trunk/; revision=31987
2010-02-24GtkOptionMenu --> GtkComboBoxBill Meier1-77/+59
svn path=/trunk/; revision=31972
2010-02-24Update (slightly) the description of ws_combo_box_clear_text_and_pointer().Bill Meier2-0/+4
svn path=/trunk/; revision=31971
2010-02-22GtkOptionMenu --> GtkComboBoxBill Meier1-50/+39
svn path=/trunk/; revision=31950
2010-02-22GtkOptionMenu --> GtkComboBoxBill Meier1-109/+79
svn path=/trunk/; revision=31949
2010-02-22GtkOPtionMenu ==> GtkComboBox: V2: use ws_combo_box_new_text_and_pointer & etcBill Meier1-39/+11
svn path=/trunk/; revision=31948
2010-02-22Add ws_combo_box_new_text_and_pointer() and related which provides aBill Meier2-3/+187
variant of gtk_combo_box which stores a pointer along as well as text for each combo_box entry. svn path=/trunk/; revision=31947
2010-02-21Include dialag filter in generated channel filters.Martin Mathieson1-2/+5
svn path=/trunk/; revision=31944
2010-02-21Allow multiple instances to be created, with filters.Martin Mathieson1-168/+201
svn path=/trunk/; revision=31942
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-20Add missing SIP response codes from iana sip-parametersMartin Mathieson1-0/+10
svn path=/trunk/; revision=31932
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-19Get rid of C++-style comments (even inside "#if 0"/"#endif", the APIGuy Harris1-55/+57
checks fail). Clean up indentation. svn path=/trunk/; revision=31926
2010-02-19Commit #if 0'd out code:Anders Broman1-10/+203
"Start of converting the clist to a gtk_list_store" If some one whant's to continue on it... svn path=/trunk/; revision=31925
2010-02-19Fix compilation with pre-2.6 GTK+.Guy Harris1-1/+1
svn path=/trunk/; revision=31920
2010-02-18GtkOPtionMenu ==> GtkComboBox;Bill Meier1-61/+76
Also: - Remove some unneeded #includes; - It's now OK to use gtk_text_buffer_select_range() since GTK .ge. 2.4 is now required; (This reverts SVN #18750). svn path=/trunk/; revision=31917