Wireshark-commits: [Wireshark-commits] master 3d359da: Refactor pinfo->circuit_id from	H.223 dissec
      
      
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=3d359da2b54d7e6c3ade4434894cd7f6207083fc
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
3d359da by Michael Mann (mmann78@xxxxxxxxxxxx):
    Refactor pinfo->circuit_id from H.223 dissector.
    
    Change-Id: Id63e0088047c7948fd190ba4dd5fbcb536e0cc6b
    Reviewed-on: https://code.wireshark.org/review/4921
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    
Actions performed:
    from  09957ca   DNS NXT RR is parsed incorrectly
    adds  3d359da   Refactor pinfo->circuit_id from H.223 dissector.
Summary of changes:
 asn1/h245/h245.cnf               |    6 +-
 asn1/h245/packet-h245-template.h |    4 +-
 epan/dissectors/packet-h223.c    |  134 +++++++++++++++++++++++++++-----------
 epan/dissectors/packet-h245.c    |    6 +-
 epan/dissectors/packet-h245.h    |    4 +-
 epan/dissectors/packet-iax2.c    |   25 ++++---
 epan/dissectors/packet-iax2.h    |    7 ++
 7 files changed, 129 insertions(+), 57 deletions(-)