aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/follow_tcp.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-28Replace all strerror() with g_strerror().Stig Bjørlykke1-5/+5
2011-03-23Recode a loop slightly ....Bill Meier1-4/+7
2010-12-06Remove unnecessary #include "../isprint.h"Stephen Fisher1-1/+0
2010-11-26Fix the rest of the include paths after the move of native win32 code to win3...Stephen Fisher1-1/+1
2010-10-10- Fix more callbacks.Anders Broman1-2/+5
2010-08-30Remove some unnecessary includes: a lot of things don't need globals.h and re...Jeff Morriss1-1/+0
2010-06-25UTF-8-ize a bunch more arrows. If IE6 on XP can render them then theyGerald Combs1-9/+9
2010-06-25Try replacing "-->" with the UTF-8 byte sequence for "RIGHTWARDS ARROW".Gerald Combs1-9/+9
2010-01-29Fix various gcc -Wshadow warnings.Bill Meier1-3/+3
2009-07-01Updates to create_tempfile:Gerald Combs1-2/+7
2009-04-16More Win64 fixes.Gerald Combs1-2/+2
2008-12-15Add a few_missing calls to g_free()Bill Meier1-0/+2
2008-12-14Fix for bug #3119 (follow_tcp crash when stream filter creation fails)Bill Meier1-5/+14
2008-05-22Move the file utility functions from wiretap to libwsutil so thatJeff Morriss1-10/+10
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-22/+22
2008-04-12where it's not necessary, remove #include "compat_macros.h"Ulf Lamping1-1/+0
2008-04-11OBJECT_..._DATA --> g_object_..._dataBill Meier1-1/+1
2008-03-28Fix bug #2286: Folow TCP stream window [needs line wrapping turned back on]Stephen Fisher1-8/+0
2008-03-18Finish fixing bug #1138: Follow TCP Streams gets stream direction wrong ...Stephen Fisher1-5/+4
2008-03-12Fixed server and client packet count in C Array variables inStig Bjørlykke1-2/+5
2007-11-26s/stat/eth_stat/ and s/unlink/eth_unlink/ to avoid non-ASCII filename problem...Jeff Morriss1-3/+3
2007-11-03- Future improve/clean up the now generic follow stream codeStephen Fisher1-4/+4
2007-09-16Free some recently added strings when we are done with them.Stephen Fisher1-0/+4
2007-09-13Standardize filenames and function names for Follow TCP & SSL stream functionsStephen Fisher1-0/+416