aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-02-08When building QtShark on Windows: Don't (re)compile Wireshark .c filesBill Meier1-45/+56
2012-02-08From Sylvain Munaut:Anders Broman2-16/+117
2012-02-08Fix set-but-not-used warnings turned errors.Jörg Mayer1-4/+4
2012-02-08As suggested by Joerg on the -dev list yesterday: count up the number ofJeff Morriss1-1/+39
2012-02-08Fixed bug with calculation of bytes in flight.Graham Bloice1-0/+5
2012-02-08Fix reporting of duplicate IP addresses by creating a hash table ofMartin Mathieson1-60/+115
2012-02-08Disable the File->Merge... menu item if we cannot save-as,Stig Bjørlykke1-1/+1
2012-02-08Small whitespace fix.Jörg Mayer1-3/+3
2012-02-08Last fix to the wrong approach.Jörg Mayer1-0/+1
2012-02-08From Sylvain Munaut:Anders Broman3-0/+1403
2012-02-08Heuristic standard detection:Jeff Morriss1-0/+12
2012-02-07From Guy Martin via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6795 :Jeff Morriss1-4/+0
2012-02-07Initialize felica_tree to NULL to avoid a false warning.Chris Maynard1-1/+1
2012-02-07Make some minimally required changes as pointed out in bug6758[1].Chris Maynard1-153/+159
2012-02-07Fix the fuzz failure reported in in https://bugs.wireshark.org/bugzilla/show_...Jeff Morriss1-9/+21
2012-02-07small whitespace fixJörg Mayer1-1/+1
2012-02-07Initiliase another variable.Martin Mathieson1-1/+1
2012-02-07Initialise a variable to avoid warning.Martin Mathieson1-1/+1
2012-02-07packet-gsm_sim.c was the wrong file to check in.Jörg Mayer2-7/+6
2012-02-07Fix "variable set but not used" warnings turned error. In at leastJörg Mayer2-17/+20
2012-02-07Make sure that we only have to set (or pick up) the docdir environmentJörg Mayer1-1/+1
2012-02-07Allways use g_list_prepend().Anders Broman1-16/+16
2012-02-07Update the documentation to match the sort order. This documentation error w...Chris Maynard1-1/+1
2012-02-07Export the mtp3_heuristic_standard preference and mtp3_standard_vals[].Jeff Morriss2-5/+11
2012-02-06Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
2012-02-06Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
2012-02-06Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-3/+3
2012-02-06Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
2012-02-06Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-7/+8
2012-02-06Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
2012-02-06Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-20/+1
2012-02-06Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-22/+14
2012-02-06Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-13/+17
2012-02-06Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-4/+6
2012-02-06Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-3/+3
2012-02-06Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-27/+27
2012-02-06Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-27/+5
2012-02-06Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-4/+3
2012-02-06Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-2/+3
2012-02-06Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-7/+0
2012-02-06Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-2/+2
2012-02-06Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-3/+6
2012-02-06Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-7/+0
2012-02-06Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-9/+0
2012-02-06Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-2/+0
2012-02-06Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
2012-02-06Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-14/+10
2012-02-06Enhance DNS Dissector (use WS function...)Alexis La Goutte1-28/+11
2012-02-06From Guy Martin:Anders Broman1-346/+520
2012-02-06From Guy Martin:Anders Broman3-1/+7