aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-07-20For all recent changes (r43820...r43829) from gtk_container_add() to gtk_box_...Jakub Zawadzki7-20/+20
2012-07-20BytesView: use "view" class (GtkTextView) instead of "entry" (GtkEntry) one.Jakub Zawadzki1-5/+5
2012-07-20Order alphabeticallyJörg Mayer1-1/+1
2012-07-20Add qtshark_de.tsJörg Mayer1-0/+1
2012-07-20Fix bug #7502Jakub Zawadzki1-0/+5
2012-07-20Beginnings of a German translation (review/improvements welcome)Jörg Mayer4-0/+217
2012-07-20Fix some clang warnings: implicit conversion from enumeration type 'GtkStateT...Jakub Zawadzki10-27/+30
2012-07-20Fix a bit too much copy pasteJörg Mayer1-4/+0
2012-07-20progress_dialog.* -> progress_bar.*Jörg Mayer1-2/+2
2012-07-20Add missing CMakeLists.txtJörg Mayer1-0/+69
2012-07-20Add some relevant ethertypes.Jaap Keuter2-0/+12
2012-07-20Add SVN eol-style and keywords propertiesPascal Quantin6-6032/+6032
2012-07-20Add a routine that, given a set of packet encapsulation types, returnsGuy Harris4-17/+51
2012-07-20Fix some misplaced tree items, as caught by cppcheck (as unused variables).Evan Huus1-10/+10
2012-07-20WiMAX OFDMA PHY SAP dissector plugin (https://bugs.wireshark.org/bugzilla/sho...Michael Mann19-3/+6235
2012-07-20Pass in proper offset to dfilter_sip_status_line(). Was seeing problemsMartin Mathieson1-6/+14
2012-07-19Need old-gtk-compat.h for gtk_widget_get_window() in older versions ofGuy Harris1-0/+2
2012-07-19Try to fix compilation on non-Windows systems.Gerald Combs3-86/+104
2012-07-19Reflect the name change of progress_dialog.{cpp,h} to progress_bar.{cpp,h}.Guy Harris1-2/+2
2012-07-19Remove some debugging statements. Fix the fade-in animation.Gerald Combs2-10/+10
2012-07-19Fix transposed memset parameters causing build failure with GCC.Evan Huus1-1/+1
2012-07-19Pass {delayed_}create_progress_dlg a pointer the top level windowGerald Combs19-271/+259
2012-07-19dissect the ISO 7816 class byteMartin Kaiser1-3/+93
2012-07-19use defines for the ISO 7816 instruction byteMartin Kaiser1-16/+33
2012-07-19Remove not needed includes.Anders Broman1-3/+0
2012-07-19gtk_container_add() -> gtk_box_pack_start().Anders Broman11-39/+42
2012-07-19Shoul be gtk_box_pack_start(GTK_BOX (vbox), message_type_fr, TRUE, TRUE, 0);Anders Broman9-46/+46
2012-07-19Shoul be gtk_box_pack_start(GTK_BOX (vbox), message_type_fr, TRUE, TRUE, 0);Anders Broman1-1/+1
2012-07-19Remove unused variable.Anders Broman1-1/+0
2012-07-19gtk_container_add() -> gtk_box_pack_start().Anders Broman9-47/+49
2012-07-19Use define instead of string constant.Jakub Zawadzki1-1/+1
2012-07-19BytesView: use GtkStyleContext for gtk-3 (bug #7502)Jakub Zawadzki1-7/+45
2012-07-19Fix bug #7377 for 'Protocol Hierarchy' and 'Endpoints'Jakub Zawadzki2-2/+2
2012-07-19BytesView: Support for gtk3 scrollbar.Jakub Zawadzki1-5/+93
2012-07-19gtk_container_add() -> gtk_box_pack_start().Anders Broman1-5/+8
2012-07-19Make it possible to add custom/private MIBs to the Windows installer.Anders Broman3-0/+7
2012-07-19Add a local errorCount variable to functions that use it, have themGuy Harris1-2/+7
2012-07-19Yup, that did it. Make use of ENC_ values in non-item proto_tree_addGuy Harris1-1/+3
2012-07-19Rename ENC_HDRLEN to BSD_ENC_HDRLEN, to see if that squelches the falseGuy Harris1-6/+6
2012-07-19Addresses https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3895. Note tha...Michael Mann3-1/+57
2012-07-19Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5469. Added more c...Michael Mann1-41/+72
2012-07-18Fix non-proto_tree_add_item() calls passing an ENC_ value as the lastGuy Harris1-2/+2
2012-07-18Fix non-proto_tree_add_item() calls passing an ENC_ value as the lastGuy Harris1-1/+1
2012-07-18Fix non-proto_tree_add_item() calls passing an ENC_ value as the lastGuy Harris1-4/+4
2012-07-18Fix non-proto_tree_add_item() calls passing an ENC_ value as the lastGuy Harris1-2/+2
2012-07-18Fix non-proto_tree_add_item() calls passing an ENC_ value as the lastGuy Harris1-1/+1
2012-07-18Fix non-proto_tree_add_item() calls passing an ENC_ value as the lastGuy Harris1-3/+3
2012-07-18Fix a non-proto_tree_add_item() passing an ENC_ value as the lastGuy Harris1-1/+1
2012-07-18Fix a non-proto_tree_add_item() passing an ENC_ value as the lastGuy Harris1-1/+1
2012-07-18exit() must not be used in dissectors. Use REPORT_DISSECTOR_BUG() andGuy Harris1-2/+2