aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2010-02-09Read the packet into private areas (private pseudo-header and packetGuy Harris1-4/+6
2010-02-04Add commo-channel stats.Martin Mathieson1-11/+81
2010-02-04Add UEId to MAC tap struct and stats window.Martin Mathieson1-3/+7
2010-02-04Fix a typo....Bill Meier1-1/+1
2010-02-04Fix a crash which occurs if a progress bar is displayed while generating a he...Bill Meier1-3/+21
2010-02-01Fix some gcc -Wshadow warnings.Bill Meier4-147/+147
2010-02-01Try to get the status bar to update the "Displayed:" field when if and when a...Anders Broman1-1/+5
2010-02-01Completely gnore common channel PDUs for now (instead of crashing or adding b...Martin Mathieson1-1/+8
2010-02-01- Back out the change to restore the selection after freeze/thaw.Anders Broman1-17/+4
2010-02-01Issue a row_inserted signal if the model is connectedAnders Broman1-6/+9
2010-01-29Fix various gcc -Wshadow warnings.Bill Meier8-95/+91
2010-01-29Fix various gcc -Wshadow warnings.Bill Meier20-155/+155
2010-01-29Fix various gcc -Wshadow warnings.Bill Meier13-92/+88
2010-01-29Add a check-box to allow filtering of only status PDUs (AM only)Martin Mathieson1-13/+41
2010-01-29Fix some gcc -Wshadow warnings;Bill Meier1-179/+180
2010-01-27Disable ignored counts when 0.Stig Bjørlykke1-2/+2
2010-01-27Added "Remove Ignored packets" to the win32 dialogs.Stig Bjørlykke2-16/+107
2010-01-26Cleanup the escape/unescape underscore in Packet List column headers.Stig Bjørlykke3-23/+19
2010-01-26Move underscore escaping/unscaping function to strutil.c;Gerasimos Dimitriadis3-0/+3
2010-01-26Introduce "Remove Ignored packets" in Packet Range frames, which is used inStig Bjørlykke1-18/+139
2010-01-25From Jakub Zawadzki:Anders Broman1-17/+15
2010-01-25Handle underscore escaping/unescaping for old packet list; SimplifyGerasimos Dimitriadis1-2/+8
2010-01-25Add a field to allow easy filtering of one SN of interest.Martin Mathieson1-21/+94
2010-01-25Change the prefix of the underscore escaping/unescapingGerasimos Dimitriadis2-5/+5
2010-01-24Handle underscore escaping/unescaping of the column titlesGerasimos Dimitriadis2-35/+13
2010-01-24When a custom column is added, escape the underscores in the name ofGerasimos Dimitriadis1-1/+33
2010-01-22Show NACKs in the UE tableMartin Mathieson1-11/+21
2010-01-22Fix some counters.Martin Mathieson1-4/+8
2010-01-22Fix some labels, and maintain overall frame countMartin Mathieson1-3/+9
2010-01-22Add a simple help page for LTE RLC stats.Martin Mathieson3-3/+6
2010-01-20Fix a test, and make some more functions static.Martin Mathieson1-4/+4
2010-01-20Added rlc_lte_stat_dlg.c.Stig Bjørlykke1-0/+1
2010-01-20Add initial version of LTE RLC stats dialog.Martin Mathieson2-0/+1046
2010-01-20From Jim Young:Anders Broman2-0/+10
2010-01-19Use more unique names for certain enum constants.Bill Meier2-4/+4
2010-01-19From Jakub Zawadzki: get rid of redundant BYTE_VIEW_WIDTH andGuy Harris1-7/+3
2010-01-19From Jakub Zawadzki: fix the return type of hex_view_get_byte().Guy Harris1-1/+1
2010-01-15From Didier Gautheron:Anders Broman1-18/+37
2010-01-13Improved the Interface Options dialog:Stig Bjørlykke1-20/+25
2010-01-13Display the capture filter in the main window title when capturing.Stig Bjørlykke1-20/+20
2010-01-11Use get_column_custom_field() to get unknown custom column field.Stig Bjørlykke2-2/+2
2010-01-11Fixed the tooltip for unknown custom column field.Stig Bjørlykke2-6/+10
2010-01-11From Jim Young:Anders Broman1-6/+12
2010-01-07Clean up indentation.Guy Harris1-55/+55
2010-01-04Check for valid linktype_history in capture_get_linktype().Stig Bjørlykke1-1/+6
2009-12-30Set correct linktype when starting capture from the welcome page.Stig Bjørlykke3-8/+25
2009-12-29Show in stats % of UL traffic that is padding (subheader or payload).Martin Mathieson1-4/+16
2009-12-29Squelch warning from MSVC++ when building 64-bit code.Guy Harris1-1/+1
2009-12-29Use gtk_editable_insert_text() instead of deprecated gtk_entry_append_text().Bill Meier1-6/+10
2009-12-29Use gtk_progress_bar_set_fraction instead of the deprecated gtk_progress_bar_...Bill Meier1-2/+2