Wireshark-commits: [Wireshark-commits] master 57b6bc1: pcap: ERF per-Host ID/Source ID	interface su
      
      
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=57b6bc158dfded711436232a14d8ab669fc59e7a
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
57b6bc1 by Anthony Coddington (anthony.coddington@xxxxxxxxxx):
    pcap: ERF per-Host ID/Source ID interface support
    
    Add encap_priv pointer to libpcap_t.
    Initialize erf_priv when ENCAP_ERF.
    Use erf_populate_interface_from_header() to dynamically create interfaces.
    Free encap_priv on pcap_close.
    
    Ping-Bug: 12303
    Change-Id: Ieda425ef3e50a124d9c38ee4538aa3644128ce60
    Reviewed-on: https://code.wireshark.org/review/15362
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    
Actions performed:
    from  d50b981   pcap: Add support to "new" Npcap native mode without setting PATH
    adds  57b6bc1   pcap: ERF per-Host ID/Source ID interface support
Summary of changes:
 wiretap/libpcap.c |   38 +++++++++++++++++++++++++++++++-------
 1 file changed, 31 insertions(+), 7 deletions(-)