aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/follow_stream.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-15gtk_quit_add_destroy() is deprecated in GTK 3.0.Anders Broman1-2/+6
2011-08-10Reformat two long lines....Bill Meier1-2/+6
2011-08-10(Trivial) Whitespace cleanup.Bill Meier1-38/+38
2011-07-24Replace deprecated functions.Anders Broman1-4/+5
2011-07-11Fix more tooltips.Anders Broman1-24/+15
2011-07-11More GLIB_CHECK_VERSION and GTK_CHECK_VERSION cleanup.Gerald Combs1-2/+0
2011-06-28Replace all strerror() with g_strerror().Stig Bjørlykke1-2/+2
2011-02-07And even more -DGSEAL_ENABLE cleanup for GTK+ 3.0 preparation...Stephen Fisher1-1/+1
2011-01-31Use {'0', ...} type initializer for fixed length character arrays.Bill Meier1-1/+1
2011-01-22Resolve bug #2520 by moving the follow stream direction combo box above theStephen Fisher1-32/+36
2010-12-06Revert r35132 so that a better fix can be implemented that doesn't breakStephen Fisher1-3/+4
2010-12-06Change isprint() calls in follow_stream.c (shared code that supports FollowStephen Fisher1-4/+3
2010-11-26Fix the rest of the include paths after the move of native win32 code to win3...Stephen Fisher1-1/+1
2010-01-29Fix various gcc -Wshadow warnings.Bill Meier1-11/+11
2009-10-05Prototype follow_add_to_gtk_text().Stig Bjørlykke1-4/+4
2009-07-02Fix the build.Gerald Combs1-1/+1
2009-07-01Updates to create_tempfile:Gerald Combs1-3/+4
2009-06-02follow_stream: Enable "check for file overwrite" (if GTK 2.8 or greater);Bill Meier1-0/+3
2009-06-01follow_stream: rework "save as" slightly:Bill Meier1-15/+46
2009-05-17From Roland Illig via bug 1764:Gerald Combs1-3/+4
2009-04-27follow_stream: Oops: revert making functions static.Bill Meier1-16/+16
2009-04-27follow_stream: Don't load follow text twice when initially building the window;Bill Meier1-18/+19
2009-04-16More Win64 fixes.Gerald Combs1-3/+3
2009-03-16[Trivial] fix some wording in a commentBill Meier1-1/+1
2009-03-09Replace use of ("prohibited") tmpnam() with codeBill Meier1-8/+28
2008-06-29Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...Bill Meier1-6/+6
2008-06-21Removed the usage of topic_available() as we now have all topics.Stig Bjørlykke1-14/+7
2008-05-23Change references to follow TCP stream to just follow stream to reflectStephen Fisher1-3/+3
2008-05-23Remove backward compability code for GTK 2.2.1 and lower since we onlyStephen Fisher1-8/+0
2008-05-22Move the file utility functions from wiretap to libwsutil so thatJeff Morriss1-6/+6
2008-04-29Replace an option menu (deprecated as of GTK+ 2.4) with a combo boxStephen Fisher1-46/+32
2008-04-27Remove all GTK+ < 2.4 code and minimum version checks.Stephen Fisher1-26/+0
2008-04-13move all code from color.c into color_utils.cUlf Lamping1-1/+1
2008-04-13use the ending "_win32" for every windows specific fileUlf Lamping1-1/+1
2008-04-13sort #includes by directoriesUlf Lamping1-12/+13
2008-04-12move stock icon code from toolbar.c into specific stock_icons file(s)Ulf Lamping1-1/+1
2008-04-11third round to replace SIGNAL_CONNECT with g_signal_connectUlf Lamping1-25/+24
2008-04-11replace all appearances of BUTTON_NEW_FROM_STOCK with GTK2's gtk_button_new_f...Ulf Lamping1-3/+3
2008-04-11OBJECT_..._DATA --> g_object_..._dataBill Meier1-11/+11
2008-04-05Remove GTK1 code.Stephen Fisher1-45/+5
2008-03-28Fix bug #2286: Folow TCP stream window [needs line wrapping turned back on]Stephen Fisher1-0/+9
2008-03-26Remove unterminated comment to fix compile Stephen Fisher1-1/+0
2008-03-26Make the default save format "Raw". Make it easy to change the defaultGerald Combs1-27/+35
2008-03-22Fix bug #1212: Follow SSL/UDP Stream gets direction wrong ...Stephen Fisher1-0/+1
2008-03-12Fixed server and client packet count in C Array variables inStig Bjørlykke1-4/+3
2007-11-26s/stat/eth_stat/ and s/unlink/eth_unlink/ to avoid non-ASCII filename problem...Jeff Morriss1-1/+1
2007-11-03- Future improve/clean up the now generic follow stream codeStephen Fisher1-6/+23
2007-09-13Finish the major part of merging duplicate code between follow TCP & SSLStephen Fisher1-2/+134
2007-09-10Some more code merging / cleanup in the Follow TCP & SSL Stream featuresStephen Fisher1-19/+303
2007-08-23Move follow_infos into folow_stream.c and initialize it.Gerald Combs1-11/+13