aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2011-10-27Fix some proto_tree_add_item() encoding args;Bill Meier10-305/+299
2011-10-27Fix indentation.Anders Broman1-1027/+1027
2011-10-27The comparison with the UAT keys are broken, this isAnders Broman1-90/+8
2011-10-27Fix a typo.Bill Meier1-1/+1
2011-10-27Correct an off-by-one error introduced in r39626.Jeff Morriss1-1/+1
2011-10-27Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6498 :Jeff Morriss1-0/+1
2011-10-27Followup to r39626: It is also necessary to initialize the number of servicesJeff Morriss1-0/+1
2011-10-27Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6491 :Jeff Morriss1-1/+9
2011-10-26Fix a [-Wunused-but-set-variable] compiler warning;Bill Meier1-60/+58
2011-10-26The comparison with the UAT keys are broken, this isAnders Broman1-2/+3
2011-10-26Declare unused parameters as such. Don't assign them to themselves.Michael Tüxen1-7/+2
2011-10-26Fix proto_tree_add_item() encoding args.Bill Meier1-5/+5
2011-10-26Fix a proto_tree_add_item() encoding areg;Bill Meier1-19/+19
2011-10-26Fix proto_tree_add_item() encoding args;Bill Meier1-63/+63
2011-10-26Fix proto_tree_add_item() encoding args.Bill Meier1-24/+24
2011-10-26Fix proto_tree_add_item() encoding args;Bill Meier1-8/+8
2011-10-26Fix some proto_tree_add_item() encoding args.Bill Meier1-9/+9
2011-10-26Fix some proto_tree_add_item() encoding args;Bill Meier1-13/+16
2011-10-26Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2011-10-26Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-11/+17
2011-10-26Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2011-10-26Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-2/+3
2011-10-26Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-6/+6
2011-10-26Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-110/+104
2011-10-26Add missing hf[] entries (and fix proto_tree_add_item() encoding args).Bill Meier1-11/+53
2011-10-26Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-3/+4
2011-10-26Removed duplicate enip.connection_transport_data entry.Stig Bjørlykke1-5/+0
2011-10-26Add a newline at the end of this file.Martin Mathieson1-1/+1
2011-10-26Fixed compare functions for 64 bits integers:Stig Bjørlykke1-8/+8
2011-10-26Try to get rid of defined but not used warnings.Anders Broman1-1523/+121
2011-10-26Try to fixAnders Broman1-3/+3
2011-10-26From Michael Mann:Anders Broman5-3303/+4229
2011-10-25Fix proto_tree_add_item() encoding args.Bill Meier1-33/+34
2011-10-25Fix some set but not used [-Wunused-but-set-variable] warnings.Anders Broman5-13/+4
2011-10-25Fix proto_tree_add_item() encoding args.Bill Meier1-34/+34
2011-10-25Fix an encoding argBill Meier1-1/+1
2011-10-25From Pascal Quantin.Anders Broman1-1/+1
2011-10-25Make Custom.nmake usable.Anders Broman2-5/+7
2011-10-25Allow signed integers displayed as BASE_HEX_DEC.Stig Bjørlykke2-2/+11
2011-10-25Fix proto_tree_add_item() encoding args.Bill Meier1-62/+62
2011-10-25Display BASE_DEC_HEX correct for int64/uint64.Stig Bjørlykke1-2/+2
2011-10-25Fix encoding arg for ptvcursor_add() and ptvcursor_add_noadvance() function c...Bill Meier7-779/+779
2011-10-25Fix encoding arg for call to tvb_get_unicode_string().Bill Meier1-1/+1
2011-10-25Fix Coverity CID 432, "Missing Break".Chris Maynard1-1/+1
2011-10-25Added another Lua warning:Stig Bjørlykke1-0/+2
2011-10-25Added Lua error messages when:Stig Bjørlykke1-0/+7
2011-10-25Added missing support for FT_INT64 in proto_tree_add_bits_format_value().Stig Bjørlykke1-0/+5
2011-10-25Simplified code checking if FT_UINT64 is displayed as BASE_NONE.Stig Bjørlykke1-7/+1
2011-10-25Allow signed integers displayed as DEC_HEX.Stig Bjørlykke1-1/+0
2011-10-25Fixed using signed 64-bits integer in custom column.Stig Bjørlykke1-0/+3