commit | 7906cae611d51d4840495cd5a6861800b76ee6d2 | [log] [tgz] |
---|---|---|
author | Guy Harris <guy@alum.mit.edu> | Sun Feb 07 16:05:46 2010 -0800 |
committer | Guy Harris <guy@alum.mit.edu> | Sun Feb 07 16:05:46 2010 -0800 |
tree | 1b8e59c6ccf99142296fe33dbc94f252352d9d06 | |
parent | 2a7e2246c7266f4c99922cc2970c207bb545cec5 [diff] |
Use #defines rather than sizeof. Use ForCES_HDRL, TLV_HDRL, and ILV_HDRL instead of various sizeof's, to make it clearer what certain tests ensure are true (as, in other cases, the #defines are subtracted from values that should be, at that point, ensured not to be less than the #define in question).