Wireshark-commits: [Wireshark-commits] master 9e776a1: mpeg-pes: don't modify source and destinatio

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 5 Oct 2014 20:25:16 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=9e776a1ed114bb3982c061b41389143cb67b94de
Submitter: Martin Kaiser (wireshark@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

9e776a1 by Martin Kaiser (wireshark@xxxxxxxxx):

    mpeg-pes: don't modify source and destination address colums
    
    the mpeg-pes dissector replaced source or destination address with
    decoding timestamp, presentation timestamp or pack data rate
    these values don't belong into address columns and erase the IP
    addresses when mpeg-pes is transmitted over IP
    
    the timestamps etc can be displayed in a user-defined column if required
    
    this patch is part of
    Bug: 10505
    
    Change-Id: I1bf561648f848eb18818862edd138724abfc8e88
    Reviewed-on: https://code.wireshark.org/review/4472
    Reviewed-by: Martin Kaiser <wireshark@xxxxxxxxx>
    Tested-by: Martin Kaiser <wireshark@xxxxxxxxx>
    

Actions performed:

    from  ad6134b   docsis: Add editor modelines; Adjust whitespace; Remove boilerplate comments.
    adds  9e776a1   mpeg-pes: don't modify source and destination address colums


Summary of changes:
 asn1/mpeg-pes/packet-mpeg-pes-template.c |   17 ++---------------
 epan/dissectors/packet-mpeg-pes.c        |   21 ++++-----------------
 2 files changed, 6 insertions(+), 32 deletions(-)