URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=9d4af5fccd4061521f72d42c2afb7fef78d3e690
Submitter: Evan Huus (eapache@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
9d4af5f 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>
Actions performed:
from 4742fc8 Fixed linker flags for MSVC to not attempt to make and link a manifest Added solution "folder" for tests.
adds 9d4af5f 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(+)