Wireshark-commits: [Wireshark-commits] master c154c75: extcap: move common code into extcap-base fi

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 25 Feb 2016 12:54:39 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c154c75fefb812f95fbf96de63eab17a61cfcbb7
Submitter: Roland Knall (rknall@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

c154c75 by Dario Lombardo (lomato@xxxxxxxxx):

    extcap: move common code into extcap-base files
    
    Change-Id: Ia4a73c7df39426c8773fce04cac223bda3c6ef1c
    Reviewed-on: https://code.wireshark.org/review/14071
    Petri-Dish: Roland Knall <rknall@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Dario Lombardo <lomato@xxxxxxxxx>
    Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
    

Actions performed:

    from  2485440   GRE: call ID not always decoded
    adds  c154c75   extcap: move common code into extcap-base files


Summary of changes:
 extcap/androiddump.c |  395 ++++++++++++++++++--------------------------------
 extcap/extcap-base.h |   63 ++++++++
 extcap/randpktdump.c |   60 +++-----
 extcap/sshdump.c     |   70 ++++-----
 4 files changed, 253 insertions(+), 335 deletions(-)
 create mode 100644 extcap/extcap-base.h