Wireshark-commits: [Wireshark-commits] master 0ef1d94: Allow control of individual columns to be (u
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 15 Jun 2016 06:04:31 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=0ef1d941ea971fc4367b97ca7e7ab7a2ee9e9b88 Submitter: Anders Broman (a.broman58@xxxxxxxxx) Changed: branch: master Repository: wireshark Commits: 0ef1d94 by Michael Mann (mmann78@xxxxxxxxxxxx): Allow control of individual columns to be (un)writable. Most protocols just want to limit COL_INFO or COL_PROTOCOL so give that level of granularity. Bug: 12144 Bug: 5117 Bug: 11144 Change-Id: I8de9b7d2c69e90d3fbfc0a52c2bd78c3de58e2f8 Reviewed-on: https://code.wireshark.org/review/15894 Reviewed-by: Jeff Morriss <jeff.morriss.ws@xxxxxxxxx> Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx> Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx> Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx> Actions performed: from c19e6c2 cmake: fix ENABLE_ASAN detection adds 0ef1d94 Allow control of individual columns to be (un)writable. Summary of changes: epan/column-info.h | 1 + epan/column-utils.c | 47 ++++++++++++++++---- epan/column-utils.h | 6 ++- .../asn1/lte-rrc/packet-lte-rrc-template.c | 4 +- epan/dissectors/asn1/s1ap/s1ap.cnf | 4 +- epan/dissectors/packet-artnet.c | 18 +++----- epan/dissectors/packet-bacapp.c | 40 +++++++---------- epan/dissectors/packet-diameter.c | 9 ++-- epan/dissectors/packet-enip.c | 6 +-- epan/dissectors/packet-etch.c | 2 - epan/dissectors/packet-gsm_a_gm.c | 4 +- epan/dissectors/packet-gsm_sms_ud.c | 6 +-- epan/dissectors/packet-ipsec.c | 2 +- epan/dissectors/packet-jxta.c | 4 +- epan/dissectors/packet-knet.c | 8 ---- epan/dissectors/packet-lte-rrc.c | 4 +- epan/dissectors/packet-mac-lte.c | 8 ++-- epan/dissectors/packet-mint.c | 4 +- epan/dissectors/packet-msdp.c | 2 +- epan/dissectors/packet-ndmp.c | 11 +++-- epan/dissectors/packet-openflow_v1.c | 2 +- epan/dissectors/packet-openflow_v4.c | 12 ++--- epan/dissectors/packet-openflow_v5.c | 12 ++--- epan/dissectors/packet-pdcp-lte.c | 20 ++++----- epan/dissectors/packet-pim.c | 4 +- epan/dissectors/packet-portmap.c | 6 +-- epan/dissectors/packet-radius.c | 6 +-- epan/dissectors/packet-rlc.c | 4 +- epan/dissectors/packet-rtsp.c | 6 +-- epan/dissectors/packet-s1ap.c | 4 +- epan/dissectors/packet-sctp.c | 4 +- epan/dissectors/packet-sflow.c | 6 +-- epan/dissectors/packet-ssl.c | 7 +-- epan/dissectors/packet-tcp.c | 11 ++--- epan/dissectors/packet-wassp.c | 8 ++-- epan/dissectors/packet-zbee-zcl-general.c | 6 +-- epan/packet.c | 8 ++-- plugins/wimaxasncp/packet-wimaxasncp.c | 6 +-- ui/cli/tap-protocolinfo.c | 2 +- 39 files changed, 167 insertions(+), 157 deletions(-)
- Prev by Date: [Wireshark-commits] master c19e6c2: cmake: fix ENABLE_ASAN detection
- Next by Date: [Wireshark-commits] master b26e757: Let the calculated window scale be 16 bit wide.
- Previous by thread: [Wireshark-commits] master c19e6c2: cmake: fix ENABLE_ASAN detection
- Next by thread: [Wireshark-commits] master b26e757: Let the calculated window scale be 16 bit wide.
- Index(es):