aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/follow_stream.c
Commit message (Expand)AuthorAgeFilesLines
* Fix various gcc -Wshadow warnings.Bill Meier2010-01-291-11/+11
* Prototype follow_add_to_gtk_text().Stig Bjørlykke2009-10-051-4/+4
* Fix the build.Gerald Combs2009-07-021-1/+1
* Updates to create_tempfile:Gerald Combs2009-07-011-3/+4
* follow_stream: Enable "check for file overwrite" (if GTK 2.8 or greater);Bill Meier2009-06-021-0/+3
* follow_stream: rework "save as" slightly:Bill Meier2009-06-011-15/+46
* From Roland Illig via bug 1764:Gerald Combs2009-05-171-3/+4
* follow_stream: Oops: revert making functions static.Bill Meier2009-04-271-16/+16
* follow_stream: Don't load follow text twice when initially building the window;Bill Meier2009-04-271-18/+19
* More Win64 fixes.Gerald Combs2009-04-161-3/+3
* [Trivial] fix some wording in a commentBill Meier2009-03-161-1/+1
* Replace use of ("prohibited") tmpnam() with codeBill Meier2009-03-091-8/+28
* Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...Bill Meier2008-06-291-6/+6
* Removed the usage of topic_available() as we now have all topics.Stig Bjørlykke2008-06-211-14/+7
* Change references to follow TCP stream to just follow stream to reflectStephen Fisher2008-05-231-3/+3
* Remove backward compability code for GTK 2.2.1 and lower since we onlyStephen Fisher2008-05-231-8/+0
* Move the file utility functions from wiretap to libwsutil so thatJeff Morriss2008-05-221-6/+6
* Replace an option menu (deprecated as of GTK+ 2.4) with a combo boxStephen Fisher2008-04-291-46/+32
* Remove all GTK+ < 2.4 code and minimum version checks.Stephen Fisher2008-04-271-26/+0
* move all code from color.c into color_utils.cUlf Lamping2008-04-131-1/+1
* use the ending "_win32" for every windows specific fileUlf Lamping2008-04-131-1/+1
* sort #includes by directoriesUlf Lamping2008-04-131-12/+13
* move stock icon code from toolbar.c into specific stock_icons file(s)Ulf Lamping2008-04-121-1/+1
* third round to replace SIGNAL_CONNECT with g_signal_connectUlf Lamping2008-04-111-25/+24
* replace all appearances of BUTTON_NEW_FROM_STOCK with GTK2's gtk_button_new_f...Ulf Lamping2008-04-111-3/+3
* OBJECT_..._DATA --> g_object_..._dataBill Meier2008-04-111-11/+11
* Remove GTK1 code.Stephen Fisher2008-04-051-45/+5
* Fix bug #2286: Folow TCP stream window [needs line wrapping turned back on]Stephen Fisher2008-03-281-0/+9
* Remove unterminated comment to fix compile Stephen Fisher2008-03-261-1/+0
* Make the default save format "Raw". Make it easy to change the defaultGerald Combs2008-03-261-27/+35
* Fix bug #1212: Follow SSL/UDP Stream gets direction wrong ...Stephen Fisher2008-03-221-0/+1
* Fixed server and client packet count in C Array variables inStig Bjørlykke2008-03-121-4/+3
* s/stat/eth_stat/ and s/unlink/eth_unlink/ to avoid non-ASCII filename problem...Jeff Morriss2007-11-261-1/+1
* - Future improve/clean up the now generic follow stream codeStephen Fisher2007-11-031-6/+23
* Finish the major part of merging duplicate code between follow TCP & SSLStephen Fisher2007-09-131-2/+134
* Some more code merging / cleanup in the Follow TCP & SSL Stream featuresStephen Fisher2007-09-101-19/+303
* Move follow_infos into folow_stream.c and initialize it.Gerald Combs2007-08-231-11/+13
* fix build problems under Win32Ulf Lamping2007-08-161-1/+4
* Initial work on merging common code between follow TCP & SSL stream featuresStephen Fisher2007-08-161-0/+691