aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk
AgeCommit message (Expand)AuthorFilesLines
2014-12-21Do not use packet scoped memory in GUIPascal Quantin3-10/+10
2014-12-20Fix filter test for multifield custom columnStig Bjørlykke1-1/+1
2014-12-20Fix filter valid/invalid test for multifield custom typeMichal Labedzki4-3/+28
2014-12-20Qt: Add a CaptureFile class.Gerald Combs1-1/+1
2014-12-20Consolidate RTP stream structs.Gerald Combs2-110/+77
2014-12-20Change more variables from si_code to mtp3_si_code to avoid conflictsStephen Fisher3-9/+9
2014-12-19Replace uses of proto_get_frame_protocols with proto_is_frame_protocol when o...Michael Mann3-34/+4
2014-12-19Use new color_dissector_filters.[ch] to refactor (color) conversation generat...Michael Mann1-736/+296
2014-12-19Finish renaming si_code to mtp3_si_code.Jeff Morriss1-3/+3
2014-12-19Remove main-menubar-ui.xml because it's not used.Michael Mann2-397/+0
2014-12-15Enable case-insensitive string dissector tablesEvan Huus1-1/+1
2014-12-11Add a heur_dissector_table_foreach() function.Guy Harris1-3/+3
2014-12-11Give dissector_all_heur_tables_foreach_table() a sort function.Guy Harris1-1/+1
2014-12-11Make the type of the second argument to a DATFunc_heur_table explicit.Guy Harris1-4/+2
2014-12-09Qt: Initial VoIP Calls dialog.Gerald Combs1-19/+3
2014-12-09Fix GTK warning in EXTCAP partsIrene Ruengeler1-4/+7
2014-12-01Add a Buffer to wtap_pkthdr to hold file-type-specific packet metadata.Guy Harris1-1/+2
2014-11-26Consolidate sequence analysis code.Gerald Combs2-27/+6
2014-11-25hostlist_table (GTK): Fix Dereference of null pointer found by Clang analyzerAlexis La Goutte1-0/+4
2014-11-22Fix problem where the profile bar moves further left every time Wireshark isJeff Morriss1-16/+46
2014-11-21VoIP Call (GTK): Fix Dereference of null pointer found by Clang analyzerAlexis La Goutte1-0/+3
2014-11-19voip_calls: Fix tap callbacks.Gerald Combs1-2/+2
2014-11-18voip_calls: Regression fixes.Gerald Combs3-10/+29
2014-11-18Fix indentation.Guy Harris1-1/+1
2014-11-18voip_calls: Move to ui.Gerald Combs8-4351/+35
2014-11-17voip_calls: Get rid of global variables.Gerald Combs4-354/+366
2014-11-16mcast_stream: fix indent (use 4 spaces)Alexis La Goutte2-327/+352
2014-11-16rtp_stream: fix indent (use 4 spaces)Alexis La Goutte1-81/+94
2014-11-15VoIP calls: Fixup whitespace.Gerald Combs2-3103/+3114
2014-11-15VoIP calls: Start separating common and GTK+-dependent code.Gerald Combs3-70/+76
2014-11-15VoIP calls: Use our tap offsets.Gerald Combs1-103/+115
2014-11-15Fix a pointer type.Gerald Combs1-4/+4
2014-11-15VoIP calls: Clean up tap registration and removal.Gerald Combs3-609/+421
2014-11-15VoIP calls tap ID cleanup.Gerald Combs2-70/+70
2014-11-15Do the "-z help" processing separately, and do it for Wireshark as well.Guy Harris1-0/+5
2014-11-14Add a name field to tap_param, for use in error messages.Guy Harris23-24/+24
2014-11-14The registered -z parameter string shouldn't end with a comma.Guy Harris2-2/+2
2014-11-14Add an optional flag and a type for UUID parameters for stat taps.Guy Harris24-24/+26
2014-11-14Rename stat_cmd_args.[ch] to stat_tap_ui.[ch].Guy Harris19-19/+19
2014-11-14tap_ui -> stat_tap_ui.Guy Harris15-48/+48
2014-11-14For tap UIs, register a list of parameters and some menu information.Guy Harris16-38/+262
2014-11-14Gtk Utils: fix unknown command tag name 'parm'; did you mean 'param'? (-Wdocu...Alexis La Goutte2-2/+2
2014-11-10Improved deregistering fields.Stig Bjørlykke3-1/+37
2014-10-31Remove unused RA_PYTHON_REGISTER and RA_PYTHON_HANDOFF.Stig Bjørlykke1-6/+0
2014-10-30Replace one more isprint() with g_ascii_isprint().Jeff Morriss1-1/+1
2014-10-22Refactor pinfo->circuit_id behavior for ISUP dissectorMichael Mann1-4/+4
2014-10-21Qt: Fill in time display menu items. Other fixes and updates.Gerald Combs1-1/+1
2014-10-21With CMake, define WANT_PACKET_EDITOR in config.h.Guy Harris1-6/+0
2014-10-20Fix support for writing out edited records.Guy Harris1-24/+4
2014-10-17Remove unnecessary includes of <ctype.h>.Guy Harris10-14/+0