aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/packet_win.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-05Introduce packet bytes bit view.stig1-5/+5
2009-09-20Add NEW_PACKET_LIST guardkrj1-4/+7
2009-09-20Fix for:etxrab1-0/+10
2009-09-08Add an option to col_fill_in() to allow us to disable column expression proce...krj1-1/+1
2009-07-27From Kovarththanan Rajaratnam:etxrab1-1/+1
2009-03-06Fix some usage of deprecated GTK+ functionswmeier1-1/+0
2008-11-24Added doubleclick to expand/collapse tree row in packet window. stig1-1/+31
2008-06-29Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...wmeier1-2/+2
2008-04-13sort #includes by directoriesulfl1-10/+12
2008-04-12proto_draw -> main_proto_drawulfl1-1/+1
2008-04-12rename menu -> main_menuulfl1-2/+0
2008-04-12where it's not necessary, remove #include "compat_macros.h"ulfl1-1/+0
2008-04-11last round to replace SIGNAL_CONNECT with g_signal_connectulfl1-3/+3
2008-04-11replace WIDGET_SET_SIZE with gtk_widget_set_size_requestulfl1-2/+2
2008-04-07remove GTK1 codeulfl1-71/+0
2008-03-01Include epan/strutil.h for gtk-1.2 builds.tuexen1-0/+1
2008-02-29Next attempt to cleanup some string functions, including:stig1-2/+2
2008-02-01Rewrote some prohibited APIs in gtk/ (sprintf, strcpy, strcat).stig1-2/+2
2007-08-30Change the "--enable-setuid-install" option to install dumpcap and TSharkgerald1-0/+4
2006-11-05Make the routines that manipulate the hex/text display window take aguy1-6/+4
2006-05-21name changesahlberg1-2/+2
2005-08-20- Include ../ui_util.h into files that implement functions declard injmayer1-0/+2
2005-08-20renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...ulfl1-1/+1
2005-03-06Undo the last "fix" (13626): Unconditionally including <pcap.h> isjmayer1-2/+0
2005-03-06Warning fix:jmayer1-0/+2
2004-12-30Make the "col_data" field in a "column_info" structure a pointer to anguy1-1/+1
2004-09-29Move the column preferences stuff to epan (the rest of the preferencesguy1-1/+1
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.guy1-1/+1
2004-08-06From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that anguy1-1/+1
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy1-1/+1
2004-05-26more code cleanup from dialog things:ulfl1-2/+2
2004-02-13Add a "window_new()" routine that creates a window of a given type, setsguy1-4/+3
2004-01-19added some menuitems "View->Show" including show/hide of all main widgets,ulfl1-3/+9
2002-11-11Use gtk1/gtk2 compatibility macros to reduce #ifdefs.oabad1-13/+10
2002-11-03Merge gtk and gtk2 directories.oabad1-12/+75
2002-09-05Include cleanups in gtk and gtk2:jmayer1-7/+1
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-8/+8
2002-06-04Clean up white space.guy1-2/+2
2002-06-04Get rid of the "data_src" member of the "frame_data" structure; put itguy1-51/+33
2002-03-31Get rid of unused arguments.guy1-4/+3
2002-03-05From Joerg Mayer: remove unused variables.guy1-2/+1
2002-03-05From Joerg Mayer: use _U_ to flag unused arguments.guy1-6/+6
2002-02-18Don't give tvbuffs names; instead, give data sources names, where aguy1-32/+24
2002-01-21Include files from the "epan" directory and subdirectories thereof withguy1-7/+7
2002-01-11Have a routine to create a scrolled window, set its vertical scrollbarguy1-2/+2
2001-12-18Provide for per-protocol-tree data in the proto_tree code.gram1-3/+5
2001-12-16Add an extra argument to "epan_dissect_new()" that indicates whether theguy1-4/+2
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"guy1-2/+2
2001-12-06Remove proto_tree from capture_file and PacketWinData, since theygram1-7/+4
2001-11-21Get rid of some unused variables.guy1-3/+1