aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-assa_r3.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-12(Trivial)Bill Meier1-3274/+3274
2013-11-09Fix unused and shadow variable errors.Gerald Combs1-1/+1
2013-11-09Add data parameter to tcp_dissect_pdus() as well as convert it to using "new"...Michael Mann1-7/+8
2013-09-22emem -> wmem conversion:Pascal Quantin1-10/+10
2013-09-15Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-11/+11
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-23/+23
2013-09-01Batch of filterable expert info.Michael Mann1-73/+73
2013-08-07fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9020Martin Kaiser1-6/+22
2013-07-01Define certain 'const char *...' arrays as static.Bill Meier1-3/+3
2013-06-04Fix the fuzz failure reported (by me) in https://bugs.wireshark.org/bugzilla/...Jeff Morriss1-7/+14
2013-04-09Fix the fuzz failure reported in https://bugs.wireshark.org/bugzilla/show_bug...Jeff Morriss1-14/+14
2013-03-29Rename value string (and similar) functions to use a consistent pattern. ThisEvan Huus1-1/+1
2013-03-19From beroset:Anders Broman1-1/+1
2013-03-13- [-Wmissing-prototypes]Anders Broman1-1/+4
2013-02-26Fix spelling/typos found using a list of commonly misspelled words.Bill Meier1-1/+1
2013-02-26it's ==> its & its ==> it's as needed.Bill Meier1-1/+1
2012-12-11Move ett and hf arrays into proto_register routine.Jeff Morriss1-3396/+3513
2012-12-06Fix inifite loop in the R3 dissector reported inJeff Morriss1-5/+13
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-07-14tvb_length_remaining() can return -1, so be sure to deal with it if it does. ...Chris Maynard1-25/+26
2012-07-11Fix [-Werror=sign-compare] compiler warningBill Meier1-2/+2
2012-07-11Simplify code ....Bill Meier1-111/+82
2012-07-11Remove "comment to myself".Bill Meier1-1/+1
2012-07-11General cleanup:Bill Meier1-1676/+4947
2012-07-09From Evan Huus: Struct cleanup in packet-assa_r3.cBill Meier1-385/+342
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-16all:Bill Meier1-2/+957
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