URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a4e2263ac4c15c9bfb78444b0b0747cae8022a9c
Submitter: Roland Knall (rknall@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
a4e2263 by Roland Knall (roland.knall@xxxxxxxxxxxxxxxxx):
extcap: Move extcap handling to base
Also add the extcap-version parameter to enable parsing of
version and helppage separately
Change-Id: I35ba5aa992940ffbb0cd9ebea8b7c3a1e8629d74
Reviewed-on: https://code.wireshark.org/review/14094
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 0e5a73f Only say we have a new resolved MAC address if it's actually *new*.
adds a4e2263 extcap: Move extcap handling to base
Summary of changes:
CMakeLists.txt | 2 +-
extcap/androiddump.c | 201 ++++++++++++++++++++------------------------------
extcap/extcap-base.c | 191 +++++++++++++++++++++++++++++++++++++++++++++++
extcap/extcap-base.h | 65 +++++++++++-----
extcap/randpktdump.c | 113 +++++++---------------------
extcap/sshdump.c | 123 ++++++++----------------------
6 files changed, 375 insertions(+), 320 deletions(-)