Wireshark-commits: [Wireshark-commits] master-2.0 dbe58be: CIP: Ensure that all generated data is p

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 9 Dec 2015 17:00:26 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=dbe58bea94e969d7d0cab1b1e60a183f7814cd4a
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark

Commits:

dbe58be by D. Ulis (daulis0@xxxxxxxxx):

    CIP: Ensure that all generated data is properly flagged as Generated and no lengths are set for it.
    
    This ensures:
    1. Generated data shows inside brackets [], so it's obvious that the data was actually generated.
    2. Clicking on generated data should not highlight bytes in the packet. Previously, this would sometimes highlight parts of the response packet that were unrelated.
    3. Fixes some assertions that hit in PDML exporting code, due to wrong data locations being referenced.
    
    Bug: 11863
    Change-Id: Ia7ea9d886c8fff0c302088bed44b974ff9447a92
    Reviewed-on: https://code.wireshark.org/review/12468
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    (cherry picked from commit 0a33e352f4116b850cded331482e3a9171cc6306)
    Reviewed-on: https://code.wireshark.org/review/12488
    

Actions performed:

    from  8ca1c8c   Qt: various fixes to VoIP calls / RTP player windows
    adds  dbe58be   CIP: Ensure that all generated data is properly flagged as Generated and no lengths are set for it.


Summary of changes:
 epan/dissectors/packet-cip.c |  170 +++++++++++++++++++++++++++---------------
 1 file changed, 110 insertions(+), 60 deletions(-)