aboutsummaryrefslogtreecommitdiffstats
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2013-11-23Set a field to squelch a Coverity warning.Guy Harris1-4/+6
2013-11-23Always check cf->edt before dereferencing it, so that Coverity doesn'tGuy Harris1-6/+6
2013-11-23Create the ability to have packet scoped "proto" data. Bug 9470 (https://bug...Michael Mann6-5/+9
2013-11-23Replace similar code with a common routine.Gerald Combs7-141/+8
2013-11-22Fix packet list selection signaling.Gerald Combs3-5/+5
2013-11-22Make the "decode as" dialog modal (for now, at least).Gerald Combs1-3/+3
2013-11-22Fix typo in top filenameAlexis La Goutte2-2/+2
2013-11-22Fix qmake builds on Unix.Gerald Combs1-2/+1
2013-11-22Mark a parameter unused.Gerald Combs1-0/+1
2013-11-22Remove a commented-out duplicate dissector_table definition.Gerald Combs1-11/+0
2013-11-22Add an initial "Decode As" dialog. Currently read-only.Gerald Combs12-6/+456
2013-11-22Move common "decode as" preference code to epan.Gerald Combs3-251/+17
2013-11-21Tap listeners have to be registered before we read our prefs.Gerald Combs1-17/+17
2013-11-21#if 0 out some currently-unused variables and the code that sets them,Guy Harris1-0/+10
2013-11-21Remove an unused function.Gerald Combs1-6/+0
2013-11-21Remove packet_info->ipproto and packet_info->ethertype uses in the GUI. Conv...Michael Mann7-69/+233
2013-11-21Revert what I thought was a simple "compile" change for r53473, but causes Wi...Michael Mann2-109/+36
2013-11-21Walk list of protocol strings to determine which protocols are present in a p...Michael Mann2-36/+109
2013-11-21Add ui_stats_tree_dialog.h to the list of generated headers not toGuy Harris1-0/+1
2013-11-21Fix buildbing ui/qt/wireshark-tap-register.c with autotools.Gerald Combs2-3/+6
2013-11-21Try to get qmake to create wireshark-tap-register.c.Gerald Combs1-1/+21
2013-11-21Add a statistics tree dialog.Gerald Combs16-39/+897
2013-11-21We don't need "ws_symbol_export.h" if we're not using anything from it;Guy Harris1-2/+0
2013-11-21GTK3 >= 3.10 will fail building if deprecation warnings are on.Jörg Mayer1-1/+4
2013-11-20status, in main, is now used only if we have libpcap.Guy Harris1-1/+1
2013-11-20libui is an static library, not a dynamic library, so the WS_DLL_PUBLICGuy Harris1-1/+1
2013-11-20Provide "Decode As" functionality through dissectors themselves instead of th...Michael Mann8-1512/+230
2013-11-20Provide "Decode As" functionality through dissectors themselves instead of th...Michael Mann1-2/+0
2013-11-19Print one YAML item per packet.Gerald Combs1-4/+7
2013-11-19Add routines to set the personal file directory paths (personalGuy Harris6-15/+155
2013-11-19fix compiler warning about write-only variableMartin Kaiser1-1/+2
2013-11-19The GTK+ "follow stream" dialogs don't support "save as YAML"; put in aGuy Harris1-0/+4
2013-11-19#if 0 out an error check that wasn't doing anything interesting for anGuy Harris1-3/+5
2013-11-18Follow dialog data display improvements.Gerald Combs4-98/+95
2013-11-18Remove duplicate (wireshark_application.h) and unused #include filesAlexis La Goutte1-3/+0
2013-11-17Fix indent (use 4 spaces) and add modelinesAlexis La Goutte2-2/+28
2013-11-17We just use g_get_tmp_dir() to get the temporary file directory whenGuy Harris1-3/+1
2013-11-17Move the epan/filesystem.c routines to wsutil; they're not specific toGuy Harris60-60/+60
2013-11-15From Dirk Jagdmann: Make sure err_str is initialized.Gerald Combs1-1/+1
2013-11-15Reset data_out_file when we close it. Add comments and fixup whitespace.Gerald Combs2-9/+18
2013-11-15When we freeze the packet list disconnect its model.Gerald Combs2-2/+16
2013-11-15Apply the changes from r52506. Fixes bug 9044 for the Qt port.Gerald Combs1-79/+0
2013-11-15Add a "to do" item.Gerald Combs1-0/+4
2013-11-14Create a plural-only English translation. Use it to pluralize the FollowGerald Combs8-10/+69
2013-11-14Fix preprocessing logic.Gerald Combs1-2/+1
2013-11-14Fix automake compilation.Gerald Combs1-0/+1
2013-11-14Add packet information and selection to the Follow Stream dialog.Gerald Combs12-45/+298
2013-11-14Get rid of Warinings [-Wmissing-prototypes]Anders Broman37-4/+64
2013-11-13Highlight selected sequence diagram items.Gerald Combs10-321/+372
2013-11-12Highlight selected sequence diagram items.Gerald Combs3-15/+69