Wireshark-commits: [Wireshark-commits] master 5a05aa2: RTSP: Fixed missing space in column info bet
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5a05aa238ca69adfffcad21c755464bafa24249f
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
5a05aa2 by Jiri Novak (j.novak@xxxxxxxxxxxx):
RTSP: Fixed missing space in column info between multiple pipelined messages
When there is multiple RTSP messages in one packet, info column shows its headers right next to each other. It is ugly:
Reply: RTSP/1.0 200 OKReply: RTSP/1.0 200 OK
Patch adds ', ' between messages:
Reply: RTSP/1.0 200 OK, Reply: RTSP/1.0 200 OK
Ping-Bug: 14450
Change-Id: I151dbc72b669002ed02d91af43d683c5fc4fe4ba
Reviewed-on: https://code.wireshark.org/review/26222
Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Actions performed:
from cf373df coloring rules dialogue: remove unused signal
adds 5a05aa2 RTSP: Fixed missing space in column info between multiple pipelined messages
Summary of changes:
epan/dissectors/packet-rtsp.c | 7 +++++++
1 file changed, 7 insertions(+)