aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-assa_r3.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-14tvb_length_remaining() can return -1, so be sure to deal with it if it does. ...cmaynard1-25/+26
2012-07-11Fix [-Werror=sign-compare] compiler warningwmeier1-2/+2
2012-07-11Simplify code ....wmeier1-111/+82
2012-07-11Remove "comment to myself".wmeier1-1/+1
2012-07-11General cleanup:wmeier1-1676/+4947
2012-07-09From Evan Huus: Struct cleanup in packet-assa_r3.cwmeier1-385/+342
2012-06-28Update Free Software Foundation address.darkjames1-1/+1
2012-06-20Use separate filters for the RTT found on a SACK and the RTT found on amorriss1-25/+1000
2012-03-06Fix benign issue: For FT_BOOLEAN fields with a zero bitmask, use BASE_NONE fo...wmeier1-5/+5
2011-10-24Fix encoding arg for various fcn calls:wmeier1-56/+56
2011-10-23Fix a proto_tree_add_item() encoding arg.wmeier1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-1/+1
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...wmeier1-6/+6
2011-10-10Comment out some unused hf[] entries;wmeier1-16/+18
2011-10-10Convert proto_tree_add_item() 'encoding' parameter as appropriate.wmeier1-42/+42
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...wmeier1-8/+8
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...wmeier1-353/+353
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-19/+19
2011-08-31Second try to move crc routines to libwsutil.stig1-1/+1
2011-08-30Revert r38800, as the crc routines contains some tvb functions.stig1-1/+1
2011-08-30Move all crc routines to libwsutil.stig1-1/+1
2011-04-22Found by clang 3.0 (built from trunk): various implicit conversion fromsfisher1-7/+36
2011-04-21Fix Dead Store (Dead assignement/Dead increment) Warning found by Clangalagoutte1-1/+1
2011-04-21Fix Dead Store (Dead nested assignment) Warning found by Clang alagoutte1-2/+1
2011-01-20Fix the dead initialization warnings found by clang's static analysissfisher1-2/+2
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-2/+2
2010-12-06Fix various typos and spelling errors.wmeier1-3/+3
2010-11-01Use value_string_ext fcns when accessing value_string arrays.wmeier1-384/+420
2010-10-11Define some fcns & vars as static;wmeier1-1/+1
2010-04-07Squelch a compiler warning.guy1-1/+1
2010-01-10Fix for Bug 4369:dimeg1-4/+16
2010-01-10Partial fix for Bug 4369:dimeg1-1/+13
2010-01-07Partial fix for Bug 4369:dimeg1-2/+12
2009-11-28proto_reg_handoff...: if (!initialized) not req'd;wmeier1-86/+73
2009-11-28From J.C. Wren:jake1-0/+5685