aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2011-09-08Add syntax check and autocompletion to "Save Filter as".Stig Bjørlykke1-0/+6
2011-09-08Avoid crash when pressing the help button in the "Save Filter" dialog.Stig Bjørlykke1-0/+3
2011-09-08From Edwin Groothuis via bug 6207:Stig Bjørlykke11-7/+890
2011-09-07"Fix" an unjustified gcc might-be-used-unused warning.Jörg Mayer1-2/+3
2011-09-06Try to improve the tooltip a bit.Anders Broman1-1/+2
2011-09-05g_slist_free_full() didn't appear until GLib 2.28.Guy Harris1-2/+3
2011-09-05From Kurnia Hendrawan via bug 2931:Stig Bjørlykke3-6/+244
2011-09-05Try to fix the buildbot.Anders Broman1-2/+4
2011-09-05List heuristic tables in Internals->Disscetor tables menu.Anders Broman1-5/+62
2011-09-03Remove unused code.Stig Bjørlykke1-9/+2
2011-09-02No libpcap, no capturing, no interfaces on which to capture.Guy Harris1-1/+2
2011-09-01Add missing guard around access to interface_row.buffer.Martin Mathieson1-1/+3
2011-09-01No pcap_create(), no monitor-mode APIs, no monitor-mode support.Guy Harris1-0/+2
2011-09-01When double clicking on an interface in the main welcome menu opens the edit ...Michael Tüxen4-172/+231
2011-09-01Make it possible to add menus and menuitems from outside of main_menubar.c.Anders Broman2-0/+31
2011-08-31Add svn:keywords & svn:eol-style propertiesBill Meier1-13/+13
2011-08-31Fix build (automake) error: WIRESHARK_CUSTOM_HEADERS is ng but WIRESHARK_CUST...Bill Meier2-2/+2
2011-08-31COPY as CSV to clipboard from RTP stream analysis only copies 1st line many t...Anders Broman1-0/+1
2011-08-31gtk/Makefile_custom.common:8: blank line following trailing backslashAnders Broman1-3/+3
2011-08-31Make it possible to add custom tap/GUI filesAnders Broman3-4/+24
2011-08-31Add another DL CRC error - Duplicate NonZero RV.Martin Mathieson1-2/+10
2011-08-31Second try to move crc routines to libwsutil.Stig Bjørlykke1-1/+1
2011-08-31Only load the menubar UI description from file. Anders Broman3-96/+4
2011-08-30Improve the display of addresses in the Edit Interface Settings dialogMichael Tüxen1-28/+52
2011-08-30How copy-paste can ruin your day; Anders Broman1-75/+7
2011-08-30Revert r38800, as the crc routines contains some tvb functions.Stig Bjørlykke1-1/+1
2011-08-30Move all crc routines to libwsutil.Stig Bjørlykke1-1/+1
2011-08-30No need to make an almost empty column extra wide.Jörg Mayer1-1/+1
2011-08-30Add a #ifdef NEW_MENU_CODE around a static function that is only used on that...Martin Mathieson1-3/+4
2011-08-30Current status of gtk2/gtk3Jörg Mayer1-7/+13
2011-08-30Get the path right when running from build environment.Anders Broman1-25/+24
2011-08-30I don't know...perhaps this will satisfy the OS X buildbotAnders Broman1-3/+4
2011-08-30Make the capture_if callbacks HAVE_LIBPCAP agnostic.Anders Broman1-6/+52
2011-08-30Do as the comment says - move the variable to gtkglobals.Anders Broman1-0/+3
2011-08-30Path from Joerg Mayer, I'm committing it as I think the right thing to do is ...Anders Broman4-18/+6
2011-08-29Replace "-Q" with "WIRESHARK_QUIT_AFTER_CAPTURE" as discussed in bug 6256.Gerald Combs1-3/+1
2011-08-29Fix compilation when compiling without libpcap (configure script parameterStephen Fisher2-2/+12
2011-08-29Install the new menu files.Jörg Mayer1-0/+14
2011-08-29Make loading the menu code from file a compile option: NEW_MENU_CODEJörg Mayer1-14/+34
2011-08-29Register all icons regardless of HAVE_LIBPCAP.Anders Broman1-6/+0
2011-08-29Remove #ifdef's from UIDescription.Anders Broman1-33/+38
2011-08-29Fix a tpyo, remove trailing whitespace while at it.Jörg Mayer3-8/+8
2011-08-28Add the main menubar UI description.Anders Broman1-0/+386
2011-08-28Unify windows and non windows menu_bar a bit.Anders Broman1-7/+15
2011-08-28Add the treeView popup UI description.Anders Broman1-0/+74
2011-08-28Add directory for xml UI descriptions and a UI description for the byte View ...Anders Broman1-0/+12
2011-08-27Removed unused argument to new_packet_list_copy_summary_cb().Stig Bjørlykke4-74/+74
2011-08-27Fix all occurrences of the color2 bug 6269.Stig Bjørlykke1-4/+4
2011-08-27Colorize conversation color 2 not working from right-click menuAnders Broman1-142/+142
2011-08-27Enable and disable toolbar buttons when having packets.Stig Bjørlykke1-1/+2