Wireshark-commits: [Wireshark-commits] master 9d1f2ef: Use col_append_sep_str() for fixed strings
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=9d1f2efa51b529b7bbf453919bf6b35546545637
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
9d1f2ef by Stig Bjørlykke (stig@xxxxxxxxxxxxx):
Use col_append_sep_str() for fixed strings
Change from col_append_sep_fstr() to col_append_sep_str() when
appending strings without formatting.
Change-Id: I315aca9b815c204a5bc78f7326402c40d1325f0e
Reviewed-on: https://code.wireshark.org/review/20846
Petri-Dish: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 5225326 [Automatic update for 2017-04-02]
adds 9d1f2ef Use col_append_sep_str() for fixed strings
Summary of changes:
epan/dissectors/file-jpeg.c | 2 +-
epan/dissectors/packet-app-pkix-cert.c | 2 +-
epan/dissectors/packet-dnp.c | 8 +-
epan/dissectors/packet-dof.c | 2 +-
epan/dissectors/packet-dvbci.c | 132 ++++++++++++++++----------------
epan/dissectors/packet-gearman.c | 2 +-
epan/dissectors/packet-gnutella.c | 2 +-
epan/dissectors/packet-hdcp.c | 2 +-
epan/dissectors/packet-hdcp2.c | 2 +-
epan/dissectors/packet-http2.c | 2 +-
epan/dissectors/packet-iso14443.c | 8 +-
epan/dissectors/packet-iso7816.c | 8 +-
epan/dissectors/packet-isup.c | 3 +-
epan/dissectors/packet-lg8979.c | 6 +-
epan/dissectors/packet-mpeg-dsmcc.c | 2 +-
epan/dissectors/packet-negoex.c | 2 +-
epan/dissectors/packet-nsip.c | 4 +-
epan/dissectors/packet-ntlmssp.c | 2 +-
epan/dissectors/packet-ocfs2.c | 6 +-
epan/dissectors/packet-opsi.c | 2 +-
epan/dissectors/packet-rfid-mifare.c | 18 ++---
epan/dissectors/packet-rtmpt.c | 6 +-
epan/dissectors/packet-selfm.c | 6 +-
epan/dissectors/packet-ssl.c | 18 ++---
epan/dissectors/packet-tcp.c | 4 +-
epan/dissectors/packet-zvt.c | 4 +-
26 files changed, 127 insertions(+), 128 deletions(-)