Wireshark-commits: [Wireshark-commits] master-1.10 f05aba5: replace comparing sequence numbers of T
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 1 Apr 2014 17:50:10 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f05aba5a28f04f80e891910f51380f569c6749fd
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master-1.10
Repository: wireshark

Commits:

f05aba5 by Pavel Karneliuk (pavel_karneliuk@xxxxxxxx):

    replace comparing sequence numbers of TCP segments with wrap-friendly 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>
    
    Conflicts:
    	epan/follow.c
    
    (cherry picked from commit 47d296709dcd0ed1fc8900de12648583c9df7b43)
    
    Change-Id: I5c5f27bd328c07cc65731b3ad6566cef77166700
    Reviewed-on: https://code.wireshark.org/review/912
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    

Actions performed:

    from  4c98b3e   fix comparing a sequence number of TCP fragment when its value wraps over uint32_t limit
    adds  f05aba5   replace comparing sequence numbers of TCP segments with wrap-friendly XX_SEQ macros; replace tabs with 2 whitespace indentations


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