aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-assa_r3.c
Commit message (Expand)AuthorAgeFilesLines
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-3/+1
* tvb_length_remaining() can return -1, so be sure to deal with it if it does. ...Chris Maynard2012-07-141-25/+26
* Fix [-Werror=sign-compare] compiler warningBill Meier2012-07-111-2/+2
* Simplify code ....Bill Meier2012-07-111-111/+82
* Remove "comment to myself".Bill Meier2012-07-111-1/+1
* General cleanup:Bill Meier2012-07-111-1676/+4947
* From Evan Huus: Struct cleanup in packet-assa_r3.cBill Meier2012-07-091-385/+342
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
* all:Bill Meier2012-05-161-2/+957
* Get rid of remaining Booleans-as-encoding-arguments inGuy Harris2012-05-071-17/+23
* From Evan Huus: There were two cases where we could underflow an unsigned sub...Anders Broman2012-04-181-6/+20
* Fix benign issue: For FT_BOOLEAN fields with a zero bitmask, use BASE_NONE fo...Bill Meier2012-03-061-5/+5
* Fix encoding arg for various fcn calls:Bill Meier2011-10-241-56/+56
* Fix a proto_tree_add_item() encoding arg.Bill Meier2011-10-231-1/+1
* For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier2011-10-211-1/+1
* Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier2011-10-151-6/+6
* Comment out some unused hf[] entries;Bill Meier2011-10-101-16/+18
* Convert proto_tree_add_item() 'encoding' parameter as appropriate.Bill Meier2011-10-101-42/+42
* Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier2011-10-101-8/+8
* Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier2011-10-061-353/+353
* Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier2011-10-041-19/+19
* Second try to move crc routines to libwsutil.Stig Bjørlykke2011-08-311-1/+1
* Revert r38800, as the crc routines contains some tvb functions.Stig Bjørlykke2011-08-301-1/+1
* Move all crc routines to libwsutil.Stig Bjørlykke2011-08-301-1/+1
* Found by clang 3.0 (built from trunk): various implicit conversion fromStephen Fisher2011-04-221-7/+36
* Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte2011-04-211-1/+1
* Fix Dead Store (Dead nested assignment) Warning found by Clang Alexis La Goutte2011-04-211-2/+1
* Fix the dead initialization warnings found by clang's static analysisStephen Fisher2011-01-201-2/+2
* Rename the routines that handle dissector tables with unsigned integerGuy Harris2010-12-201-2/+2
* Fix various typos and spelling errors.Bill Meier2010-12-061-3/+3
* Use value_string_ext fcns when accessing value_string arrays.Bill Meier2010-11-011-384/+420
* Define some fcns & vars as static;Bill Meier2010-10-111-1/+1
* Squelch a compiler warning.Guy Harris2010-04-071-1/+1
* Fix for Bug 4369:Gerasimos Dimitriadis2010-01-101-4/+16
* Partial fix for Bug 4369:Gerasimos Dimitriadis2010-01-101-1/+13
* Partial fix for Bug 4369:Gerasimos Dimitriadis2010-01-071-2/+12
* proto_reg_handoff...: if (!initialized) not req'd;Bill Meier2009-11-281-86/+73
* From J.C. Wren:Jaap Keuter2009-11-281-0/+5685