aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-10-26Fix some proto_tree_add_item() encoding args;wmeier1-13/+16
2011-10-26Fix Dead Store (Dead assignement/Dead increment) Warning found by Clangalagoutte1-1/+1
2011-10-26Fix Dead Store (Dead assignement/Dead increment) Warning found by Clangalagoutte1-11/+17
2011-10-26Fix Dead Store (Dead assignement/Dead increment) Warning found by Clangalagoutte1-1/+1
2011-10-26Fix Dead Store (Dead assignement/Dead increment) Warning found by Clangalagoutte1-2/+3
2011-10-26Fix Dead Store (Dead assignement/Dead increment) Warning found by Clangalagoutte1-6/+6
2011-10-26Fix Dead Store (Dead assignement/Dead increment) Warning found by Clangalagoutte1-110/+104
2011-10-26Add missing hf[] entries (and fix proto_tree_add_item() encoding args).wmeier1-11/+53
2011-10-26Fix Dead Store (Dead assignement/Dead increment) Warning found by Clangalagoutte1-3/+4
2011-10-26Removed duplicate enip.connection_transport_data entry.stig1-5/+0
2011-10-26Add a newline at the end of this file.martinm1-1/+1
2011-10-26Fixed compare functions for 64 bits integers:stig1-8/+8
2011-10-26Try to get rid of defined but not used warnings.etxrab2-1523/+149
2011-10-26Try to fixetxrab1-3/+3
2011-10-26White space changes.etxrab1-9/+9
2011-10-26Extended with VSA:s from Peter Deacon troughetxrab1-7/+21
2011-10-26From Michael Mann:etxrab5-3303/+4229
2011-10-26Sync up the file format lists, add the Aethra files, and promote pcap-ngguy2-4/+32
2011-10-26Get rid of the list of capture file formats, so we have one fewer listguy1-32/+4
2011-10-26Add the code to read Aethra files.guy1-0/+1
2011-10-26Ok, we found what appears to be the capture start time. Use it.guy1-5/+38
2011-10-26It appears that the octet in the record header after the record lengthguy1-27/+42
2011-10-26Avoid warnings.guy1-1/+3
2011-10-26Initial support for .aps files from Aethra Telecommunications' PC108guy5-1/+259
2011-10-26Fix a spelling mistake. Wrap a few long lines.morriss1-13/+14
2011-10-25Forward-port r39581 from the 1.6 trunk.gerald1-1/+4
2011-10-25Fix proto_tree_add_item() encoding args.wmeier1-33/+34
2011-10-25Fix some set but not used [-Wunused-but-set-variable] warnings.etxrab5-13/+4
2011-10-25Fix proto_tree_add_item() encoding args.wmeier1-34/+34
2011-10-25Fix an encoding argwmeier1-1/+1
2011-10-25From Pascal Quantin.etxrab1-1/+1
2011-10-25Make Custom.nmake usable.etxrab2-5/+7
2011-10-25In dist-hook, don't try to copy version.conf if it already exists in thegerald1-1/+1
2011-10-25Allow signed integers displayed as BASE_HEX_DEC.stig2-2/+11
2011-10-25Fix proto_tree_add_item() encoding args.wmeier1-62/+62
2011-10-25Display BASE_DEC_HEX correct for int64/uint64.stig1-2/+2
2011-10-25Update information about 'encoding' arg values for particular field-types.wmeier1-10/+10
2011-10-25Add encoding arg fix capability for proto_tree_add_bits_item,...,tvb_get_bits...wmeier1-56/+212
2011-10-25Fix encoding arg for ptvcursor_add() and ptvcursor_add_noadvance() function c...wmeier7-779/+779
2011-10-25Fix encoding arg for call to tvb_get_unicode_string().wmeier1-1/+1
2011-10-25Fix Coverity CID 432, "Missing Break".cmaynard1-1/+1
2011-10-25Added another Lua warning:stig1-0/+2
2011-10-25Added Lua error messages when:stig1-0/+7
2011-10-25Added missing support for FT_INT64 in proto_tree_add_bits_format_value().stig1-0/+5
2011-10-25Simplified code checking if FT_UINT64 is displayed as BASE_NONE.stig1-7/+1
2011-10-25Allow signed integers displayed as DEC_HEX.stig1-1/+0
2011-10-25Fixed using signed 64-bits integer in custom column.stig1-0/+3
2011-10-25Revert "Allow value_strings for FT_INT64 and FT_UINT64.", as westig1-2/+0
2011-10-25Allow value_strings for FT_INT64 and FT_UINT64.stig1-0/+2
2011-10-25Add missing semicolon.guy1-1/+1