aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2011-05-14Move MAIN_MENU_USE_UI_MANAGER outside of if win32.Anders Broman1-2/+7
2011-05-13More packets_bar_update improvements.Stig Bjørlykke1-4/+3
2011-05-13Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5902 :Jeff Morriss1-6/+7
2011-05-13Simplified string handling in packets_bar_update to use GString.Stig Bjørlykke1-28/+21
2011-05-13Get -L and -d working with multiple interface. Internally get some functionsMichael Tüxen1-1/+2
2011-05-12Play catch up with recent configure.in changes:Jörg Mayer1-2/+8
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