Wireshark-commits: [Wireshark-commits] master ad33357: Exported PDU: add support for more than 32 t
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ad33357e627c02d4b4f9b78e75a78fbfebd1d12f
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
ad33357 by Pascal Quantin (pascal.quantin@xxxxxxxxx):
Exported PDU: add support for more than 32 tags
Change-Id: Idc9f105164919827a8a81c88b5a56de4fa25df0b
Reviewed-on: https://code.wireshark.org/review/1197
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from be76ba5 Fix warning found by -Wunused-const-variable (Clang 3.5)
adds ad33357 Exported PDU: add support for more than 32 tags
Summary of changes:
epan/dissectors/packet-credssp.c | 6 +-
epan/dissectors/packet-diameter.c | 4 +-
epan/dissectors/packet-dtls.c | 5 +-
epan/dissectors/packet-dvbci.c | 5 +-
epan/dissectors/packet-ipsec.c | 5 +-
epan/dissectors/packet-logcat.c | 2 +-
epan/dissectors/packet-reload-framing.c | 6 +-
epan/dissectors/packet-sctp.c | 4 +-
epan/dissectors/packet-sip.c | 4 +-
epan/dissectors/packet-ssl.c | 5 +-
epan/exported_pdu.c | 387 ++++++++++++++++---------------
epan/exported_pdu.h | 30 +--
12 files changed, 242 insertions(+), 221 deletions(-)