aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-10-15Added info column descriptions for AARQ and AARE.Stig Bjørlykke2-8/+30
2010-10-14Added packet-radiotap-iter.cStig Bjørlykke1-0/+1
2010-10-14Tighten up our data rate check. This should fix bug 5280 (mostly).Gerald Combs1-1/+7
2010-10-14From Johannes Berg via bug 4421:Gerald Combs5-335/+1042
2010-10-14Rework "extended value strings":Bill Meier8-118/+276
2010-10-14Support multiple header fields with the same abbreviation in custom columns.Stig Bjørlykke1-11/+47
2010-10-14Make variables used only in file_dlg_win32.c static.Guy Harris1-2/+2
2010-10-14Make routines unused outside file_dlg_win32.c static.Guy Harris1-2/+2
2010-10-14Fix AVP:sAnders Broman1-6/+6
2010-10-14Fix crash for 'tshark -G values' when printing "extended value string" value.Bill Meier1-1/+1
2010-10-14From Fulko Hew via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4615 :Jeff Morriss2-271/+391
2010-10-14From Alexis La Goutte via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Jeff Morriss2-492/+525
2010-10-13From Johannes Berg via bug 4421:Gerald Combs1-1060/+1214
2010-10-13From Jörg Mayer:Anders Broman1-5/+6
2010-10-13Access several large value-string arrays via extended value-string functions.Bill Meier3-9/+14
2010-10-13Use extended value string functions to access dce_error_vals (which has 4397 ...Bill Meier7-29/+33
2010-10-13Use val_to_str_ext_const for refs to the extended value strings;Bill Meier2-14/+14
2010-10-13(GTKUImanger)Anders Broman1-3/+19
2010-10-13(GTKUImanger)Anders Broman1-44/+90
2010-10-13Add a wireshark file stock icon.Anders Broman4-2/+127
2010-10-13Try to get the build going again.Anders Broman1-1/+2
2010-10-12(GUIManager) Base code to get recent files to work with GUIManager.Anders Broman1-52/+101
2010-10-12Define some vars & fcns as static;Bill Meier8-618/+633
2010-10-12Fix comments (not all platforms on which we run support dlopen(), butGuy Harris3-3/+3
2010-10-12Define some fcns & vars as static;Bill Meier10-1029/+1034
2010-10-12Minor cleanup of the global name space:Bill Meier4-380/+382
2010-10-12Minor cleanup of the global namespace:Bill Meier4-236/+233
2010-10-12Rename g_resolv_flags --> gbl_resolv_flags; Also: cleanup some whitespace & i...Bill Meier13-229/+229
2010-10-12It's no longer neccesarry to set the E_DFILTER_TE_KEY on the popup_menu objects.Anders Broman1-16/+0
2010-10-12Get rid of C++-style comments; use #if 0/#endif to remove code.Guy Harris1-54/+62
2010-10-11Fix an error in a comment I added last week.Jeff Morriss2-2/+2
2010-10-11menus.c: In function 'add_menu_recent_capture_file_absolute':Anders Broman1-1/+4
2010-10-11Get filter_te from top_level rather then from the widget.Anders Broman1-45/+171
2010-10-11Define some fcns & vars as static;Bill Meier16-1627/+1570
2010-10-11Use the latest User's Guide.Gerald Combs3-3/+3
2010-10-11We set sensitivity on the map button in ct_nb_map_switch_page_cb().Stig Bjørlykke1-5/+5
2010-10-11Don't add a border around the main window, this looks bad in the newStig Bjørlykke1-1/+1
2010-10-11hf variables can be copied/passed by value, not by reference.Jeff Morriss1-6/+6
2010-10-11Add comments indicating that the DISSECTOR_ASSERT() routines should not be us...Jeff Morriss1-0/+9
2010-10-10#include <string.h> apparently req'd on OSX ...Bill Meier1-0/+1
2010-10-10Define some fcns & vars as static; Some #includes not req'd; packet-mikey.h n...Bill Meier21-170/+129
2010-10-10Rename vals_status & vals_pdu_type to wsp_vals_status & wsp_vals_pdu_typeBill Meier5-24/+24
2010-10-10Minor code cleanup: Bill Meier5-85/+74
2010-10-10Define a variable as static; Minor code simplification.Bill Meier1-9/+7
2010-10-10Combine packet-opsi.h with packet-opsi.c (since not used elsewhere); Define s...Bill Meier3-138/+113
2010-10-10Define some fcns & vars as static...Bill Meier3-14/+14
2010-10-10Define some fcns & vars as static ...Bill Meier14-217/+228
2010-10-10#include <epan/tfs.h> not req'd.Bill Meier1-1/+0
2010-10-10Fix build.Guy Harris1-1/+1
2010-10-10- Fix more callbacks.Anders Broman6-51/+87