URL: 
https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c66fbf481fb3e4b39a36744230239f5eb953dd4e
Submitter: "Anders Broman <a.broma...@gmail.com>"
Changed: branch: master
Repository: wireshark

Commits:

c66fbf4 by Darius Davis (dar...@vmware.com):

    Re-balance DINDENT/DENDENT macros in conversation.c.
    
    The indent macros used for DEBUG_CONVERSATION have become unbalanced, making
    the conversation debug output migrate rightwards for no good reason.  This
    simple change corrects it by ensuring that DINDENT and DENDENT are neatly
    paired up throughout conversation.c .
    
    Testing Done: Built on macOS 10.12.6 with DEBUG_CONVERSATION enabled.  
Tested
       tshark with a few captures, and observed that the debug output, while 
still
       being indented, generally stayed along the left margin of the screen 
instead
       of migrating steadily over to the right.
    
    Change-Id: Ic91e4562296d34f74c4d832edbf75172562672b8
    Reviewed-on: https://code.wireshark.org/review/30856
    Petri-Dish: Anders Broman <a.broma...@gmail.com>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broma...@gmail.com>
    

Actions performed:

    from  ee92fcf   maxmind: Process responses one character at a time.
     add  c66fbf4   Re-balance DINDENT/DENDENT macros in conversation.c.


Summary of changes:
 epan/conversation.c | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)
___________________________________________________________________________
Sent via:    Wireshark-commits mailing list <wireshark-commits@wireshark.org>
Archives:    https://www.wireshark.org/lists/wireshark-commits
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-commits
             mailto:wireshark-commits-requ...@wireshark.org?subject=unsubscribe

Reply via email to