Wireshark-commits: [Wireshark-commits] master 5bf37f6: text2pcap: allow to set interface name
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 13 Dec 2018 23:33:39 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5bf37f63a880cc29b1ae12e73489b84c09ef7bf9
Submitter: "Peter Wu <peter@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

5bf37f6 by Jaap Keuter (jaap.keuter@xxxxxxxxx):

    text2pcap: allow to set interface name
    
    When generating a capture file from a text file it can be helpfull
    to be able to set the capture interface name in the generated IDB.
    This can be especially true if later on the generated captures are
    merged and the individual IDB's have to be compared. Without a name
    every IDB of the same datalink type will be equal and subject to
    merge. Also it keeps the individual streams identifiable for the
    end user.
    
    Change-Id: I70224379d88f516a0a356bf0b46aebafb69665f0
    Signed-off-by: Jaap Keuter <jaap.keuter@xxxxxxxxx>
    Reviewed-on: https://code.wireshark.org/review/31015
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    

Actions performed:

    from  a87e56a   GeoNetworking, BTP dissectors (ITS-V2X)
     add  5bf37f6   text2pcap: allow to set interface name


Summary of changes:
 doc/text2pcap.pod       |  6 ++++++
 test/suite_text2pcap.py | 17 +++++++++++++++++
 text2pcap.c             |  9 +++++++--
 3 files changed, 30 insertions(+), 2 deletions(-)