aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk
AgeCommit message (Expand)AuthorFilesLines
2014-06-21Move get_copyright_info() to wsutil.Guy Harris2-0/+2
2014-06-20Fix build without pcap.Guy Harris1-4/+0
2014-06-20Use OPTSTRING_CAPTURE_COMMON here as well.Guy Harris1-19/+3
2014-06-19Changed a cast (from guint to guint64) in a call to gtk_tree_store_set(). Th...dameiss1-1/+1
2014-06-19Save the size and position of the expert info dialogChris Maynard10-13/+77
2014-06-19Cleaned up some CLang dead assignment warnings.dameiss1-3/+2
2014-06-19Don't crash when closing the Summary window if the file has been closed.Jeff Morriss1-1/+1
2014-06-19gtk_table_new is deprecated in GTK3. Change to use grid instead, and usedameiss1-7/+9
2014-06-19Add GTK modules for existing LBM dissectors.dameiss7-0/+1372
2014-06-19Add the ability to dynamically add a new protocol to export PDU dialog boxPascal Quantin1-4/+4
2014-06-16More Python-bindings removal.Jeff Morriss1-9/+0
2014-06-16Fix indent (Use 4spaces like end of the file and modelines infoAlexis La Goutte1-92/+92
2014-06-16Remove last remaining call to se_strdupEvan Huus1-5/+10
2014-06-16Remove last caller of se_strdup_printfEvan Huus2-2/+4
2014-06-10rlc lte graph: Assigned value is garbage or undefined (clang analyzer)Alexis La Goutte1-0/+6
2014-06-09Add Modelines infoAlexis La Goutte1-0/+13
2014-06-05Add Object (file) export for files transferred over TFTP.Martin Mathieson3-1/+10
2014-05-25Add support for dissecting non-packet records.Guy Harris7-13/+15
2014-05-24Allow wtap_read() and wtap_seek_read() to return records other than packets.Guy Harris8-37/+31
2014-05-23Revert "Allow wtap_read() and wtap_seek_read() to return non-packet records."Guy Harris8-28/+23
2014-05-23Allow wtap_read() and wtap_seek_read() to return non-packet records.Guy Harris8-23/+28
2014-05-19Use g_ alloced memory (instead of emem) when printing fields. emem shouldn't...Michael Mann1-2/+3
2014-05-17wiretap: remove unused code, drop number_of_interfacesPeter Wu1-1/+0
2014-05-11Identify client/server by their IP address and port number in follow streams ...Pascal Quantin3-6/+14
2014-05-11Fix display of unidirectional follow TCP/UDP streamsPascal Quantin2-7/+7
2014-05-11Small fixes to Follow Streams dialog box:Pascal Quantin2-2/+2
2014-05-09Revert "Use g_ alloced memory (instead of emem) when printing fields. emem s...Evan Huus1-3/+2
2014-05-09Revert "Refactor Wiretap"Guy Harris8-14/+14
2014-05-09Use g_ alloced memory (instead of emem) when printing fields. emem shouldn't...Michael Mann1-2/+3
2014-05-09Refactor WiretapMichael Mann8-14/+14
2014-05-01Fix -Wunreachable-code found by ClangAlexis La Goutte1-23/+0
2014-05-01Unreachable code in ui/gtk/main.cAlexis La Goutte1-4/+4
2014-04-29prefs: spelling fix, simplify codePeter Wu1-19/+10
2014-04-29gtk: fix glib assert for dialogs without cancelPeter Wu1-1/+1
2014-04-25Move the XXX-to-UTF-8 loops to routines in epan/charsets.c.Guy Harris1-0/+1
2014-04-25Support out-of-source checkapiStig Bjørlykke1-2/+4
2014-04-23Fix typo in comment (parameterts => parameter)Alexis La Goutte1-1/+1
2014-04-23CaptureDialog: Fix IF type for user created pipeRoland Knall1-0/+1
2014-04-21Fix gcc "warning: no previous prototype ... [-Wmissing-prototypes]"; Do some ...Bill Meier2-0/+4
2014-04-21Replace linked list of proto fields with arrayEvan Huus3-9/+10
2014-04-19More name changes.Guy Harris5-15/+15
2014-04-19Some routine name changes.Guy Harris11-52/+52
2014-04-15ui/gtk/voip_calls: Fix minor memleakPeter Wu1-6/+2
2014-04-14Fix Argument with 'nonnull' attribute passed null found by ClangAlexis La Goutte1-4/+6
2014-04-14Fix warning when generate documentation (doxygen)Alexis La Goutte1-2/+12
2014-04-14Fix warning when generate documentation (doxygen)Alexis La Goutte1-1/+3
2014-04-12Get rid of more tvb_get_nstringz* calls.Guy Harris4-2/+8
2014-04-07Add a Qt I/O Graph dialog.Gerald Combs1-324/+39
2014-04-03Remove garbage character inadvertantly introduced in the previous commit.Bill Meier1-1/+1
2014-04-03(Pedantic): set editor modelines tab-width & etc to 8; Also: fix some indenta...Bill Meier1-4/+4