summaryrefslogtreecommitdiff
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2010-04-08Get rid of check_col().Anders Broman1-1/+1
2010-04-06clear the store list before inserting all rawsTomas Kukosa1-0/+1
2010-04-06Fix gcc -Wshadow warnings.Bill Meier1-5/+5
2010-04-04Replace GtkCList by GtkTreeView.Jaap Keuter1-288/+393
2010-04-03Make UDP Multicast Stream dialog work again.Jaap Keuter1-2/+2
2010-04-02Fix compile error caused by the previous commit.Balint Reczey1-2/+5
2010-04-02Fix crash when double clicking in packet list area before capturing any packet.Balint Reczey1-0/+5
2010-04-01Keep a copy of the interface description and capture filter around so thatGerald Combs1-5/+2
2010-03-28From Jim Young:Anders Broman1-15/+39
2010-03-28Fix Bug 4388 "Expert Info Composite" : wrong font in tab "Details" Anders Broman1-1/+4
2010-03-27Fix (or at least work around the crash in)Jeff Morriss1-2/+14
2010-03-26s/#if DEBUG/#ifdef DEBUG/Jeff Morriss1-95/+95
2010-03-22Initialise a couple of variables to prevent gcc warnings.Martin Mathieson2-2/+2
2010-03-22Fix a gcc -Wshadow warning inadvertantly introduced in SVN #32262.Bill Meier1-1/+1
2010-03-21Rework code so File ! Merge file_type selection works and to remove use of gl...Bill Meier1-34/+51
2010-03-21Fix some gcc -Wshadow warnings.Bill Meier1-37/+37
2010-03-20Squelch GTK runtime warnings.Jaap Keuter1-3/+3
2010-03-20Bug Fix: File ! Save As (on *nix) causes a gtk_critical message.Bill Meier1-1/+1
2010-03-19Squelch a compiler warning.Guy Harris1-1/+2
2010-03-19Replace GtkCList by GtkTreeView.Jaap Keuter1-726/+450
2010-03-18Time to drop the T38 analysis menu option.Jaap Keuter3-93/+0
2010-03-18cmake changes:Jörg Mayer1-0/+1
2010-03-09Squelch some compiler warnings (one of which would, I think, cause thisGuy Harris1-10/+10
2010-03-06From Andrej Kuehnal:Anders Broman1-0/+5
2010-03-04From LEGO via bug 3459:Stig Bjørlykke1-2/+8
2010-03-04In Wireshark and TShark, run dumpcap to get interface lists and lists ofGuy Harris4-36/+88
2010-03-03Implementation of % bytes column.Jaap Keuter1-54/+74
2010-03-03Cast the result of the subtraction.Guy Harris1-2/+2
2010-03-03Squelch MSVC compiler warnings - this should really be done better, e.g.Guy Harris1-2/+2
2010-03-03Remove one too many columns, causing havoc on display and sorting.Jaap Keuter1-1/+0
2010-03-03Allow for other time presentations.Jaap Keuter3-88/+90
2010-03-03Disable OID resolution and loading SMI modules by default.Balint Reczey1-0/+46
2010-03-02topic_menu_cb() used as callback returning gboolean. Thus make it so.Jaap Keuter2-9/+9
2010-03-02Squelch some compiler warnings, clean up indentation, clean up aGuy Harris2-2/+2
2010-03-01Use RLC inside MAC frames by default.Martin Mathieson1-1/+4
2010-02-28From Didier Gautheron:Anders Broman1-1/+31
2010-02-28Add 'missing SDUs' to tap info / RLC stats window.Martin Mathieson1-8/+29
2010-02-28When tapping RLC PDUs contained in MAC frames, ignore PDUs that aren't in MAC...Martin Mathieson1-1/+2
2010-02-26Use consistent indentation.Bill Meier1-90/+91
2010-02-25GtkCombo --> GtkComboBoxEntryBill Meier1-15/+23
2010-02-25When filtering on MAC PDUs, filter only on MAC PDUs.Martin Mathieson1-0/+3
2010-02-25Rename a number of variables for clarity.Bill Meier1-227/+228
2010-02-25Fix for bug 2478:Jaap Keuter1-1/+1
2010-02-24Fix for bug 4522:Jaap Keuter1-2/+2
2010-02-24GtkOptionMenu --> GtkComboBoxBill Meier1-77/+59
2010-02-24Update (slightly) the description of ws_combo_box_clear_text_and_pointer().Bill Meier2-0/+4
2010-02-22GtkOptionMenu --> GtkComboBoxBill Meier1-50/+39
2010-02-22GtkOptionMenu --> GtkComboBoxBill Meier1-109/+79
2010-02-22GtkOPtionMenu ==> GtkComboBox: V2: use ws_combo_box_new_text_and_pointer & etcBill Meier1-39/+11
2010-02-22Add ws_combo_box_new_text_and_pointer() and related which provides aBill Meier2-3/+187