summaryrefslogtreecommitdiff
path: root/gtk/follow_stream.h
AgeCommit message (Collapse)AuthorFilesLines
2009-10-05Prototype follow_add_to_gtk_text().Stig Bjørlykke1-0/+2
Made some functions static. svn path=/trunk/; revision=30323
2009-09-28Only include config.h in C files.Stig Bjørlykke1-4/+0
svn path=/trunk/; revision=30179
2009-07-01Updates to create_tempfile:Gerald Combs1-3/+3
- Use g_get_tmp_dir, just like get_tempfile_path. - Don't make the caller worry about the path buffer length. svn path=/trunk/; revision=28915
2009-06-01follow_stream: rework "save as" slightly:Bill Meier1-13/+0
- Prevent "dead" save-as window if unable to open file for write or if a directory is entered as the filename; Work-around is to always kill save-as window whether success or an error causing alert-box popup; - Fix a memory leak. - Define certain functions used only in follow_stream.c as static; (Remove declarations for them from follow_stream.h) svn path=/trunk/; revision=28574
2008-04-27Remove all GTK+ < 2.4 code and minimum version checks.Stephen Fisher1-4/+0
svn path=/trunk/; revision=25182
2008-03-22Fix bug #1212: Follow SSL/UDP Stream gets direction wrong ...Stephen Fisher1-1/+1
svn path=/trunk/; revision=24715
2008-03-12Fixed server and client packet count in C Array variables inStig Bjørlykke1-1/+3
Follow TCP/UDP/SSL Stream. This error was introduced when merging duplicate code between TCP & SSL stream functions, r22869. svn path=/trunk/; revision=24610
2007-11-03- Future improve/clean up the now generic follow stream codeStephen Fisher1-2/+9
- Add "Follow UDP Stream" feature svn path=/trunk/; revision=23346
2007-09-13Finish the major part of merging duplicate code between follow TCP & SSLStephen Fisher1-0/+5
stream functions. svn path=/trunk/; revision=22869
2007-09-10Some more code merging / cleanup in the Follow TCP & SSL Stream featuresStephen Fisher1-0/+4
svn path=/trunk/; revision=22841
2007-08-23Move follow_infos into folow_stream.c and initialize it.Gerald Combs1-1/+1
svn path=/trunk/; revision=22613
2007-08-23Fix comment on top of fileStephen Fisher1-1/+1
svn path=/trunk/; revision=22611
2007-08-16Initial work on merging common code between follow TCP & SSL stream featuresStephen Fisher1-0/+111
svn path=/trunk/; revision=22520