Wireshark-commits: [Wireshark-commits] master 51d2eef: Added option in h245 preferences to print h2
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 26 Jun 2015 17:42:08 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=51d2eefc9532094f385b604c692ef24f09706f64
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

51d2eef by Michal Pazdera (michal.pazdera@xxxxxxxxx):

    Added option in h245 preferences to print h245 messages content 
    into Information column in typical fashion (append) instead of 
    just in reversed order (prepand)
    
    Change-Id: Id78c307fc6d34a378ac7b9335ac1e578837b08a6
    Reviewed-on: https://code.wireshark.org/review/9170
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  2c9a9af   Replace pinfo->fd->flags.visited calls by PINFO_FD_VISITED(pinfo) in documentation
    adds  51d2eef   Added option in h245 preferences to print h245 messages content into Information column in typical fashion (append) instead of just in reversed order (prepand)


Summary of changes:
 asn1/h245/h245.cnf               |   49 ++-------
 asn1/h245/packet-h245-template.c |   25 +++++
 epan/dissectors/packet-h245.c    |  222 ++++++++++++++++++--------------------
 3 files changed, 136 insertions(+), 160 deletions(-)