Wireshark-commits: [Wireshark-commits] master-1.12 35ee9d2: Check the validity of fields given to t
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 27 Jun 2014 00:51:52 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=35ee9d2b43e8b63fa19a6d8524ef6e71706bae09
Submitter: Evan Huus (eapache@xxxxxxxxx)
Changed: branch: master-1.12
Repository: wireshark

Commits:

35ee9d2 by Jeff Morriss (jeff.morriss.ws@xxxxxxxxx):

    Check the validity of fields given to tshark with "-e": complain and exit if
    they aren't valid.
    
    Should help avoid confusion like that in
    https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=10201
    
    Bug: 10201
    Change-Id: Iff7f51ae042ca1a92d1c803b6cb61aa5d81ce205
    Reviewed-on: https://code.wireshark.org/review/2654
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
    (cherry picked from commit 9d4af5fccd4061521f72d42c2afb7fef78d3e690)
    Reviewed-on: https://code.wireshark.org/review/2673
    

Actions performed:

    from  b97d70d   Fix compilation of packet-btavdtp.c.
    adds  35ee9d2   Check the validity of fields given to tshark with "-e": complain and exit if they aren't valid.


Summary of changes:
 epan/print.c |   26 ++++++++++++++++++++++++++
 epan/print.h |    1 +
 tshark.c     |    8 ++++++++
 3 files changed, 35 insertions(+)