summaryrefslogtreecommitdiff
path: root/ui/gtk/follow_stream.c
AgeCommit message (Expand)AuthorFilesLines
2016-11-10tcp: Fix Follow TCP tap data and when its tapped.Michael Mann1-16/+1
2016-07-18Use follow_record_t in SSL follow stream.Jeff Morriss1-62/+1
2016-06-19Revert "tap: change glib functions to wmem."Pascal Quantin1-3/+2
2016-06-17tap: change glib functions to wmem.Dario Lombardo1-2/+3
2016-06-03Qt: Add UTF-16 output to Follow Stream.Gerald Combs1-0/+1
2016-06-01Allow create_tempfile to support a suffix.Michael Mann1-1/+1
2016-04-21Link version code statically againJoão Valverde1-1/+1
2016-04-06Qt: Follow stream performance improvements.Gerald Combs1-5/+8
2016-02-26Add free_address_wmem(), fix warnings [-Wcast-qual]João Valverde1-1/+1
2016-02-08Revert "Add free_address_wmem() and other extensions to address API"João Valverde1-1/+1
2016-02-07Add free_address_wmem() and other extensions to address APIJoão Valverde1-1/+1
2016-01-12Refactor "Follow Stream" functionality on all GUI interfaces.Michael Mann1-113/+404
2016-01-03Cleanup follow stream codeMichael Mann1-22/+10
2016-01-03Add HTTP Follow streamMichael Mann1-0/+4
2015-11-07Clean up includes of unistd.h, fcntl.h, and sys/stat.h.Guy Harris1-3/+0
2015-10-16Qt: add ability to save raw output to follow windowPascal Quantin1-0/+1
2014-10-17Remove unnecessary includes of <ctype.h>.Guy Harris1-1/+0
2014-06-22Add a routine to return a version string including VCS information.Guy Harris1-3/+2
2014-05-11Fix display of unidirectional follow TCP/UDP streamsPascal Quantin1-2/+2
2014-03-11Migrate GTK icon handling to GTK 3.10 APIBalint Reczey1-3/+3
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-25Remove trailing whitespaceBill Meier1-2/+2
2014-02-07Replace "svn" with "git" all over the place.Gerald Combs1-1/+1
2013-12-21ui/gtk/follow_stream.c was using isprint.h hack, change all isprint()Jakub Zawadzki1-2/+2
2013-12-21Drop isprint.h use g_ascii_isprint() when this include hack was enabled.Jakub Zawadzki1-4/+3
2013-11-19The GTK+ "follow stream" dialogs don't support "save as YAML"; put in aGuy Harris1-0/+4
2013-11-17Move the epan/filesystem.c routines to wsutil; they're not specific toGuy Harris1-1/+1
2013-07-12Move the print modules into epan.Jeff Morriss1-2/+4
2013-06-29Fix indent (Tabs => Spaces) and add modelines info for follow_* filesAlexis La Goutte1-826/+811
2013-06-26Move tempfile.{h,c} into wsutil.Jeff Morriss1-1/+1
2013-05-17From Robert Bullen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8643Evan Huus1-17/+17
2013-05-15Use file_selection_run() for dialogs created with file_selection_new().Guy Harris1-87/+44
2013-05-14Give file_selection_new() an argument to specify the parent window ofGuy Harris1-10/+4
2013-03-21From beroset:Bill Meier1-2/+2
2013-03-10Use explicit casts.Anders Broman1-23/+23
2012-12-26Fix a bunch of warnings.Guy Harris1-2/+2
2012-10-01Widen the "Find text" dialog a bit so the entire title is visible.Chris Maynard1-0/+1
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-07-20For all recent changes (r43820...r43829) from gtk_container_add() to gtk_box_...Jakub Zawadzki1-1/+1
2012-07-19gtk_container_add() -> gtk_box_pack_start().Anders Broman1-3/+3
2012-04-21Replace gtk_vbox_new() and gtk_hbox_new() with ws_gtk_box_new().Anders Broman1-6/+6
2012-01-18Restructure the recent file code so that recent.c is GUI-independent;Guy Harris1-1/+4
2012-01-16Reflect the move of the top-level win32 directory into the ui directory.Guy Harris1-1/+1
2012-01-16Move some headers for UI stuff, and the alert_box.c UI-specific file, toGuy Harris1-2/+2
2012-01-15Move gtk to ui/gtk.Jörg Mayer1-0/+1109