Wireshark-commits: [Wireshark-commits] master 07c9492: Remove pkt_comment member from packet_info s

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 2 Jan 2015 00:01:01 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=07c9492b8d40ed766074679f86c49780277af002
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

07c9492 by Michael Mann (mmann78@xxxxxxxxxxxx):

    Remove pkt_comment member from packet_info structure.
    
    Change-Id: Ifd3d201a09944e3fc36188f891ea8a584886101d
    Reviewed-on: https://code.wireshark.org/review/5884
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Petri-Dish: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  f384fa0   Fix tpyo.
    adds  07c9492   Remove pkt_comment member from packet_info structure.


Summary of changes:
 debian/libwireshark0.symbols   |    1 +
 epan/dissectors/file-file.c    |   11 +++++++----
 epan/dissectors/packet-frame.c |   33 +++++++++++++++++++--------------
 epan/epan.h                    |    2 +-
 epan/packet.c                  |   27 ++++++++++++++++++---------
 epan/packet.h                  |    7 +++++++
 epan/packet_info.h             |    1 -
 epan/wslua/wslua_dumper.c      |    8 +++++---
 ui/tap_export_pdu.c            |   10 ++++++++--
 9 files changed, 66 insertions(+), 34 deletions(-)