Wireshark-commits: [Wireshark-commits] master f670b99: Make the gauntlet a bit clearer.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 3 Dec 2015 21:22:51 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f670b99aea02bb4a320f63b2bfa09764c569436c
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

f670b99 by Guy Harris (guy@xxxxxxxxxxxx):

    Make the gauntlet a bit clearer.
    
    	if(is a fixed-length TDS type)
    	{
    		XXX
    	}
    	else if(is a variable-length TDS type)
    	{
    		XXX
    	}
    
    Change-Id: Icaa8047ad76abe8b955fb5a025a057ddf8757b1f
    Reviewed-on: https://code.wireshark.org/review/12415
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  7474748   qt: Refresh local interface list only when interfaces added/removed
    adds  f670b99   Make the gauntlet a bit clearer.


Summary of changes:
 epan/dissectors/packet-tds.c |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)