Wireshark-commits: [Wireshark-commits] master bac10e5: Get rid of local_eo_save_entry().
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 01 Jan 2019 20:15:31 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=bac10e586948943f51f36cdad59b409c7de825c3
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

bac10e5 by Guy Harris (guy@xxxxxxxxxxxx):

    Get rid of local_eo_save_entry().
    
    Have eo_save_entry() use the report_ routines to report errors, so they
    pop up a dialog in Wireshark and print an error message in command-line
    programs such as TShark.  Use it instead of local_eo_save_entry().
    
    Change-Id: I689fd880ff2a31486372374560129ee9d9692b1e
    Reviewed-on: https://code.wireshark.org/review/31294
    Petri-Dish: Guy Harris <guy@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  bfe81ab   Fixes GeoNetworking secured packets dissection
     add  bac10e5   Get rid of local_eo_save_entry().


Summary of changes:
 ui/cli/tap-exportobject.c | 54 +----------------------------------------------
 ui/export_object_ui.c     |  9 ++++----
 2 files changed, 5 insertions(+), 58 deletions(-)