aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/packet_win.c
Commit message (Expand)AuthorAgeFilesLines
* Packet editor: support for saving changed frames.Jakub Zawadzki2011-05-121-2/+48
* Conditional support for packet-editor [default=no].Jakub Zawadzki2011-05-121-1/+9
* Fix Coverity 1191: DEADCODE;Bill Meier2011-05-041-206/+206
* Packet editor:Jakub Zawadzki2011-05-031-26/+106
* Packet editor: add support for FT_BOOLEAN, and integer bitmasks.Jakub Zawadzki2011-04-271-32/+83
* - Synchronize gtk/Makefile.am checkapi with gtk/Makefile.nmakeJakub Zawadzki2011-04-261-1/+2
* Add new function packet_hex_editor_print.Jakub Zawadzki2011-04-261-37/+47
* Packet editing for single field_info:Jakub Zawadzki2011-04-261-24/+147
* Make checkapi happyJakub Zawadzki2011-04-251-16/+22
* Fix compilation warning:Jakub Zawadzki2011-04-251-0/+4
* - Experimental support to edit single field_info.Jakub Zawadzki2011-04-251-12/+309
* Packet editing:Jakub Zawadzki2011-04-241-8/+10
* Allocate space for epan_dissect_t inside struct.Jakub Zawadzki2011-04-241-14/+19
* Initial support for editing packets inside wireshark.Jakub Zawadzki2011-04-241-1/+164
* Removal of the old packet-list in favor of the new packet list.Sake Blok2011-03-081-3/+0
* Get rid of some no-longer-necessary includes of simple_dialog.h (nowGuy Harris2010-08-131-1/+0
* Instead of using a Boolean for the search direction, use an enum, soGuy Harris2010-08-131-9/+3
* (Minor) Cleanup some "event callback" function declarations/definitions:Bill Meier2010-07-301-1/+1
* From Jakub Zawadzki:Anders Broman2010-05-261-2/+1
* Fix compile error caused by the previous commit.Balint Reczey2010-04-021-2/+5
* Fix crash when double clicking in packet list area before capturing any packet.Balint Reczey2010-04-021-0/+5
* Introduce packet bytes bit view.Stig Bjørlykke2009-11-051-5/+5
* Add NEW_PACKET_LIST guardKovarththanan Rajaratnam2009-09-201-4/+7
* Fix for:Anders Broman2009-09-201-0/+10
* Add an option to col_fill_in() to allow us to disable column expression proce...Kovarththanan Rajaratnam2009-09-081-1/+1
* From Kovarththanan Rajaratnam:Anders Broman2009-07-271-1/+1
* Fix some usage of deprecated GTK+ functionsBill Meier2009-03-061-1/+0
* Added doubleclick to expand/collapse tree row in packet window. Stig Bjørlykke2008-11-241-1/+31
* Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...Bill Meier2008-06-291-2/+2
* sort #includes by directoriesUlf Lamping2008-04-131-10/+12
* proto_draw -> main_proto_drawUlf Lamping2008-04-121-1/+1
* rename menu -> main_menuUlf Lamping2008-04-121-2/+0
* where it's not necessary, remove #include "compat_macros.h"Ulf Lamping2008-04-121-1/+0
* last round to replace SIGNAL_CONNECT with g_signal_connectUlf Lamping2008-04-111-3/+3
* replace WIDGET_SET_SIZE with gtk_widget_set_size_requestUlf Lamping2008-04-111-2/+2
* remove GTK1 codeUlf Lamping2008-04-071-71/+0
* Include epan/strutil.h for gtk-1.2 builds.Michael Tüxen2008-03-011-0/+1
* Next attempt to cleanup some string functions, including:Stig Bjørlykke2008-02-291-2/+2
* Rewrote some prohibited APIs in gtk/ (sprintf, strcpy, strcat).Stig Bjørlykke2008-02-011-2/+2
* Change the "--enable-setuid-install" option to install dumpcap and TSharkGerald Combs2007-08-301-0/+4
* Make the routines that manipulate the hex/text display window take aGuy Harris2006-11-051-6/+4
* name changeRonnie Sahlberg2006-05-211-2/+2
* - Include ../ui_util.h into files that implement functions declard inJörg Mayer2005-08-201-0/+2
* renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...Ulf Lamping2005-08-201-1/+1
* Undo the last "fix" (13626): Unconditionally including <pcap.h> isJörg Mayer2005-03-061-2/+0
* Warning fix:Jörg Mayer2005-03-061-0/+2
* Make the "col_data" field in a "column_info" structure a pointer to anGuy Harris2004-12-301-1/+1
* Move the column preferences stuff to epan (the rest of the preferencesGuy Harris2004-09-291-1/+1
* Move prefs.c and prefs.h into the epan subdirectory.Guy Harris2004-09-271-1/+1
* From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that anGuy Harris2004-08-061-1/+1