Wireshark-commits: [Wireshark-commits] master 47d2967: replace comparing sequence numbers of TCP se

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 1 Apr 2014 15:44:12 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=47d296709dcd0ed1fc8900de12648583c9df7b43
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

47d2967 by Pavel Karneliuk (pavel_karneliuk@xxxxxxxx):

    replace comparing sequence numbers of TCP segments with wrap-firendly XX_SEQ macros; replace tabs with 2 whitespace indentations
    
    Change-Id: I8af522cc34863501195d0a79db5c0ab4135246a8
    Reviewed-on: https://code.wireshark.org/review/907
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  0b5f26b   fix comparing a sequence number of TCP fragment when its value wraps over uint32_t limit
    adds  47d2967   replace comparing sequence numbers of TCP segments with wrap-firendly XX_SEQ macros; replace tabs with 2 whitespace indentations


Summary of changes:
 epan/follow.c |   74 ++++++++++++++++++++++++++++-----------------------------
 1 file changed, 37 insertions(+), 37 deletions(-)