aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/follow_stream.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-08-16fix build problems under Win32Ulf Lamping1-1/+4
2007-08-16Initial work on merging common code between follow TCP & SSL stream featuresStephen Fisher1-0/+691