Wireshark-commits: [Wireshark-commits] master c7383fa: Better document the offset of the MPDU in th
      
      
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c7383faea4d9d0e5c59b58c0f871e91b93d3f425
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
c7383fa by Guy Harris (guy@xxxxxxxxxxxx):
    Better document the offset of the MPDU in the packet data.
    
    In the S1 FPGA code, copy the "MPDU starts at 4 or 6" comment.
    
    Get rid of misleading comment in the S2/S3 FPGA code; we're using the
    MPDU_OFF field from the private data structure, so we're not calculating
    *anything* at that point.  Put in comments indicating what's being done
    at the point where those calculations are actually done.
    
    Change-Id: Ifda709a6b2aa7edad964f639086012c72c0a71fe
    Reviewed-on: https://code.wireshark.org/review/668
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    
Actions performed:
    from  288923d   Add a #define for the record header length, and use it.
    adds  c7383fa   Better document the offset of the MPDU in the packet data.
Summary of changes:
 wiretap/vwr.c |   26 +++++++++++++++++---------
 1 file changed, 17 insertions(+), 9 deletions(-)