summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-12-05Fix numerous instances of a variable/parameter name "shadowing" a library fun...Bill Meier86-572/+573
2012-12-05Reduce the level of the warning about the padding on the final parameter fromJeff Morriss1-1/+1
2012-12-05Add some generated header files to GENERATED_NODIST_HEADER_FILES (to fixJeff Morriss1-0/+3
2012-12-05Run checkAPIs on DISSECTOR_SUPPORT_SRC too. This means we check register.cJeff Morriss2-4/+2
2012-12-05Update USB vendor and product ids and escape non ASCII charactersPascal Quantin2-44/+322
2012-12-05From François-Xavier Le Bail via https://www.wireshark.org/lists/wireshark-d...Alexis La Goutte1-0/+3
2012-12-05From Patrik Lundquist:Anders Broman1-44/+86
2012-12-05From Michal Labedzki:Anders Broman2-67/+67
2012-12-05From Mike Morrin:Anders Broman1-35/+26
2012-12-05From Martin Kaiser:Anders Broman1-12/+14
2012-12-05Regenerate manuf again.Guy Harris1-0/+10
2012-12-05Add a bunch of #defines for converting between tm_year/tm_mon/tm_mday toGuy Harris1-7/+22
2012-12-05Broadcom "donated" one of their OUIs for use in Fibre Channel overGuy Harris2-1/+53
2012-12-05Use g_malloc0() to initialize the counters. MAC was using uninitializedMartin Mathieson2-3/+2
2012-12-05Remove an unused variable. Use ITEM_LABEL_LENGTH instead of a magicGerald Combs1-5/+3
2012-12-05And some other stuff moved to QtPrintSupport.Guy Harris1-0/+11
2012-12-04Qt 5.0 appears to move the widgets out of Qt GUI to Qt Widgets; look forGuy Harris1-0/+14
2012-12-04Revert SVN #46380; i.e., remove -Wshadow & etcBill Meier1-2/+0
2012-12-04OK: temporarily use -Wshadow and also -Wno-error=shadowBill Meier1-0/+2
2012-12-04Fix [-Wshadow] warning.Bill Meier1-7/+7
2012-12-04Revert SVN #46376Bill Meier1-1/+4
2012-12-04Fix 2 [-Wshadow] warningsBill Meier1-16/+16
2012-12-04Enable gcc -Wshadow for default *nix builds;Bill Meier1-4/+1
2012-12-04Fix up a comment.Gerald Combs1-2/+1
2012-12-04Replace GTK_STOCK_SAVE with WIRESHARK_STOCK_FILE in a few places,Gerald Combs8-31/+36
2012-12-04From Patrik Lundquist Updated V1 header description to reflect corrected spec...Anders Broman1-64/+72
2012-12-04Fix 2 [-Wshadow] warnings.Bill Meier1-5/+5
2012-12-04Rename utilityToolBar to displayFilterToolbar and move the displayGerald Combs3-12/+32
2012-12-04lupdate -no-obsolete QtShark.pro Updating 'qtshark_de.ts'... Found 328 source...Alexis La Goutte4-200/+102
2012-12-04Fix 2 [-Wshadow] warnings.Bill Meier1-7/+7
2012-12-04Add more dissection for Japan ISUP.Anders Broman1-145/+157
2012-12-04Fix [-Wshadow] warning.Bill Meier1-4/+4
2012-12-04Define variants of CLEANUP_PUSH & etc to allow nested use w/o "shadowing" var...Bill Meier2-0/+30
2012-12-04Ethereal -> Wireshark; Update FSF address.Bill Meier1-3/+3
2012-12-04Add more Japan ISUP parameters to value sting, dissection remains to be done.Anders Broman1-17/+43
2012-12-04Use more restrictive selectors, otherwise we end up styling things weGerald Combs1-1/+1
2012-12-04Make the new -T option not overwrite the other options, so it canEvan Huus1-1/+1
2012-12-03Reduce the scope of one variable definition slightly.Evan Huus1-2/+1
2012-12-03Declare a value_string as static.Bill Meier1-1/+1
2012-12-03Declare a value_string as static.Bill Meier1-1/+1
2012-12-03Minor cleanup:Bill Meier1-64/+151
2012-12-03Fix [-Wshadow] warnings.Bill Meier4-18/+18
2012-12-03Fix [-Wshadow] warning for purported variable shadowing another.Bill Meier1-2/+2
2012-12-03Make sure packets_bar_update does something.Gerald Combs2-17/+19
2012-12-03Add some more uic lines.Guy Harris1-0/+35
2012-12-03Automatically size the interface column.Gerald Combs2-0/+15
2012-12-03Update the interface list to reflect the recent interface name changes.Gerald Combs12-77/+162
2012-12-03Fix SVN #46348 (iow, do it properly).Bill Meier1-2/+2
2012-12-03Remove duplicated code added as part of SVN #44777;Bill Meier1-18/+6
2012-12-03General minor cleanup:Bill Meier2-13168/+12465