aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/packet_win.c
AgeCommit message (Expand)AuthorFilesLines
2009-03-06Fix some usage of deprecated GTK+ functionsBill Meier1-1/+0
2008-11-24Added doubleclick to expand/collapse tree row in packet window. Stig Bjørlykke1-1/+31
2008-06-29Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...Bill Meier1-2/+2
2008-04-13sort #includes by directoriesUlf Lamping1-10/+12
2008-04-12proto_draw -> main_proto_drawUlf Lamping1-1/+1
2008-04-12rename menu -> main_menuUlf Lamping1-2/+0
2008-04-12where it's not necessary, remove #include "compat_macros.h"Ulf Lamping1-1/+0
2008-04-11last round to replace SIGNAL_CONNECT with g_signal_connectUlf Lamping1-3/+3
2008-04-11replace WIDGET_SET_SIZE with gtk_widget_set_size_requestUlf Lamping1-2/+2
2008-04-07remove GTK1 codeUlf Lamping1-71/+0
2008-03-01Include epan/strutil.h for gtk-1.2 builds.Michael Tüxen1-0/+1
2008-02-29Next attempt to cleanup some string functions, including:Stig Bjørlykke1-2/+2
2008-02-01Rewrote some prohibited APIs in gtk/ (sprintf, strcpy, strcat).Stig Bjørlykke1-2/+2
2007-08-30Change the "--enable-setuid-install" option to install dumpcap and TSharkGerald Combs1-0/+4
2006-11-05Make the routines that manipulate the hex/text display window take aGuy Harris1-6/+4
2006-05-21name changeRonnie Sahlberg1-2/+2
2005-08-20- Include ../ui_util.h into files that implement functions declard inJörg Mayer1-0/+2
2005-08-20renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...Ulf Lamping1-1/+1
2005-03-06Undo the last "fix" (13626): Unconditionally including <pcap.h> isJörg Mayer1-2/+0
2005-03-06Warning fix:Jörg Mayer1-0/+2
2004-12-30Make the "col_data" field in a "column_info" structure a pointer to anGuy Harris1-1/+1
2004-09-29Move the column preferences stuff to epan (the rest of the preferencesGuy Harris1-1/+1
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-1/+1
2004-08-06From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that anGuy Harris1-1/+1
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-05-26more code cleanup from dialog things:Ulf Lamping1-2/+2
2004-02-13Add a "window_new()" routine that creates a window of a given type, setsGuy Harris1-4/+3
2004-01-19added some menuitems "View->Show" including show/hide of all main widgets,Ulf Lamping1-3/+9
2002-11-11Use gtk1/gtk2 compatibility macros to reduce #ifdefs.Olivier Abad1-13/+10
2002-11-03Merge gtk and gtk2 directories.Olivier Abad1-12/+75
2002-09-05Include cleanups in gtk and gtk2:Jörg Mayer1-7/+1
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-8/+8
2002-06-04Clean up white space.Guy Harris1-2/+2
2002-06-04Get rid of the "data_src" member of the "frame_data" structure; put itGuy Harris1-51/+33
2002-03-31Get rid of unused arguments.Guy Harris1-4/+3
2002-03-05From Joerg Mayer: remove unused variables.Guy Harris1-2/+1
2002-03-05From Joerg Mayer: use _U_ to flag unused arguments.Guy Harris1-6/+6
2002-02-18Don't give tvbuffs names; instead, give data sources names, where aGuy Harris1-32/+24
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-7/+7
2002-01-11Have a routine to create a scrolled window, set its vertical scrollbarGuy Harris1-2/+2
2001-12-18Provide for per-protocol-tree data in the proto_tree code.Gilbert Ramirez1-3/+5
2001-12-16Add an extra argument to "epan_dissect_new()" that indicates whether theGuy Harris1-4/+2
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"Guy Harris1-2/+2
2001-12-06Remove proto_tree from capture_file and PacketWinData, since theyGilbert Ramirez1-7/+4
2001-11-21Get rid of some unused variables.Guy Harris1-3/+1
2001-11-20Have a routine to add all the hex dump tabs to the hex dump notebook,Guy Harris1-11/+5
2001-11-20If bytes in a hex dump view are selected, the field in the correspondingGuy Harris1-2/+3
2001-11-20Allow the tvbuff pointer to various "proto_tree_add" routines to be nullGuy Harris1-4/+6
2001-08-21On Windows, use the directory in which the binary resides as theGuy Harris1-4/+2
2001-03-24Fix typos in comments.Guy Harris1-3/+3