aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2011-05-12Packet editor: support for saving changed frames.Jakub Zawadzki1-2/+48
2011-05-12Conditional support for packet-editor [default=no].Jakub Zawadzki2-1/+17
2011-05-12Copy-paste error.Anders Broman1-1/+1
2011-05-12Convetr more menus to GUIManager.Anders Broman6-34/+174
2011-05-12Corrected endif.Stig Bjørlykke1-1/+1
2011-05-12Make the use of UIManager a configure option.Anders Broman6-28/+95
2011-05-10Fix a typo.Anders Broman1-0/+1
2011-05-10Forgot to comment out UI_MANAGERAnders Broman1-1/+1
2011-05-10More GUIManager stuff.Anders Broman37-607/+380
2011-05-09We probably shouldn't call pcap-ng "experimental" any more.Gerald Combs2-7/+5
2011-05-08If no interface is found for capturing show this informationBalint Reczey1-58/+80
2011-05-05More GUIManager stuff.Anders Broman13-26/+234
2011-05-05Fix two unused variable assignments: Coverity 1140.Bill Meier1-50/+48
2011-05-04Fix 3 memory leaks: unused g_malloc(): Coverity 1148-1150 [UNUSED];Bill Meier1-4/+0
2011-05-04Fix Coverity 1191: DEADCODE;Bill Meier1-206/+206
2011-05-04More GUIManager stuff.Anders Broman4-198/+302
2011-05-03More GUIManager stuff.Anders Broman8-14/+144
2011-05-03More GUIManager stuff.Anders Broman7-10/+126
2011-05-03Packet editor:Jakub Zawadzki1-26/+106
2011-05-03From Jose Pico via bug #5884: Corrected export_object smb segmentationStephen Fisher5-39/+33
2011-05-03Do some prep work on GUIManager code, if you enable it it will break as the m...Anders Broman1-0/+25
2011-05-03Do some prep work on GUIManager code, if you enable it it will break as the m...Anders Broman4-0/+81
2011-05-03One bit suffices for the "columnized" and "colorized" flags in theGuy Harris1-5/+5
2011-05-03TShark doesn't need column text attached to each frame; move col_textGuy Harris3-25/+33
2011-05-03Fix a comment.Guy Harris1-1/+1
2011-04-30Use correct signature on callbacks.Anders Broman1-288/+288
2011-04-28Initialize if_device to NULL at start and when g_free.Stig Bjørlykke1-1/+2
2011-04-27Packet editor: add support for FT_BOOLEAN, and integer bitmasks.Jakub Zawadzki1-32/+83
2011-04-27Create a new frame_data_sequence data type; it represents a denseGuy Harris1-6/+6
2011-04-26- Synchronize gtk/Makefile.am checkapi with gtk/Makefile.nmakeJakub Zawadzki2-3/+12
2011-04-26Add new function packet_hex_editor_print.Jakub Zawadzki3-39/+95
2011-04-26Packet editing for single field_info:Jakub Zawadzki1-24/+147
2011-04-26Plug a memory leak.Chris Maynard1-1/+0
2011-04-25Take out extra pair of parenthesis Stephen Fisher1-1/+1
2011-04-25Make checkapi happyJakub Zawadzki1-16/+22
2011-04-25Get rid of some extra parentheses that cause clang to warn that youGuy Harris1-1/+1
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-25Store the frame_data structures in a tree, rather than a linked list. Guy Harris1-1/+1
2011-04-25Make the packet count an unsigned value, as frame numbers are unsigned.Guy Harris1-7/+17
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 Zawadzki4-3/+187
2011-04-24new_packet_list_find_row_from_data() is always used to select a packet,Guy Harris1-8/+11
2011-04-24Make the interface combo box an entry, so you can type in it again.Guy Harris1-1/+1
2011-04-24gtk_combo_box_new_text() returns a GtkComboBox, and you connect aGuy Harris1-1/+1
2011-04-23Check if changing to another profile in change_configuration_profile()Stig Bjørlykke1-0/+5
2011-04-22Add return instructions for system without support for G_GNUC_NORETURN (e.g. ...Jakub Zawadzki1-0/+1
2011-04-21Removed some unneeded variables with initialization.Stig Bjørlykke1-6/+0
2011-04-21Removed some unneeded assignments.Stig Bjørlykke1-2/+0