Wireshark-commits: [Wireshark-commits] master c66fbf4: Re-balance DINDENT/DENDENT macros in convers
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c66fbf481fb3e4b39a36744230239f5eb953dd4e
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
c66fbf4 by Darius Davis (darius@xxxxxxxxxx):
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.broman58@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
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(-)