aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-assa_r3.c
AgeCommit message (Expand)AuthorFilesLines
2012-05-07Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-17/+23
2012-04-18From Evan Huus: There were two cases where we could underflow an unsigned sub...Anders Broman1-6/+20
2012-03-06Fix benign issue: For FT_BOOLEAN fields with a zero bitmask, use BASE_NONE fo...Bill Meier1-5/+5
2011-10-24Fix encoding arg for various fcn calls:Bill Meier1-56/+56
2011-10-23Fix a proto_tree_add_item() encoding arg.Bill Meier1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-6/+6
2011-10-10Comment out some unused hf[] entries;Bill Meier1-16/+18
2011-10-10Convert proto_tree_add_item() 'encoding' parameter as appropriate.Bill Meier1-42/+42
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier1-8/+8
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-353/+353
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-19/+19
2011-08-31Second try to move crc routines to libwsutil.Stig Bjørlykke1-1/+1
2011-08-30Revert r38800, as the crc routines contains some tvb functions.Stig Bjørlykke1-1/+1
2011-08-30Move all crc routines to libwsutil.Stig Bjørlykke1-1/+1
2011-04-22Found by clang 3.0 (built from trunk): various implicit conversion fromStephen Fisher1-7/+36
2011-04-21Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2011-04-21Fix Dead Store (Dead nested assignment) Warning found by Clang Alexis La Goutte1-2/+1
2011-01-20Fix the dead initialization warnings found by clang's static analysisStephen Fisher1-2/+2
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
2010-12-06Fix various typos and spelling errors.Bill Meier1-3/+3
2010-11-01Use value_string_ext fcns when accessing value_string arrays.Bill Meier1-384/+420
2010-10-11Define some fcns & vars as static;Bill Meier1-1/+1
2010-04-07Squelch a compiler warning.Guy Harris1-1/+1
2010-01-10Fix for Bug 4369:Gerasimos Dimitriadis1-4/+16
2010-01-10Partial fix for Bug 4369:Gerasimos Dimitriadis1-1/+13
2010-01-07Partial fix for Bug 4369:Gerasimos Dimitriadis1-2/+12
2009-11-28proto_reg_handoff...: if (!initialized) not req'd;Bill Meier1-86/+73
2009-11-28From J.C. Wren:Jaap Keuter1-0/+5685