aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2012-06-18Add initialization to squelch compiler warnings.Guy Harris1-1/+1
2012-06-18Use the GTK+ message type, not the Wireshark message type, in GTK+Guy Harris1-1/+1
2012-06-17Stuff the "Don't show this message again" checkbox in the dialog'sGuy Harris1-2/+2
2012-06-17Add "simple dialog" routines to pop up modal message boxes. Use them inGuy Harris4-218/+328
2012-06-17Fix typos.Chris Maynard1-17/+17
2012-06-17Forgot to use wtap_dump_can_write_encaps()'s final name.Guy Harris1-6/+6
2012-06-17Export a wtap_dump_can_write_encaps() routine from Wiretap; it takes aGuy Harris5-28/+28
2012-06-17Clean up indentation.Guy Harris1-85/+85
2012-06-17Allow future forward compatibilityPascal Quantin1-1/+1
2012-06-17[Automatic manuf, services and enterprise-numbers update for 2012-06-17]Gerald Combs3-14/+191
2012-06-17Try to detect Lua 5.2 as wellJörg Mayer1-3/+3
2012-06-17update lua 5.2.0 -> 5.2.1Jörg Mayer1-1/+1
2012-06-17Whitespace fixJörg Mayer1-1/+1
2012-06-17Enhance dissection of the NewSessionTicket handshake message.Sake Blok2-55/+158
2012-06-17Fix reading back exported SSL keys. Bug was introduced in r43097.Sake Blok1-3/+3
2012-06-17Reflect change to wtap_get_savable_file_types.Guy Harris1-2/+2
2012-06-17Have wtap_get_savable_file_types() take an array of encapsulations andGuy Harris3-16/+40
2012-06-17Move a bunch of toolbar routines into main_toolbar_private.h; theyGuy Harris2-28/+28
2012-06-17Move some code to manipulate the toolbar and capture interface dialogGuy Harris6-55/+78
2012-06-16Oops, main_packet_panes.h no longer exists.Guy Harris1-1/+0
2012-06-16Reflect the move of main_proto_draw.c to packet_panes.c.Guy Harris1-1/+1
2012-06-16There's not much of note in ui/gtk/main_packet_panes.c; just do thoseGuy Harris4-119/+13
2012-06-16Clean up indentation.Guy Harris1-19/+19
2012-06-16Rename clear_tree_and_hex_views() to main_clear_tree_and_hex_views(), asGuy Harris4-9/+8
2012-06-16Move some routines that specifically handle the main window's packetGuy Harris7-55/+130
2012-06-16ui/gtk/main_proto_draw.c isn't just used for the main window, it's alsoGuy Harris1-2/+2