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