aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-06-19Simplify proto_tree_add_string_format_value(..., val, "%s", val) with proto_t...Jakub Zawadzki1-5/+5
2012-06-19Use tvb_get_ephemeral_string_enc() in combination with proto_tree_add_unicode...Pascal Quantin4-4/+4
2012-06-19AAAAARGH. Making the UI libs platform-dependent breaks dependencyGuy Harris2-5/+3
2012-06-19The GTK+ file chooser already *includes* UI code to ask the user whetherGuy Harris3-128/+92
2012-06-19The "save as" dialog is modal, so we don't need to worry about keepingGuy Harris1-85/+48
2012-06-19Use newly introduced proto_tree_add_unicode_string() to add UTF-8 stringsPascal Quantin4-14/+42
2012-06-19Followup to r43370: don't install idl2wrs or its man page.Jeff Morriss3-3/+0
2012-06-19Mark another variable as volatile to pacify the buildbot.Jeff Morriss1-1/+1
2012-06-19Pontus FuchsJörg Mayer1-0/+30
2012-06-19Replace last instance of airpcap_tb by wireless_tb forJörg Mayer1-1/+1
2012-06-19capture_dlg.h:Jörg Mayer2-4/+4
2012-06-19set_menu_visible needs to be protected to avoid defined but unusedJörg Mayer1-0/+4
2012-06-19Remove what appears to be an errant vi/vim command and add a newline.Gerald Combs2-1/+2
2012-06-19Don't install idl2wrs except in Debian's special wireshark-dev package.Jeff Morriss3-5/+5
2012-06-19gui.airpcap_toolbar_show is the old name for the wireless toolbar, not the ol...Jeff Morriss1-3/+3
2012-06-19Don't install main-menubar-ui.xmlAnders Broman2-16/+0
2012-06-19Get rid of the remnats of NEW_MENU_CODE.Anders Broman2-25/+1
2012-06-19Add a comment to prevent acidentally bumping lua version to 5.2 again.Jörg Mayer1-0/+2
2012-06-19TypoAnders Broman1-1/+1
2012-06-19Revert:Anders Broman7-78/+78
2012-06-19Add proto_tree_add_unicode_string() to add UTF-8 string to tree. Jakub Zawadzki6-31/+37
2012-06-19Fix bug #7378: Wireshark 1.8.0rc1: gsm_a_dtap SMS 7-bit default alphabet regr...Jakub Zawadzki1-6/+7
2012-06-19Do the changes to configure from r43354 in cmake as well.Jörg Mayer2-0/+4
2012-06-19Revert:Anders Broman1-8/+8
2012-06-19airpcap_tb -> wireless_tbAnders Broman1-8/+8
2012-06-19Downgrade Lua from 5.2.1 to 5.1.5: Lua 5.2 is API incompatibleJörg Mayer1-1/+1
2012-06-19Mark some variables as volatile to avoid compiler warnings.Jeff Morriss1-5/+6
2012-06-19The option to activate the Wireless toolbar should always be available, even ...Anders Broman1-5/+0
2012-06-19Try to fix unused variable warnings and "clobbered by 'longjmp' or 'vfork' "Anders Broman1-5/+2
2012-06-19Start to have an generic wireless toolbar. Sligtly modified patch from Anders Broman8-25/+25
2012-06-19Support multiple relation test without logic and (python-like)Jakub Zawadzki11-3/+147
2012-06-19From Richard Sharpe:Anders Broman2-26/+78
2012-06-19capture_get_if_icon() no longer determines the interface type itself, itGuy Harris1-5/+0
2012-06-19Set save_fragmented at the beginning of the routine, so it can always beGuy Harris1-1/+2
2012-06-19The file dialog run by file_selection_browse() is modal, so there willGuy Harris1-9/+0
2012-06-19In dissect_nt_transaction_request(), restore pinfo->fragmented beforeGuy Harris1-0/+1
2012-06-19From Richard Sharpe:Anders Broman2-13/+96
2012-06-19From Sandeep Dahiya.Anders Broman1-1/+98
2012-06-19From Pontus Fuchs:Anders Broman1-12/+16
2012-06-18Switch to a working tag (r43278).Gerald Combs1-1/+1
2012-06-18Fix compilation on FreeBSD.Michael Tüxen1-1/+8
2012-06-18Fix r43338 once again :(Jakub Zawadzki1-11/+10
2012-06-18Fix r43338Jakub Zawadzki1-10/+11
2012-06-18Change record->col_text_len type to unsigned short.Jakub Zawadzki1-2/+10
2012-06-18Integrate r43221 and 43222 with 43211. (Revert back to having onlyGerald Combs2-2/+1
2012-06-18Fix a null pointer warning from Clang. Not sure if we'll run into thisGerald Combs1-1/+5
2012-06-18Use enums instead of hand written valuesPascal Quantin2-44/+76
2012-06-18From Sven Eckelmann via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7...Pascal Quantin1-0/+7
2012-06-18Add "simple dialog" routines to pop up modal message boxes.Guy Harris1-0/+114
2012-06-18The toolkit-dependent UI library, well, depends on the toolkit. Make itGuy Harris2-3/+5