aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/packet_win.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-20GTK3 fixes:Jörg Mayer1-0/+3
2011-05-27Make TVBs opaque for most users.Jeff Morriss1-1/+2
2011-05-12Packet editor: support for saving changed frames.Jakub Zawadzki1-2/+48
2011-05-12Conditional support for packet-editor [default=no].Jakub Zawadzki1-1/+9
2011-05-04Fix Coverity 1191: DEADCODE;Bill Meier1-206/+206
2011-05-03Packet editor:Jakub Zawadzki1-26/+106
2011-04-27Packet editor: add support for FT_BOOLEAN, and integer bitmasks.Jakub Zawadzki1-32/+83
2011-04-26- Synchronize gtk/Makefile.am checkapi with gtk/Makefile.nmakeJakub Zawadzki1-1/+2
2011-04-26Add new function packet_hex_editor_print.Jakub Zawadzki1-37/+47
2011-04-26Packet editing for single field_info:Jakub Zawadzki1-24/+147
2011-04-25Make checkapi happyJakub Zawadzki1-16/+22
2011-04-25Fix compilation warning:Jakub Zawadzki1-0/+4
2011-04-25- Experimental support to edit single field_info.Jakub Zawadzki1-12/+309
2011-04-24Packet editing:Jakub Zawadzki1-8/+10
2011-04-24Allocate space for epan_dissect_t inside struct.Jakub Zawadzki1-14/+19
2011-04-24Initial support for editing packets inside wireshark.Jakub Zawadzki1-1/+164
2011-03-08Removal of the old packet-list in favor of the new packet list.Sake Blok1-3/+0
2010-08-13Get rid of some no-longer-necessary includes of simple_dialog.h (nowGuy Harris1-1/+0
2010-08-13Instead of using a Boolean for the search direction, use an enum, soGuy Harris1-9/+3
2010-07-30(Minor) Cleanup some "event callback" function declarations/definitions:Bill Meier1-1/+1
2010-05-26From Jakub Zawadzki:Anders Broman1-2/+1
2010-04-02Fix compile error caused by the previous commit.Balint Reczey1-2/+5
2010-04-02Fix crash when double clicking in packet list area before capturing any packet.Balint Reczey1-0/+5
2009-11-05Introduce packet bytes bit view.Stig Bjørlykke1-5/+5
2009-09-20Add NEW_PACKET_LIST guardKovarththanan Rajaratnam1-4/+7
2009-09-20Fix for:Anders Broman1-0/+10
2009-09-08Add an option to col_fill_in() to allow us to disable column expression proce...Kovarththanan Rajaratnam1-1/+1
2009-07-27From Kovarththanan Rajaratnam:Anders Broman1-1/+1
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