Wireshark-commits: [Wireshark-commits] master-1.12 268eadc: Use offset instead of tempOffset, retur

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 11 Jun 2014 17:53:15 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=268eadcc9aee928b735fd3a87da5aaa237a85719
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master-1.12
Repository: wireshark

Commits:

268eadc by Anish Bhatt (anish@xxxxxxxxxxx):

    Use offset instead of tempOffset, return offset instead of calculating (len + n) where possible
    
    Change-Id: I91ef4ec59698903cb2a7be00e7e0ece478fc26a8
    Signed-off-by: Anish Bhatt <anish@xxxxxxxxxxx>
    Reviewed-on: https://code.wireshark.org/review/2139
    Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
    (cherry picked from commit 508d16b037ef09c9bf700172c38c1d514d26f660)
    Reviewed-on: https://code.wireshark.org/review/2143
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  dfdaebc   Use expert info for Invalid length/type where possible, other minor fixes
    adds  268eadc   Use offset instead of tempOffset, return offset instead of calculating (len + n) where possible


Summary of changes:
 epan/dissectors/packet-lldp.c | 1046 +++++++++++++++++++++--------------------
 1 file changed, 539 insertions(+), 507 deletions(-)